how to capture udp traffic with a length of 94
On Windows,when i try this code using PowerShell to creat a pcap file then get unique ip address:
C:\Users\long> wireshark\tshark -i ethernet -a duration:60 -f "udp" -Y "frame.cap_len>=90 && frame.cap_len<=100" -w test3.pcap
Its doesn't work.I dont know why,Can u help me.Thank in advance