Wireshark-commits: [Wireshark-commits] rev 48633: /trunk/epan/ /trunk/epan/: value_string.c

Date: Thu, 28 Mar 2013 22:02:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48633

User: eapache
Date: 2013/03/28 03:02 PM

Log:
 Greatly clean up value_string.c
  - use consistent indentation and coding style
  - add modelines
  - replace some g_assert calls with DISSECTOR_ASSERT where it makes sense
  - group related functions together and simplify many comments by referring to
    the 'normal' value_string as the canonical version

Directory: /trunk/epan/
  Changes    Path              Action
  +366 -328  value_string.c    Modified