WireShark

WireShark过滤

  1. IP: ip.src==192.168.3.19 || ip.dst==192.168.3.19 || ip.addr==192.168.3.19
  2. port: tcp/udp.[src|dst]port==6379
  3. mac: eth.src/dst/addr == 192.168.3.19
  4. protocol: tcp/udp/http/arp/dns
  5. combine: or(||)/xor(^^)/and(&&)/not(!)