aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-netfilter.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-12Remove obsolete macro HFI_DECLSJoão Valverde1-2/+0
2021-12-12Netlink netfilter: Fix a pre-commit checkJoão Valverde1-1/+1
2021-12-11Netlink netfilter: Convert to normal proto tree APIJoão Valverde1-606/+671
2021-12-11Netlink: Change dissector API to use HF indexJoão Valverde1-20/+20
2021-12-10epan: Remove new proto tree APIJoão Valverde1-163/+159
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-5/+5
2021-06-15netlink: don't use -1 to mean "to end of packet".Guy Harris1-7/+7
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-01-12netlink: use value retrieval with proper encodingJaap Keuter1-2/+2
2020-01-08Netlink: remove encoding copies and, by extension, nl_data copiesJaap Keuter1-12/+5
2020-01-08Netlink: stop hiding packet_netlink_data pointerJaap Keuter1-63/+63
2019-12-29netlink: changes to match Linux kernel v5.4 netlink interfaceJaap Keuter1-8/+31
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-1/+1
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-5/+1
2018-06-04When using the NEW_PROTO_TREE_API, the proto_tree_add... functions areJoerg Mayer1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-13netfilter: Make sure our bitmask field arrays are NULL terminated.Gerald Combs1-0/+2
2017-12-06netlink-netfilter: Add NFQA_CT and NFEXP conntrack dissectorsKevin Cernekee1-4/+813
2017-04-16Netlink: Remove duplicate from nfq_ctinfo_valsMichael Mann1-1/+1
2017-04-09netlink: let subdissectors handle the netlink headerPeter Wu1-22/+27
2016-09-20netlink: make dissect_netlink_attributes() endianness awareHauke Mehrtens1-8/+8
2016-08-21nflog: support NFLOG bridge (ebtables) dissectionPeter Wu1-2/+2
2016-08-21netlink-netfilter,nflog: use NFPROTO_xxx instead of AF_xxxPeter Wu1-4/+16
2016-08-17netlink-netfilter: add partial ipset supportPeter Wu1-2/+459
2016-08-13netlink: fully dissect NLA Type, add length restrictionPeter Wu1-4/+4
2016-08-08netlink-netfilter: add NFQUEUE dissectionPeter Wu1-28/+589
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-9/+22
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13netlink: updateJakub Zawadzki1-9/+7
2013-12-13netlink: update Jakub Zawadzki1-0/+4
2013-12-11Fix Jörg Mayer1-4/+0
2013-12-11Fix buildbot:Jakub Zawadzki1-5/+9
2013-12-11fix buildbot:Jakub Zawadzki1-1/+1
2013-12-11Add new & update netlink dissectors.Jakub Zawadzki1-0/+235