Release notes
*Sourced from [scapy's releases](https://github.com/secdev/scapy/releases).*
> ## v2.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 ...
Commits
- [`4b37729`](https://github.com/secdev/scapy/commit/4b377290c09d7232f6ecc18df0b4804d0c927146) Merge pull request [#1774](https://github-redirect.dependabot.com/secdev/scapy/issues/1774) from p-l-/fix-eth-arp-show
- [`d139af4`](https://github.com/secdev/scapy/commit/d139af40b72664b8c73aebbe37cca99b7fdc764b) Fix (Ether() / ARP()).show()
- [`2c5bd65`](https://github.com/secdev/scapy/commit/2c5bd651fe1ba2d83ca7c807b8fea300246971a9) Merge pull request [#1769](https://github-redirect.dependabot.com/secdev/scapy/issues/1769) from polybassa/IterableFlagsField
- [`3e04af3`](https://github.com/secdev/scapy/commit/3e04af39addf533483c5fcaed5950ee4a08eff78) Merge pull request [#1770](https://github-redirect.dependabot.com/secdev/scapy/issues/1770) from gpotter2/doc-u1
- [`5e8e957`](https://github.com/secdev/scapy/commit/5e8e95737a90f83ec02a5a17c4dc2d3aade00e0c) scapy>Scapy
- [`5e709c5`](https://github.com/secdev/scapy/commit/5e709c51c93d8d386dc36bba20e942e4c7345bea) Codespell fixes
- [`cf77851`](https://github.com/secdev/scapy/commit/cf77851b6e7e8e6e54157a7b109ac745f45ea899) Add iterator to FlagValue
- [`6b48b33`](https://github.com/secdev/scapy/commit/6b48b33fc007d4ed18aacc43cf65d76172b1a6e7) Small doc update
- [`4d5ddaf`](https://github.com/secdev/scapy/commit/4d5ddaf55e9a0c5336f95ef45836d0b570a95396) SOME/IP documentation ([#1762](https://github-redirect.dependabot.com/secdev/scapy/issues/1762))
- [`4766a5e`](https://github.com/secdev/scapy/commit/4766a5e9f3d04a02928957c1855df3c2525a16cd) Merge pull request [#1755](https://github-redirect.dependabot.com/secdev/scapy/issues/1755) from gpotter2/manuffix
- Additional commits viewable in [compare view](https://github.com/secdev/scapy/compare/v2.3.1...v2.4.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jmortega/python-pentesting/network/alerts).
Bumps scapy from 2.3.1 to 2.4.1.
Release notes
*Sourced from [scapy's releases](https://github.com/secdev/scapy/releases).* > ## v2.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 ...Commits
- [`4b37729`](https://github.com/secdev/scapy/commit/4b377290c09d7232f6ecc18df0b4804d0c927146) Merge pull request [#1774](https://github-redirect.dependabot.com/secdev/scapy/issues/1774) from p-l-/fix-eth-arp-show - [`d139af4`](https://github.com/secdev/scapy/commit/d139af40b72664b8c73aebbe37cca99b7fdc764b) Fix (Ether() / ARP()).show() - [`2c5bd65`](https://github.com/secdev/scapy/commit/2c5bd651fe1ba2d83ca7c807b8fea300246971a9) Merge pull request [#1769](https://github-redirect.dependabot.com/secdev/scapy/issues/1769) from polybassa/IterableFlagsField - [`3e04af3`](https://github.com/secdev/scapy/commit/3e04af39addf533483c5fcaed5950ee4a08eff78) Merge pull request [#1770](https://github-redirect.dependabot.com/secdev/scapy/issues/1770) from gpotter2/doc-u1 - [`5e8e957`](https://github.com/secdev/scapy/commit/5e8e95737a90f83ec02a5a17c4dc2d3aade00e0c) scapy>Scapy - [`5e709c5`](https://github.com/secdev/scapy/commit/5e709c51c93d8d386dc36bba20e942e4c7345bea) Codespell fixes - [`cf77851`](https://github.com/secdev/scapy/commit/cf77851b6e7e8e6e54157a7b109ac745f45ea899) Add iterator to FlagValue - [`6b48b33`](https://github.com/secdev/scapy/commit/6b48b33fc007d4ed18aacc43cf65d76172b1a6e7) Small doc update - [`4d5ddaf`](https://github.com/secdev/scapy/commit/4d5ddaf55e9a0c5336f95ef45836d0b570a95396) SOME/IP documentation ([#1762](https://github-redirect.dependabot.com/secdev/scapy/issues/1762)) - [`4766a5e`](https://github.com/secdev/scapy/commit/4766a5e9f3d04a02928957c1855df3c2525a16cd) Merge pull request [#1755](https://github-redirect.dependabot.com/secdev/scapy/issues/1755) from gpotter2/manuffix - Additional commits viewable in [compare view](https://github.com/secdev/scapy/compare/v2.3.1...v2.4.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jmortega/python-pentesting/network/alerts).