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 from npcap 1.81 when using scapy with virtual nic using 802.1q. npcap adds vlan frame to the capture data preventing arp from working. all packets are send...

This PR adds two new layers to scapy/contrib, implementing the PDUs for the following Delay Tolerant Networking (DTN) protocols: TCP Convergence Layer version 4 (RFC 9174) and Bundle Protocol version...

new layer

I am interested in defining some CBOR-based protocols in scapy to take advantage of the good visualization and consistent user-facing interface provided by scapy. The nice thing about CBOR is...

### Brief description In between 2.6.0-rc2 and 2.6.0 this started for me . Problem occurs also in 2.6.1 In working (from my perspective) version using isotp soft socket .sr1() to...

Hi everyone ! This issue tracks the associated [2.7.0 release](https://github.com/secdev/scapy/milestone/3). As usual, feel free to comment down below to have some features/bugs included before the final release. The current first...

discussion
major

### Brief description Currently the following warnings are produced: ``` python3 -m build ... /tmp/build-env-p37ku9pr/lib64/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string...

In Bluetooth over HCI, there is a notion of "Vendor-Specific Commands". These have the Opcode Group Field (OGF) set to 0x3F (max value of all 1s for this 6-bit field),...

This patch allows to initialize the PcapNgWriter with Hardware, OS, and User Application. This information is written to the pcapng SHB.

Draft PR for #4739. Initiated as a draft PR for preliminary discussions before an official delivery (not squashed yet). To be discussed: - Chaged currently based on v2.6.1 => shall...

This commit fixes the Python types of a number of fields defined in Netflowv9/10 for the following pre-defined fields (mostly the ones in RFC3954 https://datatracker.ietf.org/doc/html/rfc3954). It appears that in absence...

needs rework/cleanup