summaryrefslogtreecommitdiff
path: root/gtk/dfilter_expr_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-20 21:57:55 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-20 21:57:55 +0000
commitf4db05c7d16edffd13c41a2d8b877c9f514bbc52 (patch)
tree2f03acb18bb45483d3f999c1caa3e1337a20928d /gtk/dfilter_expr_dlg.c
parent39710cd58235f371ae0196e70128e5570c326e71 (diff)
downloadwireshark-f4db05c7d16edffd13c41a2d8b877c9f514bbc52.tar.gz
When displaying the numeric value for the value_string string that was
selected in the filter-construction GUI, treat BASE_BIN like BASE_DEC, as that's currently how it's treated elsewhere. svn path=/trunk/; revision=3351
Diffstat (limited to 'gtk/dfilter_expr_dlg.c')
-rw-r--r--gtk/dfilter_expr_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/dfilter_expr_dlg.c b/gtk/dfilter_expr_dlg.c
index 4c3f43803d..3105c7c5ab 100644
--- a/gtk/dfilter_expr_dlg.c
+++ b/gtk/dfilter_expr_dlg.c
@@ -7,7 +7,7 @@
* Copyright 2000, Jeffrey C. Foster<jfoste@woodward.com> and
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: dfilter_expr_dlg.c,v 1.21 2001/03/26 10:28:34 guy Exp $
+ * $Id: dfilter_expr_dlg.c,v 1.22 2001/04/20 21:57:55 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -612,6 +612,7 @@ value_list_sel_cb(GtkList *value_list, GtkWidget *child,
switch (hfinfo->display) {
case BASE_DEC:
+ case BASE_BIN: /* binary - treated as decimal, for now */
switch (hfinfo->type) {
case FT_UINT8: