Wireshark-commits: [Wireshark-commits] rev 28931: /trunk/ /trunk/epan/dfilter/: semcheck.c /trunk/g

Date: Fri, 03 Jul 2009 01:11:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28931

User: wmeier
Date: 2009/07/02 06:11 PM

Log:
 From  Kovarththanan Rajaratnam: Fixes for bug #3536
 (plus some additional changes by me).
 
 Handle BASE_RANGE_STRING display types properly
 
 We always treat header field info strings as value_string's undiscriminated.
 However, if the header field info display is marked as BASE_RANGE_STRING, we
 need to treat them as range_string's. This wasn't properly handled in the
 filter expression dialog and in the filter toolbar which would cause a crash
 upon referencing any fields marked as BASE_RANGE_STRING.

Directory: /trunk/epan/dfilter/
  Changes    Path          Action
  +17 -11    semcheck.c    Modified

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