aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-sock_diag.c
AgeCommit message (Expand)AuthorFilesLines
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