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

Date: Fri, 11 Jul 2008 19:56:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25710

User: morriss
Date: 2008/07/11 12:56 PM

Log:
 prefs_register_uint_preference() takes as its argument a pointer to a uint, not a pointer to a gboolean.  Similarly prefs_register_enum_preference takes a pointer to a gint, not a guint.

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