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

Date: Sat, 16 Jan 2010 02:39:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31540

User: guy
Date: 2010/01/15 06:39 PM

Log:
 tvb_get_ntohl() doesn't return a long on any platform (it returns a
 guint32, and on no platform supported by GLib, and thus on no platform
 supported by Wireshark, does a guint32 have to be an unsigned long), so
 there's no need to cast it to long and print it with %lld.

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