aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-20 21:59:18 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-20 21:59:18 +0000
commite8d4f4f0ac7481c316b3e25a41b1cc747440220e (patch)
treeae3c72a5204d6498a7f2957738be88615f89a115 /packet-ipx.h
parent62490b8fdb16d066581c40405cb0d8484248fb09 (diff)
Make the capture routines take an additional argument giving the amount
of packet data captured. Make the "BYTES_ARE_IN_FRAME()" macro take a "captured length of the packet" argument. Add some length checks to capture routines. svn path=/trunk/; revision=4235
Diffstat (limited to 'packet-ipx.h')
-rw-r--r--packet-ipx.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/packet-ipx.h b/packet-ipx.h
index f49f096443..d4c911d080 100644
--- a/packet-ipx.h
+++ b/packet-ipx.h
@@ -2,12 +2,11 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ipx.h,v 1.14 2001/11/13 23:55:30 gram Exp $
+ * $Id: packet-ipx.h,v 1.15 2001/11/20 21:59:13 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@etheeal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -145,6 +144,6 @@ struct ipx_rip_packet
#define IPX_SOCKET_UDP_TUNNEL 0x9092 /* RFC 1791 */
-void capture_ipx(const u_char *, int, packet_counts *);
+void capture_ipx(const u_char *, int, int, packet_counts *);
#endif