diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-04-02 08:14:19 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-04-02 08:14:19 +0400 |
commit | bcf0fb3b48edc9e642c4101e2ccf964a30cdb6f1 (patch) | |
tree | 58e877e2b6478ddbce67fc2105806f8d19855d0b /interface.h | |
parent | a2f7be917569bccbed2fd705bbb0fa15d0fcf8d0 (diff) | |
download | tcpdump-bcf0fb3b48edc9e642c4101e2ccf964a30cdb6f1.tar.gz |
NDOize SMB decoder
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/interface.h b/interface.h index 451702cc..b4d0c11e 100644 --- a/interface.h +++ b/interface.h @@ -172,16 +172,8 @@ extern u_int ppp_hdlc_if_print(const struct pcap_pkthdr *, const u_char *); extern u_int ppp_bsdos_if_print(const struct pcap_pkthdr *, const u_char *); extern void tcp_print(const u_char *, u_int, const u_char *, int); extern void timed_print(const u_char *); -extern void netbeui_print(u_short, const u_char *, int); -extern void ipx_netbios_print(const u_char *, u_int); -extern void nbt_tcp_print(const u_char *, int); -extern void nbt_udp137_print(const u_char *, int); -extern void nbt_udp138_print(const u_char *, int); -extern void smb_tcp_print(const u_char *, int); extern char *smb_errstr(int, int); extern const char *nt_errstr(u_int32_t); -extern void print_data(const unsigned char *, int); - #ifdef INET6 extern void babel_print(const u_char *, u_int); |