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 43184: /trunk/epan/ /trunk/epan/: proto.c

Date: Sun, 10 Jun 2012 15:10:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43184

User: wmeier
Date: 2012/06/10 08:10 AM

Log:
 Fix bug wherein values in a custom column aren't displayed as a value_string (when appropriate).
 Essentially: BASE_CUSTOM is "base_display_e value" (like BASE_DEC) *not* a bit-mask
  (like BASE_EXT_STRING).
 Bug introduced in SVN #39902

Directory: /trunk/epan/
  Changes    Path          Action
  +12 -12    proto.c       Modified