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);
24 static inline struct protocol
*dissector_get_ieee80211_entry_point(void)
26 return &ieee80211_ops
;
29 static inline struct protocol
*dissector_get_ieee80211_exit_point(void)
34 static inline struct protocol
*dissector_get_ieee80211_entry_point(void)
39 static inline struct protocol
*dissector_get_ieee80211_exit_point(void)
43 #endif /* __WITH_PROTOS */
44 #endif /* DISSECTOR_80211_H */