URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5bcd2f681e1507d7a9ddcfc89b5303178f9b7e75
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5bcd2f6 by Peter Wu (peter@xxxxxxxxxxxxx):
Initial support for Generic Netlink (genl) dissection
For consistency with other netlink dissectors, the file is named
"netlink-generic", but the short protocol name is "genl" for brevity.
Ping-Bug: 13561
Change-Id: I6f94454f8366467fd833c3e57364c515aee9e86f
Reviewed-on: https://code.wireshark.org/review/20875
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4eed07a sctp: fix this condition has identical branches [-Werror=duplicated-branches] found by gcc7
adds 5bcd2f6 Initial support for Generic Netlink (genl) dissection
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-netlink-generic.c | 546 ++++++++++++++++++++++++++++++
epan/dissectors/packet-netlink.h | 13 +
5 files changed, 562 insertions(+)
create mode 100644 epan/dissectors/packet-netlink-generic.c