aboutsummaryrefslogtreecommitdiffstats
path: root/packet-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-data.c')
-rw-r--r--packet-data.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-data.c b/packet-data.c
index e389ab56c6..77f5cde17c 100644
--- a/packet-data.c
+++ b/packet-data.c
@@ -2,7 +2,7 @@
* Routines for raw data (default case)
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-data.c,v 1.5 1998/11/12 00:06:25 gram Exp $
+ * $Id: packet-data.c,v 1.6 1999/03/22 03:44:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -39,6 +39,11 @@
#include "ethereal.h"
#include "packet.h"
+void
+capture_data(const u_char *pd, int offset, guint32 cap_len, packet_counts *ld) {
+
+ ld->other++;
+}
void
dissect_data(const u_char *pd, int offset, frame_data *fd, GtkTree *tree) {