X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/21480b97d89d0edebe1cb706503a9bee117bd9db..258fb362b92f0a61ab0fd5d8bc69fa798e7e1c8b:/interface.h diff --git a/interface.h b/interface.h index c9aca357..b8a5c9ae 100644 --- a/interface.h +++ b/interface.h @@ -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.231 2004-06-06 19:20:05 hannes Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.233 2004-07-27 17:05:41 hannes Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -161,11 +161,11 @@ extern const char *dnnum_string(u_short); #include extern int print_unknown_data(const u_char *, const char *,int); -extern void ascii_print_with_offset(const u_char *, const u_char *, u_int, u_int); -extern void ascii_print(const u_char *, const u_char *, u_int); -extern void hex_print_with_offset(const u_char *, const u_char *, u_int, u_int); +extern void ascii_print_with_offset(const char *, const u_char *, u_int, u_int); +extern void ascii_print(const char *, const u_char *, u_int); +extern void hex_print_with_offset(const char *, const u_char *, u_int, u_int); extern void telnet_print(const u_char *, u_int); -extern void hex_print(const u_char *, const u_char *, u_int); +extern void hex_print(const char *, const u_char *, u_int); extern int ether_encap_print(u_short, const u_char *, u_int, u_int, u_short *); extern int llc_print(const u_char *, u_int, u_int, const u_char *, const u_char *, u_short *); @@ -278,6 +278,7 @@ extern void mpls_lsp_ping_print(const u_char *, u_int); extern void zephyr_print(const u_char *, int); extern void hsrp_print(const u_char *, u_int); extern void bfd_print(const u_char *, u_int, u_int); +extern void sip_print(const u_char *, u_int); #ifdef INET6 extern void ip6_print(const u_char *, u_int);