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

Wireshark-commits: [Wireshark-commits] rev 38241: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 28 Jul 2011 15:34:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38241

User: wmeier
Date: 2011/07/28 08:34 AM

Log:
 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning;
 Also:
   Use -1 iso tvb_[reported_]length() as 'len' arg in proto_tree_add_...();
   Use tvb_reported_length_remaining() where appropriate.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +7 -8      packet-fcdns.c    Modified