aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sll.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-24 06:03:34 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-24 06:03:34 +0000
commit64e6868518190723e700043a8642082789d3884f (patch)
treef9e9ceb8feb9b474fd6f6627ea0f976493553503 /packet-sll.c
parent192f416b7b559dba24482200b67f10c25a006eff (diff)
From Joerg Mayer: get rid of extra arguments to capture routines.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5233 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-sll.c')
-rw-r--r--packet-sll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sll.c b/packet-sll.c
index bed9459242..0569d34d9d 100644
--- a/packet-sll.c
+++ b/packet-sll.c
@@ -1,7 +1,7 @@
/* packet-sll.c
* Routines for disassembly of packets from Linux "cooked mode" captures
*
- * $Id: packet-sll.c,v 1.16 2002/01/21 07:36:42 guy Exp $
+ * $Id: packet-sll.c,v 1.17 2002/04/24 06:03:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -121,7 +121,7 @@ capture_sll(const u_char *pd, int len, packet_counts *ld)
* Novell IPX inside 802.3 with no 802.2 LLC
* header.
*/
- capture_ipx(pd, len, SLL_HEADER_SIZE, ld);
+ capture_ipx(ld);
break;
default: