Wireshark-commits: [Wireshark-commits] master 1767e08: netlink-netfilter: add NFQUEUE dissection
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1767e088d498e79e0ddec1ae4b1dbb625b650793
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1767e08 by Peter Wu (peter@xxxxxxxxxxxxx):
netlink-netfilter: add NFQUEUE dissection
Update fields to Linux 4.7, add dissection for most important NFQUEUE
structures and attributes. The shared Netfilter header is also dissected
here (except when the NFLOG subdissector is called). Based on the source
code of Linux and libnl, it seems that most (all?) fields are big
endian.
Tested with netlink.pcap and netlink-nflog.pcap from the SampleCaptures
wiki page.
Change-Id: I93bb8e528fdd2575acdae31a17b9b62aaa90fdbc
Reviewed-on: https://code.wireshark.org/review/16933
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f3b15ab gtk: add assert (CID 1159169).
adds 1767e08 netlink-netfilter: add NFQUEUE dissection
Summary of changes:
epan/dissectors/packet-netlink-netfilter.c | 617 ++++++++++++++++++++++++++--
epan/dissectors/packet-netlink.c | 2 +
2 files changed, 591 insertions(+), 28 deletions(-)