Hi, I recently installed the latest Wireshark & Winpcap on a Windows 2012 server. When I want to use the dumpcap command straight from the dos prompt and add a filter, it is not capturing any packets (while I know the filter should provide packets). There is no syntax error. Same dumpcap under either W7 or W2008R2 works fine. I tried to run the DOS box under admin rights, but no difference. Any ideas? Thanks Marc asked 27 Jun '15, 14:41 mlaporte74 |
One Answer:
The name of the interface (VLAN 194) implies, that there is a VLAN configured on that interface. Please try the following:
Regards answered 29 Jun '15, 07:47 Kurt Knochner ♦ |
Does WinDump work? Can Wireshark capture with the same filter? If not, this is probably a WinPcap problem.
What are your dumpcap CLI options and what is the output of dumpcap -D -M?
Hi,
Thanks for the responses so far. Here's the requested info...
Windump doesn't work on W2012, so I can't install this to test it with.
Yes, I can capture with Wireshark with the same filter, and get expected output.
Correction: I cannot use the capture filter on wireshark either.
If it’s a winpcap issue, what to do?
Using suggested filter (vlan and host) makes no difference
dumpcap -i 1 -b duration:600 -f “vlan and host 172.23.66.83” -w “E:\Dumpfiles\capture.pcap”