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
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
When I run windump -D I can see that I have 3 adapters on a machine
1.\Device\NPF_{name} (Intel(R) PRO/3000 PT Dual Port Server Adapter)
2...
3...
How do query traffic coming from only of those adapters? When I try bmdb addfilter I am not able to find a good syntax
bmdb addfilter A A "src host name" was what I expected to work, but it is rejected
The text was updated successfully, but these errors were encountered:
If you want to create a filter for traffic coming from one of your adapters you can just use the ip address of the adapter you are interested in, for example:
bmdb addfilter A A "src 1.2.3.4"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run windump -D I can see that I have 3 adapters on a machine
1.\Device\NPF_{name} (Intel(R) PRO/3000 PT Dual Port Server Adapter)
2...
3...
How do query traffic coming from only of those adapters? When I try bmdb addfilter I am not able to find a good syntax
bmdb addfilter A A "src host name" was what I expected to work, but it is rejected
The text was updated successfully, but these errors were encountered: