aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-09 04:33:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-09 04:33:05 +0000
commit55e4422509eb49f670dd120532b8b379bf3131b6 (patch)
tree4e564e08de60e76675f95235996ec4808f3225d3 /packet-sna.c
parent60168b42597caf4bbe944d8376c9ec0054faae20 (diff)
Use "sna_rh_eri_truth[]" for the Exception Response Indicator field.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7999 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-sna.c')
-rw-r--r--packet-sna.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sna.c b/packet-sna.c
index 1fc5f6c729..d1ae3052f6 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.46 2003/03/05 07:17:50 guy Exp $
+ * $Id: packet-sna.c,v 1.47 2003/07/09 04:33:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3214,7 +3214,7 @@ proto_register_sna(void)
{ &hf_sna_rh_eri,
{ "Exception Response Indicator", "sna.rh.eri", FT_BOOLEAN,
- 8, NULL, 0x10, "", HFILL }},
+ 8, TFS(&sna_rh_eri_truth), 0x10, "", HFILL }},
{ &hf_sna_rh_rti,
{ "Response Type Indicator", "sna.rh.rti", FT_BOOLEAN,