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

Added `pyproject.toml` **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) - [x] I squashed commits belonging together - [x] I added unit...

cleanup

### Brief description I am using a `MultipleTypeField` to switch between a complex field (itself a `MultipleTypeField`) and a `FieldListField` of that field for array types. The definition works while...

bug

**Project "Hinty"** aims at adding **Type hints** to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries. ### Implementation...

major
Hinty

### Brief description Scapy does not work on mac os monterey 12.4 I had already installed a tunnelblick to get the notarized tun tap kext ### Scapy version 2.4.5 ###...

**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) - [x] I squashed commits belonging together - [ ] I added unit tests...

enhancement
needs rework/cleanup

### Brief description The pcap file format supports two different link-layer header types for loopback: NULL (0), in which the header is in host byte order, and LOOP (108), in...

bug

Just wanted to submit this for tracking purposes – I can't promise a PR anytime soon. #### Brief description On startup, Scapy reads the entire kernel routing table (not just...

enhancement

### Brief description Hi I have multiple (2000) IPv6 addresses on vlan interface. This causes scapy to starts few minutes. Problem is that for each address, list of addressess on...

### Brief description The very [first Automaton example](https://scapy.readthedocs.io/en/latest/advanced_usage.html#first-example) does not work. Python throwing `TypeError` on class creation and gets stuck somewhere in the initialization function. ### Scapy version 9c1731bc31d30f5b28535f9d38abcf157321dfb0 ###...

### Brief description [ERPS](https://www.itu.int/rec/T-REC-G.8032/en) standard (probably some others) interpret lower layer's data. For example, R-APS messages encode ERPS ring ID into MAC address: > The R-APS messages will use the...

enhancement