Thursday, January 25, 2018

tcpdump option and filters

tcpdump -Q in -xxx -ni ap0 port 42424

(ip.src == 192.168.12.2 && ip.dst == 192.168.12.1) && (udp.length < 80) && (frame contains a5:b8:a5:b8:00:38:00:00:40:00)

No comments:

Post a Comment