scapy icon indicating copy to clipboard operation
scapy copied to clipboard

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

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

Hi all, currently, I'm investigating an ECU, which has some issues when too many packets are being sent. Maybe some buffers are running full. The ECU stops responding, a restart...

### Brief description The field **sub_id** is only used to differentiate between **METHOD_ID** and **EVENT_ID**. The value of the METHOD/EVENT id should still be calculated on 16bits and not on...

### Brief description When sending specific packets with `sr1` scapy does not capture the response packet even though Wireshark shows it clearly reaching the client. This only happens with specific...

### Brief description In non-spec packets where multiple ADU/PDU layers exist in parallel the first Modbus ADU Response layer consumes the entire payload. This causes registerVal fields in ModbusPDU03 and...

1.support CMCC IOAM over ipv4/ipv6 + tcp/udp/vxlan 2.add CMCC IOAM unit tests

new layer

1.support INT MX/MD mode. 2.support INT over IPv4/IPv6+TCP/UDP/VXLAN/GRE/GENEVE. 3.add 28 testcases for INT.

new layer

1.support IFA over ipv4/ipv6 + udp/tcp/vxlan/gre 2.add IFA unit tests

new layer

**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...

needs testing

### Brief description Encountering the "Cancelling an overlapped future failed" error while using Scapy on Windows. The issue manifests during packet sniffing, and attempts to resolve it have included updating...

### Brief description Scapy IPv4 routing table is missing additional addresses configured on the `lo` interface. ### Scapy version 2.5.0 ### Python version 3.11.2 ### Operating system Debian bookworm 12.2...

bug