aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atm.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-25 07:40:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-25 07:40:11 +0000
commit49fe8f98532fddc5a16d89915e63bd116a5d0318 (patch)
tree2234abf07a16b53334ac140940cb1ad0dc492881 /packet-atm.c
parent38cd00fa18e457a3b5d47ed5ab87c152f3c30895 (diff)
Get rid of the routine to dissect LANE topology change frames, as
there's nothing in them past the flags. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5555 f5534014-38df-0310-8fa8-9805f1628bb7
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: