2 * netsniff-ng - the packet sniffing beast
3 * Subject to the GPL, version 2.
6 #ifndef DISSECTOR_SLL_H
7 #define DISSECTOR_SLL_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 */