View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007060 | Kali Linux | [All Projects] Kali Package Bug | public | 2021-02-23 00:14 | 2021-02-23 08:56 |
Reporter | shg8 | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0007060: libpcap-dev new version 1.10.0-2 doesn't have support for IEEE 802.11 (armhf) | ||||
Description | My program uses libpcap to capture wireless packets. When I tried to use libpcap-dev on armhf to capture IEEE 802.11 packets, there's an error message "That device doesn't support monitor mode," even though my network adapter supports monitor mode. The adapter works fine with aircrack-ng. **The last version of libpcap 1.9.1-4 also works perfectly fine.** The new version seems to be compiled without support for 802.11 packets. uname -r -- 4.19.118-Re4son-v7+ dpkg -s libc6 -- Version: 2.31-4 hardware: Raspberry Pi 3B+ | ||||
Steps To Reproduce | tcpdump -I wlan0mon -- That device doesn't support monitor mode. tcpdump -i wlan0mon (without 802.11 headers) -- works fine. wireless packets are captured without headers | ||||