diff options
Diffstat (limited to 'dissector_eth.h')
-rw-r--r-- | dissector_eth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dissector_eth.h b/dissector_eth.h index c02213f..6d14809 100644 --- a/dissector_eth.h +++ b/dissector_eth.h @@ -16,10 +16,6 @@ extern struct hash_table eth_lay3; extern void dissector_init_ethernet(int fnttype); extern void dissector_cleanup_ethernet(void); -extern char *lookup_port_udp(unsigned int id); -extern char *lookup_port_tcp(unsigned int id); -extern char *lookup_ether_type(unsigned int id); - #ifdef HAVE_DISSECTOR_PROTOS static inline struct protocol *dissector_get_ethernet_entry_point(void) { |