aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-18 05:12:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-18 05:12:13 +0000
commite0a59df40bd6f7006c7f3e32b327f3e5bbf4925f (patch)
treefcea50d4e2d0ec83b18c131d72516666978216d5 /packet-sna.c
parent72663f8b460fbd544498f9691ae620c26a9d634b (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8039 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-sna.c')
-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,