/* * netsniff-ng - the packet sniffing beast * Copyright 2014 Tobias Klauser. * Subject to the GPL, version 2. */ #include "dissector.h" #include "dissector_netlink.h" static inline void dissector_init_entry(int type) { dissector_set_print_type(&nlmsg_ops, type); } static inline void dissector_init_exit(int type) { dissector_set_print_type(&none_ops, type); } void dissector_init_netlink(int fnttype) { dissector_init_entry(fnttype); dissector_init_exit(fnttype); } void dissector_cleanup_netlink(void) { } t-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/ieee802154/nl_policy.c
'/cgit.cgi/linux/net-next.git/log/sound/soc/txx9/txx9aclc-generic.c?h=nds-private-remove&id=298a2d87518ec01bb36070fafe31da7746556db0'>txx9aclc-generic.c
AgeCommit message (Expand)AuthorFilesLines
AgeCommit message (Expand)AuthorFilesLines