1 | initial version |
Probably best to combine into a single capture filter. (tshark man page)
~$ tshark -i 5 host 239.255.255.250 and port 1900
Capturing on 'Ethernet'
1 0.000000 192.168.200.142 239.255.255.250 SSDP 216 eth:ethertype:ip:udp:ssdp M-SEARCH * HTTP/1.1
2 1.000658 192.168.200.142 239.255.255.250 SSDP 216 eth:ethertype:ip:udp:ssdp M-SEARCH * HTTP/1.1
2 packets captured
~$