scapy
scapy copied to clipboard
Scapy: the Python-based interactive packet manipulation program & library.
**Checklist:** - [x] If you are new to Scapy: I have checked [CONTRIBUTING.md](https://github.com/secdev/scapy/blob/master/CONTRIBUTING.md) (esp. section submitting-pull-requests) - [ ] I squashed commits belonging together - [ ] I added unit...
This rewrites most of the arch/bpf code that handles the loading of `conf.ifaces`, `conf.route` and `conf.route6`, in order to use `PF_ROUTE` (instead of the current reading involving subprocess, parsing ifconfig,...
Hi, first time opening an issue hope I do everything right :smiley: , I choose not to go for the issue template as it seemed out of context for this...
### Brief description I am not sure if this is expected behaviour or not, but writing back PCAP files gives an erroneous PCAP file when some part of the packet...
Add support for 802.11ah (S1G) beacon parsing. - Includes unit test parsing and confirming an S1G beacon - Includes support for the new Frame Control format for type=3, subtype=1 (S1G...
This PR just adds documentation
Scapy sees: ``` >>> conf.route6 Destination Next Hop Iface Src candidates Metric ::1/128 :: lo0 ::1 1 fe80::1/128 :: lo0 ::1 1 ``` when in reality: ``` host# netstat -f...
When running this test: https://gist.github.com/Frank-Buss/c27c663f79ccd1eeb6d74f7795f8bdde it generates this error: ``` File "/home/frank/tmp/scapy/scapy/packet.py", line 1883, in getfield_and_val raise AttributeError(attr) AttributeError: cert ``` This PR fixes it. Not sure about the underlying...
### Brief description How i understand the problem: - In Wireshark i see "Known MCS information: 0x00" which results in all Fields (Bandwith, MCS index, Guard interval...) are Absent. maybe...
### Brief description Heyho, long time scapy user but first created issue ever so i hope there no mistakes / missing informations. In the actual implementation of the IKEv2_Notify Class....