python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
LibPCap pcap_loop() does not return any packets
I have problem with my C program, everything is fine until I start capturing packets. It should log, but the handler void in pcap_loop() isn't. Also I have another problem with the input in fgets on l...
Atsukoro
Votes: 0
Answers: 1
How to capture Bluetooth traffic between wireless mouse and its USB dongle using Wireshark?
I just started using Wireshark, missing few basics.I want to capture BT traffic between mouse and its usb dongle.I used USBpcap as its between mouse and its USB dongle and I have WIFI enabled with pro...
sahana
Votes: 0
Answers: 0
Pylibpcap for python-3.x
There was a library pylibpcap for python2 that contained the functionality to create pcap objects like this:
import pcap
pc = pcap.pcapObject()
Now I'm looking for an analogue for python3, but from ...
Helen
Votes: 0
Answers: 2
pcap_set_rfmon return 0 as success but the interface is not set to monitor mode
I'm trying to write a small program which set my network interface to monitor mode using C, the function pcap_set_rfmon returns 0 as success but the interface is still in mange mode. I'm sure my netwo...
Quack Quack
Votes: 0
Answers: 1