2 * netsniff-ng - the packet sniffing beast
3 * By Daniel Borkmann <daniel@netsniff-ng.org>
4 * Copyright 2009, 2010 Daniel Borkmann.
5 * Subject to the GPL, version 2.
8 #ifndef DISSECTOR_80211_H
9 #define DISSECTOR_80211_H
18 extern struct hash_table ieee80211_lay2
;
20 extern void dissector_init_ieee80211(int fnttype
);
21 extern void dissector_cleanup_ieee80211(void);
23 static inline struct protocol
*dissector_get_ieee80211_entry_point(void)
28 static inline struct protocol
*dissector_get_ieee80211_exit_point(void)
33 #endif /* DISSECTOR_80211_H */