aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-05-26 22:08:16 +0000
committerGuy Harris <guy@alum.mit.edu>2000-05-26 22:08:16 +0000
commit41f7100539a0193251d52608269e7f2e9fb6cecc (patch)
tree104dd2f3a370164270431bcd6da4a5924b937f67 /packet.h
parent8efa4b855148d736698cbba2b14b86ed02adfc65 (diff)
Support for SCTP in the capture dialog, from Michael Tuexen.
svn path=/trunk/; revision=2012
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index b483dbc214..f50eb07448 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.188 2000/05/19 23:06:11 gram Exp $
+ * $Id: packet.h,v 1.189 2000/05/26 22:08:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -100,6 +100,7 @@ typedef struct _column_info {
#define COL_MAX_INFO_LEN 4096
typedef struct _packet_counts {
+ gint sctp;
gint tcp;
gint udp;
gint icmp;