aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-03-22 03:56:34 +0000
committerGuy Harris <guy@alum.mit.edu>1999-03-22 03:56:34 +0000
commit05e5c40597167ced79f7026c757f0828eed46720 (patch)
tree37f38b99fb2b4bc7f4ba7ede3a0d79f507e82933 /packet.h
parent8f70ffdda97858ba912ee6cfd1c094515b0a926c (diff)
Well, that was dumb. I didn't have to add a "capture_data()" routine; I
just had to make "sap_capture_func()" return NULL if it didn't find an entry for the SAP it was passed. svn path=/trunk/; revision=220
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index 0d1c59b172..a8fc887e7b 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.39 1999/03/22 03:44:44 guy Exp $
+ * $Id: packet.h,v 1.40 1999/03/22 03:56:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -545,7 +545,6 @@ void capture_tr(const u_char *, guint32, packet_counts *);
* packet_counts *
* They should never modify the packet data.
*/
-void capture_data(const u_char *, int, guint32, packet_counts *);
void capture_llc(const u_char *, int, guint32, packet_counts *);
void capture_ip(const u_char *, int, guint32, packet_counts *);