diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-20 21:34:16 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-20 21:34:16 +0000 |
commit | 8e7816815f16be28c4e7eeeec916cb45aff27f20 (patch) | |
tree | 52098dcf7daf858b971b74193b49c0515093d290 /packet.h | |
parent | 0ce1dab01d875ce868b7a9feab29dee995f0968a (diff) | |
download | wireshark-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 *); /* |