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

Date: Mon, 18 Feb 2013 19:31:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47737

User: guy
Date: 2013/02/18 11:31 AM

Log:
 Enums aren't guaranteed to be able to hold a value that doesn't fit in
 an int, so don't use enums for special values of the PLP length field.
 
 In addition, use G_GINT64_CONSTANT() to tag them as appropriate for a
 guint64.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +3 -1      packet-tds.c    Modified