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

It's more of a bug report at this point probably but it already contains one bug fix and a few tests reproducing the issue. I ran into this while I...

### Brief description # Issue 1: The BGPPACommunity() class limits the community that can be specified to those defined in well_known_communities. It's should be possible to add a community like...

### Brief description I am using `scapy` as an EDSL for describing packets to be fed through my own custom "dissector" of sorts. Said dissector needs access to computed fields,...

### Brief description I'm having trouble working with scapy on macOS. I can't get it to return data after the `srp()` A similar report was opened at https://github.com/secdev/scapy/issues/3762 but unfortunately...

### Brief description When DNS messages are sent over TCP in more than one packet `scapy` dissects each packet separately and since usually they don't pass the sanity checks their...

### Brief description Hi There is an ongoing effort regarding reproducible builds in Debian so we have tests checking for it. scapy - actually python-scapy-doc package which contains scapy's documentation...

bug
help wanted
doc

### Brief description In the past (ie; v2.4.5), DNSQR would accept a list of `qname` values, which would then be iterated over when sending packets. It now raises a traceback...

bug

### Brief description `ScapyNoDstMacException` is generated but I can see ARP-response in Wireshark. ### Scapy version 2.5.0 ### Python version 3.9.13 ### Operating system Windows 10 Pro (10.0.19045) ### Additional...

### Brief description Hi guys, We are currently trying to implement a pair of ISO-TP sender/receiver over a CAN-FD connection. As it seems there is no way to configure the...

Just noticed we have the skinny protocol twice, since https://github.com/secdev/scapy/commit/b1da6edc6deffbee52eaa8dcf3b8270f27a34860 where phil 'added' skinny: - [b1da6ed/contrib/skinny.py](https://github.com/secdev/scapy/blob/b1da6edc6deffbee52eaa8dcf3b8270f27a34860/scapy/contrib/skinny.py) - [b1da6ed/layers/skinny.py](https://github.com/secdev/scapy/blob/b1da6edc6deffbee52eaa8dcf3b8270f27a34860/scapy/layers/skinny.py) We should eventually work towards merging the two.. idk?

cleanup