You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to use tshark to filter fakenet pcap, for example with tshark -r <filename>.pcap -Y "dns.count.answers > 0" -T fields -e dns.qry.name | sort /unique. It is installed by wireshark but it seems it is not in PATH:
The text was updated successfully, but these errors were encountered:
Details
I like to use
tshark
to filter fakenet pcap, for example withtshark -r <filename>.pcap -Y "dns.count.answers > 0" -T fields -e dns.qry.name | sort /unique
. It is installed by wireshark but it seems it is not in PATH:The text was updated successfully, but these errors were encountered: