2 * netsniff-ng - the packet sniffing beast
3 * Copyright 2009, 2010 Daniel Borkmann.
4 * Copyright 2014 Tobias Klauser
5 * Subject to the GPL, version 2.
18 extern void lookup_init_ports(enum ports which
);
19 extern void lookup_cleanup_ports(enum ports which
);
21 extern char *lookup_port_udp(unsigned int id
);
22 extern char *lookup_port_tcp(unsigned int id
);
23 extern char *lookup_ether_type(unsigned int id
);