I want to be able to monitor blocked packets from anywhere with windows and Wireshark.
BSD box command:
example output:
problem is when I run this command Wireshark shows nothing:
windows box:
I'm assuming it is because Wireshark doesn't know where to find pflog0 at?
BSD box command:
tcpdump -e -tttt -q -i pflog0
example output:
Code:
rule 3..16777216/0(match): block in on xl0: 192.168.0.xxxx.35752 > vl-in-f95.1e100.net.https: tcp 0
(match): block in on fxp0: min-extra-scan-13-de-prod.binaryedge.ninja.42860 > 162.212.90.176.ldap: tcp 0
problem is when I run this command Wireshark shows nothing:
windows box:
"c:\plink.exe" -ssh -pw xxxxxx xxxxx@192.168.0.xxx "tcpdump -e -tttt -q -i pflog0" | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -
I'm assuming it is because Wireshark doesn't know where to find pflog0 at?