aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Extract errno value_strings from usb codePeter Wu1-2/+4
2017-04-18NETLINK: Show raw attribute dataJaap Keuter1-3/+8
2017-04-17Initial support for Linux 802.11 Netlink (nl80211) dissectionPeter Wu1-1/+7
2017-04-17genl: make subdissectors responsible for headerPeter Wu1-2/+2
2017-04-09netlink: let subdissectors handle the netlink headerPeter Wu1-24/+58
2017-04-09netlink: add helper for dissecting an array of attributesPeter Wu1-23/+55
2016-09-20netlink: make dissect_netlink_attributes() endianness awareHauke Mehrtens1-8/+13
2016-09-20netlink: try to detect endiannessHauke Mehrtens1-4/+21
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-23Remove now-redundant check.Guy Harris1-4/+9
2016-08-23Get rid of trailing tabs.Guy Harris1-1/+1
2016-08-23Catch too-short netlink message lengths.Guy Harris1-0/+15
2016-08-19netlink: fix flags dissectionPeter Wu1-6/+19
2016-08-13netlink: fully dissect NLA Type, add length restrictionPeter Wu1-19/+51
2016-08-08netlink-netfilter: add NFQUEUE dissectionPeter Wu1-0/+2
2016-08-07netlink: dissect errors and more flags, improve display and helpPeter Wu1-75/+126
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-17[netlink] remove an unnecessary if (tree) checkMartin Kaiser1-6/+4
2016-01-17[sll] call the netlink dissector if the arp_hdr type is netlinkMartin Kaiser1-0/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-19Improved dissection of some netlink attributesMatthieu Coudron1-16/+118
2015-01-23Make netlink dissector register the attribute length header field infoHadriel Kaplan1-3/+6
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-26/+39
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+5
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-6/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13netlink: updateJakub Zawadzki1-2/+11
2013-12-13netlink: update Jakub Zawadzki1-3/+5
2013-12-11Add new & update netlink dissectors.Jakub Zawadzki1-0/+54
2013-12-08Improve netlink dissection:Jakub Zawadzki1-3/+10
2013-12-08Add initial dissectors for netlink, and netlink route subsystem.Jakub Zawadzki1-0/+255