-
Notifications
You must be signed in to change notification settings - Fork 579
Closed
Description
Information
I am running the version of npcap: 0.99-r7
I am running on the Windows Datacenter in Amazon:
- the ami: ami-0261fc597bed67b34
- the windows os info: Build#=14393.2608; Version=1607
I've also done the following:
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
- I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
When running wireshark to capture on the main interface with the filter: not (icmp[0]=3), I expect to capture both the icmp request and reply traffic.
Current Behavior
I only see the request traffic. The reply ICMP traffic does not show up at all. I have confirmed this both with Wireshark (which uses Npcap), and with a custom program I wrote that uses the Npcap Driver as well.
Steps to Reproduce
- Launch a Windows Datacenter 2016 in Amazon us-west-1 region.
- Install Npcap and Wireshark using the browser of your choice.
- Run Wireshark to capture on the Main interface with the filter
not (icmp[0]=3). - Generate ICMP traffic (I used the powershell command:
ping -l 100 8.8.8.8 -n 10000). - Add the Display Filter to Wireshark:
icmp. - You will only see the ICMP request traffic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels