aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-09 04:33:05 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-09 04:33:05 +0000
commit3406367d055e21ed89502f513dd0a4fffd610377 (patch)
tree4e564e08de60e76675f95235996ec4808f3225d3 /packet-sna.c
parent1d985935a671705c58139724474706100a02cddd (diff)
Use "sna_rh_eri_truth[]" for the Exception Response Indicator field.
svn path=/trunk/; revision=7999
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,