aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-16 23:36:57 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-16 23:36:57 +0000
commit8b66765a41b63eec4ed4e5d18d6b22ce67e83ec1 (patch)
treea69ffee0982205769e504df76aadc1d71e1b70a4 /packet-atm.c
parente656facb266ac67ba5d8a8e3901523e20f00681a (diff)
The short name for AAL 3/4 should be "AAL3/4", not "AAL3_4" (even though
the *filter* name is "aal3_4"). svn path=/trunk/; revision=11161
Diffstat (limited to 'packet-atm.c')
-rw-r--r--packet-atm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atm.c b/packet-atm.c
index 4e71c8d899..4cd676fd6a 100644
--- a/packet-atm.c
+++ b/packet-atm.c
@@ -1,7 +1,7 @@
/* packet-atm.c
* Routines for ATM packet disassembly
*
- * $Id: packet-atm.c,v 1.65 2003/09/06 01:21:00 guy Exp $
+ * $Id: packet-atm.c,v 1.66 2004/06/16 23:36:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1598,7 +1598,7 @@ proto_register_atm(void)
};
proto_atm = proto_register_protocol("ATM", "ATM", "atm");
proto_aal1 = proto_register_protocol("ATM AAL1", "AAL1", "aal1");
- proto_aal3_4 = proto_register_protocol("ATM AAL3/4", "AAL3_4", "aal3_4");
+ proto_aal3_4 = proto_register_protocol("ATM AAL3/4", "AAL3/4", "aal3_4");
proto_oamaal = proto_register_protocol("ATM OAM AAL", "OAM AAL", "oamaal");
proto_register_field_array(proto_atm, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));