The Wayback Machine - https://web.archive.org/web/20220517004736/https://github.com/secdev/scapy/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on May 16, 2022

  1. Add DHCP option 121: Classless Static Routes (#3536)

    * Add DHCP option 121: Classless Static Routes with regression test
    
    * add type hinting and prevent route_len from being 0
    
    * use orb instead of struct.unpack
    
    * prevent bad prefix values, use orb() instead of PY version check
    
    * print decimal and hex of invalid prefix
    
    * Cleanup the field
    
    Co-authored-by: gpotter2 <gabriel@potter.fr>
    coatesamzn and gpotter2 committed May 16, 2022

Commits on May 9, 2022

  1. Defer import of matplotlib until needed (#3579)

    * Defer import of matplotlib until needed
    
    matplotlib has a heavy dep chain
    
    Fixes #3578
    
    * relocate
    
    * pyx relo
    
    * update docstrings
    
    * git add file
    
    * fix typo
    
    * fix typo
    
    * naming
    
    * missed one
    
    * adjust logging to try to figure out why it fails on py27 windows
    
    * fix py27 windows
    
    * unguarded raise
    
    * try to make py27 happy
    
    * name collision?
    
    * tweak
    
    * rename to avoid name collision
    bdraco committed May 9, 2022
  2. Increase test-coverage of UDS-Scanner (#3595)

    * Increase test-coverage of UDS-Scanner
    
    * fix python2
    polybassa committed May 9, 2022

Commits on May 5, 2022

Commits on May 2, 2022

  1. No-debug-dissector in UTscapy - stabilize (#3563)

    * No-debug-dissector in UTScapy - stabilize nmap
    
    * Disable tox --paralell on windows
    gpotter2 committed May 2, 2022

Commits on Apr 29, 2022

Commits on Apr 21, 2022

  1. Merge pull request #3586 from Tijs-B/patch-1

    Issue template: change pip install url to https
    Tijs-B committed Apr 21, 2022

Commits on Apr 13, 2022

  1. Fixed issue #3567

    cosmin-ionut authored and guedou committed Apr 13, 2022

Commits on Apr 12, 2022

  1. Merge pull request #3559 from polybassa/appveyor_npcap_fallback

    Add fallback path for npcap installation
    polybassa committed Apr 12, 2022
  2. [GTP_UDPPort_ExtensionHeader_wrong_default_length]

    - Correct length for UDPPORT Extension header length
    Antons Belousovs authored and gpotter2 committed Apr 12, 2022

Commits on Apr 11, 2022

  1. Update core.py

    Fix for Mac computers with Apple silicon (M1). The BPF filter wasn't working, because the definition of the third argument of ioctl was wrong.
    yukio-m authored and guedou committed Apr 11, 2022

Commits on Apr 9, 2022

  1. Minor cleanups in CI setup (#3565)

    * Add Gitlab-ci.yml
    
    * cleanup
    
    * remove gitlab-ci.yml file
    polybassa committed Apr 9, 2022
  2. Add additional parameter to isotp-scan (#3575)

    * Add additional parameter to isotp-scan
    
    * fix flake
    polybassa committed Apr 9, 2022
  3. Support TCP-MD5 and TCP-AO (#3358)

    Support TCP-MD5 and TCP-AO
    cdleonard committed Apr 9, 2022
  4. Add ERF Ethernet Support

    Daniel Widjaja authored and guedou committed Apr 9, 2022

Commits on Apr 8, 2022

  1. Increase test-coverage of EcuState

    polybassa authored and gpotter2 committed Apr 8, 2022
  2. Fix pypy2 ci-test

    This PR disables UDS_RMBAEnumerator unit tests on pypy which take to long to execute
    polybassa authored and gpotter2 committed Apr 8, 2022
  3. Typing of arch/solaris.py

    polybassa authored and gpotter2 committed Apr 8, 2022

Commits on Apr 5, 2022

Commits on Mar 31, 2022

Commits on Mar 29, 2022

  1. Merge pull request #3525 from bezvan/patch-1

    Use current signature hash when resigning cert
    bezvan committed Mar 29, 2022

Commits on Mar 28, 2022

  1. Update six to support Python 3.11

    gpotter2 authored and guedou committed Mar 28, 2022

Commits on Mar 23, 2022

  1. Fix typo in "answser".

    Jetsie authored and p-l- committed Mar 23, 2022
  2. Jupyter typo fixed

    guedou authored and p-l- committed Mar 23, 2022
  3. Typo fixed

    guedou authored and p-l- committed Mar 23, 2022

Commits on Mar 22, 2022

  1. Add unit tests

    gpotter2 authored and guedou committed Mar 22, 2022
  2. Update git format

    gpotter2 authored and guedou committed Mar 22, 2022

Commits on Mar 8, 2022

  1. TLS1.3: wrong parsing size of random_bytes (#3539)

    Co-authored-by: dim0x69 <github@3or.de>
    dim0x69 and dim0x69 committed Mar 8, 2022

Commits on Mar 3, 2022

  1. Add missing alerts in _tls_alert_description.

    Olivier Levillain authored and guedou committed Mar 3, 2022
Older