Michael Stahn

Results 9 comments of Michael Stahn

I had a similar problem and resolved it by executing the script with a normal (non root) user. Seems like using root the config /root/.asoundrc was taken which lead to...

Strange, seems like IPv6 (or something else) is not supported, fallback solution is now implemented in gitlab repo at https://gitlab.com/mike01/pypacker

Hi, thanks for your message. This respository has become staled due to relocation to GitLab (see main page of this repository). Visit https://gitlab.com/mike01/pypacker for up-to-date versions.

Pypacker supports plain pcap format which is described here: http://wiki.wireshark.org/Development/LibpcapFileFormat The Pcap-ng format got plenty of new capabilities but that's also quite some work to implement them all so that's...

Hi, no pcapng is currently not planned to be implemented because of the reasons mentioned above. There was a contribution for pcapng long time ago but this was only partially...

Thanks for the hint, I rarely use windows for development so this never popped up. SocketHndl is a very simple wrapper around the python socket for layer 2 sending/receiving. I'm...

Yeah scapy uses Winpcap/Npcap (https://scapy.readthedocs.io/en/latest/installation.html#windows). If you want to use pypacker after all you could create the raw sockets yourself, should be ~4 extra lines of code.

Thanks, fixed in gitlab repo at https://gitlab.com/mike01/pypacker

The TX/RX-switch does actually relate to libhackrf code and doesn't seem to be solvable just changing host code. The reason for this is that the libhackrf code does not make...