diff options
Diffstat (limited to 'packet-rip.h')
-rw-r--r-- | packet-rip.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-rip.h b/packet-rip.h index 67ea57dcc9..7823b1c9f6 100644 --- a/packet-rip.h +++ b/packet-rip.h @@ -1,6 +1,6 @@ /* packet-rip.h (c) 1998 Hannes Boehm */ -/* $Id: packet-rip.h,v 1.4 2000/02/15 21:02:59 gram Exp $ */ +/* $Id: packet-rip.h,v 1.5 2000/04/14 06:17:23 guy Exp $ */ #define RIPv1 1 #define RIPv2 2 @@ -33,5 +33,3 @@ typedef union _e_rip_entry { e_rip_vektor vektor; e_rip_authentication authentication; } e_rip_entry; - -void dissect_rip(const u_char *, int, frame_data *, proto_tree *); |