Create a header file for every packet-*.c file. Prune the packet.h file.
[obnox/wireshark/wip.git] / packet-rip.h
index 234e29fc8334ae689fdd3295aeec4b4b8773bfe8..67ea57dcc9279cc2b40d938084be87c477b2850a 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-rip.h (c) 1998 Hannes Boehm */
 
-/* $Id: packet-rip.h,v 1.3 1999/10/06 03:33:48 guy Exp $ */
+/* $Id: packet-rip.h,v 1.4 2000/02/15 21:02:59 gram Exp $ */
 
 #define        RIPv1   1
 #define        RIPv2   2
@@ -33,3 +33,5 @@ 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 *);