ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] [PATCH]fix warnings II

From: Sebastien Tandel <sebastien@xxxxxxxxx>
Date: Thu, 22 Mar 2007 03:23:35 +0100
some more fixes

packet-ncp.c
    ncpiph.signature initialized and the following test changed
     and ncpiph.length = 0
packet-sip
    in_quoted_string unused variable
packet-smb-common.c
    string_len initialized to 0
packet-smb-pipe.c
    ent_count initialized to 0

packet-smb.c
    subcmd unitialized, I initialize it with a value higher than one
possible. If it comes to be parsed with this value, a
dissector_assert_not_reached would be triggered.
    sd_len = 0
    ea_len = 0






Attachment: ncp-sip-smb_warnings_fix.diff.gz
Description: application/gzip