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 19225: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 13 Sep 2006 01:28:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19225

User: guy
Date: 2006/09/13 01:28 AM

Log:
 Not all platforms define "u_short", and "tvb_length_remaining()+4" isn't
 guaranteed to fit into a "u_short" in any case.  Use "gint" instead.
 
 Squelch some compiler warnings.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +9 -5      packet-netflow.c    Modified