astraceroute: use switch instead of lookup table for short proto id
[netsniff-ng.git] / dissector_sll.h
blob2067942c22f0152091060014dc81888f57c961c3
1 /*
2 * netsniff-ng - the packet sniffing beast
3 * Subject to the GPL, version 2.
4 */
6 #ifndef DISSECTOR_SLL_H
7 #define DISSECTOR_SLL_H
9 #include "hash.h"
10 #include "proto.h"
12 extern void dissector_init_sll(int fnttype);
13 extern void dissector_cleanup_sll(void);
15 extern struct protocol *dissector_get_sll_entry_point(void);
16 extern struct protocol *dissector_get_sll_exit_point(void);
18 #endif /* DISSECTOR_SLL_H */