aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorhannes <hannes@f5534014-38df-0310-8fa8-9805f1628bb7>1998-09-29 21:39:29 +0000
committerhannes <hannes@f5534014-38df-0310-8fa8-9805f1628bb7>1998-09-29 21:39:29 +0000
commit102c4fa2e918b382cffed77b8d10e7c126715c16 (patch)
treebacf67b6f6f810b6bc6715c9cfadb4117a8e9e9f /capture.h
parentb7c25574abfb4d276d9a6ab71346270c2d11ecf9 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34 f5534014-38df-0310-8fa8-9805f1628bb7
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;