2 * netsniff-ng - the packet sniffing beast
3 * Copyright 2014 Tobias Klauser.
4 * Subject to the GPL, version 2.
7 #ifndef DISSECTOR_NETLINK_H
8 #define DISSECTOR_NETLINK_H
13 extern void dissector_init_netlink(int fnttype
);
14 extern void dissector_cleanup_netlink(void);
16 static inline struct protocol
*dissector_get_netlink_entry_point(void)
25 static inline struct protocol
*dissector_get_netlink_exit_point(void)
30 #endif /* DISSECTOR_NETLINK_H */