aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-30 21:52:15 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-30 21:52:15 +0000
commit5973b6f903717da1d5e13a07fbe9d33e9ce5fda1 (patch)
tree61f5f5229c6474a3bacf4e58ef3e3b254870a8d8
parent105efda4044b2f031b1c36d666f7cb6b0221694f (diff)
Don't bother telling the user twice that the traffic is LLC multiplexed
traffic; once is enough. svn path=/trunk/; revision=5315
-rw-r--r--packet-atm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-atm.c b/packet-atm.c
index 4fce2749fe..35cfa3d9db 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.43 2002/04/30 18:58:14 guy Exp $
+ * $Id: packet-atm.c,v 1.44 2002/04/30 21:52:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -558,10 +558,6 @@ dissect_atm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
"Unknown AAL5 traffic type (%u)"));
switch (pinfo->pseudo_header->atm.type) {
- case TRAF_LLCMX:
- proto_tree_add_text(atm_tree, tvb, 0, 0, "LLC multiplexed traffic");
- break;
-
case TRAF_VCMX:
proto_tree_add_text(atm_tree, tvb, 0, 0, "VC multiplexed traffic type: %s",
val_to_str(pinfo->pseudo_header->atm.subtype,