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