What you need to do is this:
Run packet collector like this...
PacketCollector.exe -d
this will display a list of devices.
If you have more than 1 device listed it might mean that you're packetsniffing on the wrong device. So what you need to do is see which one is yours (if you're not sure which one, just go through all of them). Here is an EXAMPLE of how to run it setting the device.
PacketCollector.exe YourIPHere -d 1 -o all -l nospamforme.txt
Anyways, that should fix your problems.
PS: I didn't write PacketCollector, Quagmire did, I just do modifications onto it and work on new features with it.
|