aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-sock_diag.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08netlink: implement new identifiers from Linux 6.2 kernelJaap Keuter1-0/+9
2022-11-14Use `register_dissector()` for more protocolsDavid Perry1-1/+1
2022-09-22Trivial: fix a couple of copy/paste consecutive filtersMartin Mathieson1-1/+1
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-12-12Remove obsolete macro HFI_DECLSJoão Valverde1-2/+0
2021-12-11Netlink sock_diag: Convert to normal proto tree APIJoão Valverde1-371/+409
2021-12-11Netlink: Change dissector API to use HF indexJoão Valverde1-5/+5
2021-12-10epan: Remove new proto tree APIJoão Valverde1-130/+126
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-06-15netlink: don't use -1 to mean "to end of packet".Guy Harris1-4/+4
2020-01-12netlink: use value retrieval with proper encodingJaap Keuter1-2/+3
2020-01-08Netlink: remove encoding copies and, by extension, nl_data copiesJaap Keuter1-48/+43
2020-01-08Netlink: stop hiding packet_netlink_data pointerJaap Keuter1-57/+57
2019-12-29netlink: changes to match Linux kernel v5.4 netlink interfaceJaap Keuter1-15/+22
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-24netlink-sock_diag: delimit more fieldsMatthieu Coudron1-1/+21
2018-09-20netlink-*: fix various VALS/TFS misusePeter Wu1-15/+15
2018-06-04When using the NEW_PROTO_TREE_API, the proto_tree_add... functions areJoerg Mayer1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-13netlink (sock_diag): Fix Dead Store (Dead assignement/Dead increment) Warning...Alexis La Goutte1-2/+0
2017-04-09netlink: let subdissectors handle the netlink headerPeter Wu1-16/+12
2017-03-22Netlink: update some values used in netlinkJaap Keuter1-3/+31
2016-09-20netlink: make dissect_netlink_attributes() endianness awareHauke Mehrtens1-4/+4
2016-08-13netlink: fully dissect NLA Type, add length restrictionPeter Wu1-8/+8
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-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-04-24Fix packet-netlink-sock_diag.c:653:4: warning: code will never be executed [-...Alexis La Goutte1-1/+0
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-7/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-3/+3
2013-12-15Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-14Fix some warningsJakub Zawadzki1-3/+1
2013-12-14sock diag netlink: dissect requests, stub for 'padding dissection'.Jakub Zawadzki1-14/+348
2013-12-13netlink: updateJakub Zawadzki1-57/+183
2013-12-13netlink: update Jakub Zawadzki1-6/+208
2013-12-11Add new & update netlink dissectors.Jakub Zawadzki1-0/+556