ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Any suggestions for using wireshark to capture/display interacti

From: Sam Roberts <vieuxtech@xxxxxxxxx>
Date: Wed, 9 Mar 2011 14:49:54 -0800
netlink is a linux IPC mechanism commonly used for complex
interactions between userspace and the linux kernel. The API uses
socket() with a PF_NETLINK, and sendfrom/recvfrom.

Since it's IPC, there is no ethX device to pcap - I'm wondering if
anybody knows of ways to watch netlink traffic?

I could build dissectors, if I had to, but I'm not too sure how to get
the captures.

Cheers,
Sam