From e296f875c22c81c0663fc06db14f4937111719d7 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 19 Apr 2001 23:02:44 +0000 Subject: FT_UINTn and FT_INTn fields must always have a base selected for them; otherwise, the filtering GUI gets very upset when you try to construct a filter expression to test the value of that field. Make them BASE_DEC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3334 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-sna.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-sna.c') diff --git a/packet-sna.c b/packet-sna.c index 8dcf6dfdea..f51b5b1934 100644 --- a/packet-sna.c +++ b/packet-sna.c @@ -2,7 +2,7 @@ * Routines for SNA * Gilbert Ramirez * - * $Id: packet-sna.c,v 1.27 2001/03/22 16:24:14 gram Exp $ + * $Id: packet-sna.c,v 1.28 2001/04/19 23:02:44 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -885,7 +885,7 @@ proto_register_sna(void) "Format Identification" }}, { &hf_sna_th_mpf, - { "Mapping Field", "sna.th.mpf", FT_UINT8, BASE_NONE, VALS(sna_th_mpf_vals), 0x0c, + { "Mapping Field", "sna.th.mpf", FT_UINT8, BASE_DEC, VALS(sna_th_mpf_vals), 0x0c, "The Mapping Field specifies whether the information field" " associated with the TH is a complete or partial BIU." }}, @@ -908,7 +908,7 @@ proto_register_sna(void) "" }}, { &hf_sna_th_snf, - { "Sequence Number Field", "sna.th.snf", FT_UINT16, BASE_NONE, NULL, 0x0, + { "Sequence Number Field", "sna.th.snf", FT_UINT16, BASE_DEC, NULL, 0x0, "The Sequence Number Field contains a numerical identifier for" " the associated BIU."}}, -- cgit v1.2.3