Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9540] [RFE] add netlink packet dissector

Date: Tue, 10 Dec 2013 17:50:50 +0000

changed bug 9540

What Removed Added
Status RESOLVED INCOMPLETE
CC   [email protected]
Resolution FIXED ---
Ever confirmed   1

Comment # 2 on bug 9540 from
Hello,

It's just a startup (reopening).
Netlink is huge, I've commited part of NETLINK_ROUTE and I have some code for
NETLINK_SOCK_DIAG.

Still even if we support only whitelisted one, there are more:

181         case NETLINK_USERSOCK:
183         case NETLINK_NFLOG:
184         case NETLINK_XFRM:
185         case NETLINK_FIB_LOOKUP:
186         case NETLINK_NETFILTER:
187         case NETLINK_GENERIC:
(http://lxr.free-electrons.com/source/net/netlink/af_netlink.c#L171)

I plan to support only what I can easily test, if you need some specific
dissector please provide patch/pcap file.

Thanks,
Kuba.


You are receiving this mail because:
  • You are watching all bug changes.