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 I would like to contribute CMCC IOAM protocol to scapy. Partly of the IOAM layer has been implemented. I hope everyone who are interested in this can...

### Brief description I would like to contribute Support Inband Flow Analyzer (IFA) to scapy. Partly of the IFA layer has been implemented. I hope everyone who are interested in...

### Brief description I would like to contribute P4.org In-band Network Telemetry (INT) protocol to scapy. Partly of the INT layer has been implemented. I hope everyone who are interested...

### Brief description when i execute an arp scan (code below) some machines answers are not collected ```python def arp_scan( network: str ) -> list[IPmanager]: arp = ARP(pdst=network) ether =...

fix https://github.com/secdev/scapy/issues/4197

### Brief description Hi, I have a [pcap file](https://github.com/secdev/scapy/files/13478908/bar.zip) where a TCP Retransmission (the 7th packet) causes scapy to exit with the following error message: `WARNING: Socket failed with 'not...

### Brief description During netflow packet generation got error if template have fields names with spaces. Python module inspect checks failed because this fields is not idendifier-compliant https://docs.python.org/3.10/reference/lexical_analysis.html#identifiers Probably, this...

### Brief description Scapy ver: 2.5.0 Issue description: I created a packet with the simple following elements: ``` ip=IP(dst=dst_ip,version=4) ### the dst_ip looks like "1.1.1.1", which is a valid IPv4...

bug

### Brief description I've tried generating some netflow packets and sending them to various collectors (goflow2, telegraf) It was going alright until I tried to add flow start and end...

### Brief description The IETF QUIC protocol is replacing TCP protocol. Already 23% of the major internet services have started using QUIC as the default transport protocol. It is high...

contributions wanted