Wireshark-commits: [Wireshark-commits] rev 34514: /trunk/ /trunk/epan/dfilter/: semcheck.c /trunk/e

Date: Thu, 14 Oct 2010 17:50:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34514

User: wmeier
Date: 2010/10/14 10:50 AM

Log:
 Rework "extended value strings":
 - Allow direct access when a range of values begins with a value other than 0;
 - Provide value_string_ext_new() for creating extended value strings at runtime;
 - Do access to value_string_ext members via a macro (all but value_string.c);
 - Update documentation.

Directory: /trunk/epan/dfilter/
  Changes    Path          Action
  +1 -2      semcheck.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +29 -34    packet-diameter.c    Modified

Directory: /trunk/doc/
  Changes    Path                Action
  +21 -5     README.developer    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +1 -1      libwireshark.def    Modified
  +1 -1      proto.c             Modified
  +151 -58   value_string.c      Modified
  +71 -16    value_string.h      Modified

Directory: /trunk/gtk/
  Changes    Path                  Action
  +1 -1      dfilter_expr_dlg.c    Modified