aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorhannes <hannes@localhost>1998-09-29 21:39:29 +0000
committerhannes <hannes@localhost>1998-09-29 21:39:29 +0000
commit374846c370b6e241f2df39f1c5579441509e0e81 (patch)
treebacf67b6f6f810b6bc6715c9cfadb4117a8e9e9f /capture.h
parent229151a0c1df6055100a6b9f342921f60716e62b (diff)
Changes to capture.c and capture.h to support more detail in the capture
window. Added basic counter (%) hooks for all currently supported base protocols. OSPF Counter added as an example. All of this has mainly cosmetic purposes. svn path=/trunk/; revision=34
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/capture.h b/capture.h
index fd675769e4..b46b4c1149 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.2 1998/09/16 03:21:52 gerald Exp $
+ * $Id: capture.h,v 1.3 1998/09/29 21:39:29 hannes Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,6 +32,7 @@ typedef struct _loop_data {
gint max;
gint tcp;
gint udp;
+ gint ospf;
gint other;
pcap_dumper_t *pdh;
} loop_data;