aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-25 07:40:11 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-25 07:40:11 +0000
commitb3cb9fddbd93141bff84b13bc9e101bf13fcd990 (patch)
tree2234abf07a16b53334ac140940cb1ad0dc492881 /packet-atm.c
parentd3604ae33eb8a9269c82386c0f202993f583846d (diff)
Get rid of the routine to dissect LANE topology change frames, as
there's nothing in them past the flags. svn path=/trunk/; revision=5555
Diffstat (limited to 'packet-atm.c')
-rw-r--r--packet-atm.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/packet-atm.c b/packet-atm.c
index d3378fb463..a09eca6614 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.45 2002/05/24 09:31:06 guy Exp $
+ * $Id: packet-atm.c,v 1.46 2002/05/25 07:40:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -410,13 +410,6 @@ dissect_le_arp_frame(tvbuff_t *tvb, int offset, proto_tree *tree)
}
static void
-dissect_le_topology_change_frame(tvbuff_t *tvb, int offset, proto_tree *tree)
-{
- /* Reserved */
- offset += 92;
-}
-
-static void
dissect_le_verify_frame(tvbuff_t *tvb, int offset, proto_tree *tree)
{
guint8 num_tlvs;
@@ -601,7 +594,7 @@ dissect_le_control(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
decode_boolean_bitfield(flags, 0x0100, 8*2,
"Topology change", "No topology change"));
offset += 2;
- dissect_le_topology_change_frame(tvb, offset, lane_tree);
+ /* 92 reserved bytes */
break;
case LE_VERIFY_REQUEST: