Changelog
### 2.4.0
```
Main changes
- Python3 support
- 85% code coverage
Core
- Pcap/PcapNg improvements
- enhanced Windows support
- OpenBSD improvements
- OSX 802.11 monitor mode
- Krack AP module
- iPython support
- automatically tested on Linux, OSX & Windows
- ...
Layers
Major changes
TLS (including TLS1.3), X.509 ...
New
HTTP/2, EAP-TTLS, TACACS, MQTT ...
Improved
IPv6, SCTP, NTP, PPTP, CDP, BGP, ISIS ...
```
### 2.2.0
```
**Note: all releases tags before 2.4.0 are imported from http://freshmeat.sourceforge.net/projects/scapy**
This release adds a contrib section filled with old contributions that were not distributed with Scapy yet: CDP, IGMP, MPLS, CHDLC, SLARP, WPA EAPOL, DTP, EIGRP, VQP, BGP, OSPF, VTP RSVP, EtherIP, RIPng, and IKEv2. It fixes some bugs.
```
### 2.1.1
```
This release adds SCTP and VRRP protocols. It fixes some bugs.
```
### 2.1.0
```
The Windows branch has been merged. Many bugs have been fixed. Network automata gained new features like the ability to add breakpoints or tracepoints. Many new small features have been added. Last but not least, this release comes with documentation.
```
### 2.0.0.10
```
The code has been split since versions 1.x. Many bugs have been fixed. The IPv6 branch has been merged in.
```
### 1.1.1
```
This release adds the ability to transcribe ASN1-specified protocols easily, SNMP protocol support, MIB parsing, OID/DNS/OUI resolving, configurable field value resolution, a startup script, and srflood() and srpflood() to flood with packets while catching answers.
```
### 1.0.5.20
```
This release has improved fuzzing capability with frame random corruption. It has improved ISAKMP support. New protocols have been added. Autofragmentation for big frames has been added. There are many bugfixes.
```
### 1.0.4.106
```
This release adds easy packet list filtering (e.g., list[ICMP]), bluetooth HCI protocol support, an improved show() for PacketFields, a LaTeX theme that escapes special characters, a timeout to sniff(), an equality test, a 3D traceroute, and bugfixes. It no longer depends on libreadline.
```
Links
- PyPI: https://pypi.org/project/scapy
- Changelog: https://pyup.io/changelogs/scapy/
- Repo: https://github.com/secdev/scapy/tarball/master
- Homepage: https://scapy.net
This PR pins scapy to the latest release 2.4.2.
Changelog
### 2.4.0 ``` Main changes - Python3 support - 85% code coverage Core - Pcap/PcapNg improvements - enhanced Windows support - OpenBSD improvements - OSX 802.11 monitor mode - Krack AP module - iPython support - automatically tested on Linux, OSX & Windows - ... Layers Major changes TLS (including TLS1.3), X.509 ... New HTTP/2, EAP-TTLS, TACACS, MQTT ... Improved IPv6, SCTP, NTP, PPTP, CDP, BGP, ISIS ... ``` ### 2.2.0 ``` **Note: all releases tags before 2.4.0 are imported from http://freshmeat.sourceforge.net/projects/scapy** This release adds a contrib section filled with old contributions that were not distributed with Scapy yet: CDP, IGMP, MPLS, CHDLC, SLARP, WPA EAPOL, DTP, EIGRP, VQP, BGP, OSPF, VTP RSVP, EtherIP, RIPng, and IKEv2. It fixes some bugs. ``` ### 2.1.1 ``` This release adds SCTP and VRRP protocols. It fixes some bugs. ``` ### 2.1.0 ``` The Windows branch has been merged. Many bugs have been fixed. Network automata gained new features like the ability to add breakpoints or tracepoints. Many new small features have been added. Last but not least, this release comes with documentation. ``` ### 2.0.0.10 ``` The code has been split since versions 1.x. Many bugs have been fixed. The IPv6 branch has been merged in. ``` ### 1.1.1 ``` This release adds the ability to transcribe ASN1-specified protocols easily, SNMP protocol support, MIB parsing, OID/DNS/OUI resolving, configurable field value resolution, a startup script, and srflood() and srpflood() to flood with packets while catching answers. ``` ### 1.0.5.20 ``` This release has improved fuzzing capability with frame random corruption. It has improved ISAKMP support. New protocols have been added. Autofragmentation for big frames has been added. There are many bugfixes. ``` ### 1.0.4.106 ``` This release adds easy packet list filtering (e.g., list[ICMP]), bluetooth HCI protocol support, an improved show() for PacketFields, a LaTeX theme that escapes special characters, a timeout to sniff(), an equality test, a 3D traceroute, and bugfixes. It no longer depends on libreadline. ```Links
- PyPI: https://pypi.org/project/scapy - Changelog: https://pyup.io/changelogs/scapy/ - Repo: https://github.com/secdev/scapy/tarball/master - Homepage: https://scapy.net