aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-18 05:12:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-18 05:12:13 +0000
commit585467779f36a1d6ab2b87e500af203a3cdf7cdb (patch)
treefcea50d4e2d0ec83b18c131d72516666978216d5
parentbef8e395a878b4edf95f918c1dc8d8de319e21e6 (diff)
downloadwireshark-585467779f36a1d6ab2b87e500af203a3cdf7cdb.tar.gz
wireshark-585467779f36a1d6ab2b87e500af203a3cdf7cdb.tar.bz2
wireshark-585467779f36a1d6ab2b87e500af203a3cdf7cdb.zip
It looks, from some SNA stuff found on the Web, as if the exception
response indicator should just be shown as set or not set, as the two definite response indicators are. svn path=/trunk/; revision=8039
-rw-r--r--packet-sna.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/packet-sna.c b/packet-sna.c
index d1ae3052f6..ec6f18153b 100644
--- a/packet-sna.c
+++ b/packet-sna.c
@@ -3,7 +3,7 @@
* Gilbert Ramirez <gram@alumni.rice.edu>
* Jochen Friedrich <jochen@scram.de>
*
- * $Id: packet-sna.c,v 1.47 2003/07/09 04:33:05 guy Exp $
+ * $Id: packet-sna.c,v 1.48 2003/07/18 05:12:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -380,10 +380,6 @@ static const true_false_string sna_rh_lcci_truth =
static const true_false_string sna_rh_rti_truth =
{ "Negative", "Positive" };
-/* Exception Response Indicator */
-static const true_false_string sna_rh_eri_truth =
- { "Exception", "Definite" };
-
/* Queued Response Indicator */
static const true_false_string sna_rh_qri_truth =
{ "Enqueue response in TC queues", "Response bypasses TC queues" };
@@ -3214,7 +3210,7 @@ proto_register_sna(void)
{ &hf_sna_rh_eri,
{ "Exception Response Indicator", "sna.rh.eri", FT_BOOLEAN,
- 8, TFS(&sna_rh_eri_truth), 0x10, "", HFILL }},
+ 8, NULL, 0x10, "", HFILL }},
{ &hf_sna_rh_rti,
{ "Response Type Indicator", "sna.rh.rti", FT_BOOLEAN,