aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.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-vines.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-vines.h')
-rw-r--r--packet-vines.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/packet-vines.h b/packet-vines.h
index da1e9559ce..15db004576 100644
--- a/packet-vines.h
+++ b/packet-vines.h
@@ -1,15 +1,14 @@
/* packet-vines.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-vines.h,v 1.9 2001/04/17 00:46:03 guy Exp $
+ * $Id: packet-vines.h,v 1.10 2001/11/20 21:59:13 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
* Joerg Mayer <jmayer@loplof.de>
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -109,6 +108,6 @@ typedef struct _e_vsmb {
guint32 vsmb_ttw;
} e_vsmb;
-void capture_vines(const u_char *, int, packet_counts *);
+void capture_vines(const u_char *, int, int, packet_counts *);
#endif /* packet-vines.h */