scapy icon indicating copy to clipboard operation
scapy copied to clipboard

Scapy: the Python-based interactive packet manipulation program & library.

Results 304 scapy issues
Sort by recently updated
recently updated
newest added

#### Brief description Are `0x0807: "ed25519"` and `0x0808: "ed448"` not supported? ![image](https://user-images.githubusercontent.com/18398584/86325299-d2798f00-bc0d-11ea-97e5-62c63d13b39d.png) Since, if verify is called on them the split method will fail as there is no plus in...

bug
tls

#### Brief description An IPv6 only link can transparently transport IPv4 packets (no IPv4 configured on link) using a IPv6 nexthop's MAC example setup https://ungleich.ch/u/blog/how-to-route-ipv4-via-ipv6/ ``` $ ip route default...

enhancement

Im using a Raspberry pi zero w with python 3.7.3, after one day scanning nearby devices i get this error. **CODE:** ``` SEEN_DEVICES = {} d = {'00:00:00:00:00:00':'Example MAC Address'}...

#### Brief description Issue #2731 does not seem to be fixed. #### Environment - Scapy version: `2.4.4.` - Python version: `3.8.0` - Operating System: `Windows` #### How to reproduce Use...

- parse & build the PAC from kerberos tickets - adds an IRL test for our NDR engine (because parts of [MS-PAC] use [MS-RPCE] marshalling)

**Checklist:** - [ ] 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...

Hi, I would appreciate having the automotive scanners tests be part of the CI pipeline. However, I understand that some flaky tests cause problems for the overall pipeline. Would it...

### Brief description The padding and CRC of Ethernet II frames are included in the TCP length, when I tried to get the length of TCP payload with the following...

### Brief description Hi all, it seems when using the sniff function, timestamps are returned of the current time, instead of the original timestamp of the packet. I see this...

### Brief description Packets are taking ~0.1 seconds to be received over conf.L2socket on Linux. ### Scapy version 2.4.5 ### Python version 3.6.9 ### Operating system Ubuntu 18.04.6 ### Additional...