What is the latest version of hcxdumptool that supports the --filterlist_ap= parameter? #457
Replies: 1 comment
-
The latest version that use WIRELESS EXTENSIONS and the old filter method is 6.2.9 changelog:
I do not recommend to use this version on Linux kernel > 6.0 because WIRELESS EXTENSIONS are deprecated and WiFi 7 drivers do not support them any longer. BTW: It is very simple to code a simple bash script to generate and compile a BPF, because hcxdumptool/hcxlabtool is designed to run inside scripts. A basic example that take a BSSID and compile the filter:
The same applies to hcxpcapngtool to filter a BSSID by a bash script: Usage: filter BSSID FILTERNAME It doesn't make sense to integrate it to hcxdumptool because bash scripts can do this much better. And they are much more flexible. |
Beta Was this translation helpful? Give feedback.
-
In the latest versions of hcxdumptool I have to create a filter.bpf file to filter APs. This is very inconvenient in terms of removing or adding MAC addresses. So I have a question to the respected developer and community, what is the latest version of hcxdumptool that supports the --filterlist_ap= parameter?
It would be possible to simply add or remove MAC addresses to the list without compiling a separate file.
Beta Was this translation helpful? Give feedback.
All reactions