I'm using tcpdump to capture multicast packets and had to code up a custom program to join multicast feeds so tcpdump will "see" the packets. Just wondering if netcat or any other applications can perform this function instead?
|
feedback
|
|
You can do this using the SYNTAX
DESCRIPTION It attaches/detaches a static link layer multicast address to listen on the interface. Note that it is impossible to join protocol multicast groups statically. This command only manages link layer addresses.
EXAMPLES Example for a wired connection:
Example for a wireless connection:
| ||||
|
feedback
|