Wireshark-commits: [Wireshark-commits] master 1767e08: netlink-netfilter: add NFQUEUE dissection
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 8 Aug 2016 04:26:49 +0000 (UTC)
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(-)