Wireshark
Packet filtering
Operators:
Examples
ip.addr == <ip-address>ip.src == <src-ip-address> and ip.dst == <dst-ip-address><protocol>
httpCapture packets
Last updated
ip.addr == <ip-address>ip.src == <src-ip-address> and ip.dst == <dst-ip-address><protocol>
httpLast updated
<protocol> contains <string>
http contains google.comtcp.port eq <port>udp.port eq <port>not <expression>ssh <user>@<ip> "/usr/sbin/tcpdump -i ens33 -U -s0 -w - 'not port 22'" > bla.cap
wireshark bla.capssh <user>@<ip> "/usr/sbin/tcpdump -i lo -U -s0 -w - 'not port 22'" | wireshark -k -i -