aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-20 21:34:16 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-20 21:34:16 +0000
commit8e7816815f16be28c4e7eeeec916cb45aff27f20 (patch)
tree52098dcf7daf858b971b74193b49c0515093d290 /packet.h
parent0ce1dab01d875ce868b7a9feab29dee995f0968a (diff)
downloadwireshark-8e7816815f16be28c4e7eeeec916cb45aff27f20.tar.gz
wireshark-8e7816815f16be28c4e7eeeec916cb45aff27f20.tar.bz2
wireshark-8e7816815f16be28c4e7eeeec916cb45aff27f20.zip
Joerg Mayer's updates to the VINES dissector and to protocol layers
above VINES. svn path=/trunk/; revision=1514
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index cb1ad52b6e..cd9ca5e0c0 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.165 2000/01/07 09:10:13 guy Exp $
+ * $Id: packet.h,v 1.166 2000/01/20 21:34:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -103,6 +103,7 @@ typedef struct _packet_counts {
gint gre;
gint netbios;
gint ipx;
+ gint vines;
gint other;
gint total;
} packet_counts;
@@ -290,6 +291,7 @@ void capture_netbios(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 *);
void capture_ipx(const u_char *, int, guint32, packet_counts *);
+void capture_vines(const u_char *, int, guint32, packet_counts *);
void capture_vlan(const u_char *, int, guint32, packet_counts *);
/*