Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6394] Support for SMB 2.22 features

Date: Fri, 30 Sep 2011 19:40:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6394

--- Comment #12 from Stefan Metzmacher <metze@xxxxxxxxx> 2011-09-30 19:40:34 PDT ---
(In reply to comment #11)
> P.S. I fixed the following by removing the code to set 'parent_item'. If
> something different needs to be done, let us know ....
> 
> 
> packet-smb2.c: In function 'dissect_smb2_NETWORK_INTERFACE_INFO':
> packet-smb2.c:4009:14: warning: variable 'parent_item' set but not used
> [-Wunused-but-set-variable]

Ups, sorry for that one.

I think 'proto_item *item=NULL;' should have been removed
and the lines using 'item' should use 'parent_item'.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.