Wireshark-commits: [Wireshark-commits] master dd15a6d: netlink-netfilter: add partial ipset support
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd15a6d505c08078377e2a69079fdb8ae3247db7
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dd15a6d by Peter Wu (peter@xxxxxxxxxxxxx):
netlink-netfilter: add partial ipset support
Based on Linux 4.7 headers, this decodes many interesting fields like
the setname, IP address and more. Many attributes are not fully
dissected, but at least the attribute names are visible now.
Tested with netlink-ipset.pcap, posted on the SampleCaptures wiki.
Change-Id: Ibd430e9d0f177d5f21753ac1206541b4e50329f2
Reviewed-on: https://code.wireshark.org/review/17031
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 2e37b27 DCT2000: fix a buffer overflow in case of malformed packet
adds dd15a6d netlink-netfilter: add partial ipset support
Summary of changes:
epan/dissectors/packet-netlink-netfilter.c | 461 +++++++++++++++++++++++++++-
1 file changed, 459 insertions(+), 2 deletions(-)