]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
(vrrp_print, cdp_print): add prototypes
[tcpdump] / interface.h
index 3e8b6c75caec4419b8087bf32b6b5b5037f08864..f0b0f0459181aec42d6e65f946c67ad8ac7c6a6b 100644 (file)
@@ -18,7 +18,7 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.123 2000-04-27 10:05:31 itojun Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.125 2000-05-15 00:37:06 assar Exp $ (LBL)
  */
 
 #ifndef tcpdump_interface_h
@@ -295,6 +295,9 @@ extern char *smb_errstr(int, int);
 extern void print_data(const unsigned char *, int);
 extern void l2tp_print(const u_char *, u_int);
 extern void lcp_print(const u_char *, u_int);
+extern void vrrp_print(const u_char *bp, u_int len, int ttl);
+extern void cdp_print(const u_char *p, u_int length, u_int caplen,
+                     const u_char *esrc, const u_char *edst);
 
 #ifdef INET6
 extern void ip6_print(const u_char *, int);
@@ -306,6 +309,6 @@ extern void icmp6_print(const u_char *, const u_char *);
 extern void ripng_print(const u_char *, int);
 extern int rt6_print(const u_char *, const u_char *);
 extern void ospf6_print(const u_char *, u_int);
-extern void dhcp6_print(const u_char *, u_int, u_short, u_short);
+extern void dhcp6_print(const u_char *, u_int, u_int16_t, u_int16_t);
 #endif /*INET6*/
 extern u_short in_cksum(const u_short *addr, register int len, u_short csum);