diff options
author | Laurent Deniel <laurent.deniel@free.fr> | 2000-08-25 18:46:11 +0000 |
---|---|---|
committer | Laurent Deniel <laurent.deniel@free.fr> | 2000-08-25 18:46:11 +0000 |
commit | 9310d9622183ac3d9379c3951902b178f0e805bb (patch) | |
tree | 67b9470bd1c9ec33e6c41c83d347a46152830218 /packet-vines.h | |
parent | 465895fcab115782cfa3f0454f4a776ade5bd05f (diff) |
- add protocol registration
- add some missing Vines IP header fields in protocol tree
- add protocol type as display filter
- miscellaneous code cleaning
svn path=/trunk/; revision=2374
Diffstat (limited to 'packet-vines.h')
-rw-r--r-- | packet-vines.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packet-vines.h b/packet-vines.h index ec0fb9c88a..504cbac4b9 100644 --- a/packet-vines.h +++ b/packet-vines.h @@ -1,7 +1,7 @@ /* packet-vines.h * Definitions for packet disassembly structures and routines * - * $Id: packet-vines.h,v 1.5 2000/04/16 21:37:07 guy Exp $ + * $Id: packet-vines.h,v 1.6 2000/08/25 18:46:11 deniel Exp $ * * Don Lafontaine <lafont02@cn.ca> * @@ -38,8 +38,7 @@ #ifndef __PACKETVINES_H__ #define __PACKETVINES_H__ -void capture_vines(const u_char *, int, packet_counts *); -void dissect_vines_frp(const u_char *, int, frame_data *, proto_tree *); +#define VINES_ADDR_LEN 6 /* VINES IP structs and definitions */ @@ -108,6 +107,9 @@ typedef struct _e_vsmb { guint32 vsmb_ttw; } e_vsmb; +void capture_vines(const u_char *, int, packet_counts *); +void dissect_vines_frp(const u_char *, int, frame_data *, proto_tree *); + /* * Routine to take a Vines address and generate a string. */ |