master
Commits on May 16, 2022
-
-
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>
Commits on May 9, 2022
-
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
-
Increase test-coverage of UDS-Scanner (#3595)
* Increase test-coverage of UDS-Scanner * fix python2
-
Commits on May 5, 2022
Commits on May 2, 2022
-
No-debug-dissector in UTscapy - stabilize (#3563)
* No-debug-dissector in UTScapy - stabilize nmap * Disable tox --paralell on windows
Commits on Apr 29, 2022
Commits on Apr 23, 2022
Commits on Apr 21, 2022
-
Merge pull request #3586 from Tijs-B/patch-1
Issue template: change pip install url to https
Commits on Apr 13, 2022
Commits on Apr 12, 2022
-
Merge pull request #3559 from polybassa/appveyor_npcap_fallback
Add fallback path for npcap installation
-
[GTP_UDPPort_ExtensionHeader_wrong_default_length]
- Correct length for UDPPORT Extension header length
Commits on Apr 11, 2022
-
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.
Commits on Apr 9, 2022
-
Minor cleanups in CI setup (#3565)
* Add Gitlab-ci.yml * cleanup * remove gitlab-ci.yml file
-
Add additional parameter to isotp-scan (#3575)
* Add additional parameter to isotp-scan * fix flake
-
Commits on Apr 8, 2022
-
-
-
This PR disables UDS_RMBAEnumerator unit tests on pypy which take to long to execute
-
Commits on Apr 5, 2022
Commits on Mar 31, 2022
Commits on Mar 29, 2022
-
Merge pull request #3525 from bezvan/patch-1
Use current signature hash when resigning cert
-
Commits on Mar 28, 2022
Commits on Mar 23, 2022
Commits on Mar 22, 2022
Commits on Mar 8, 2022
-
TLS1.3: wrong parsing size of random_bytes (#3539)
Co-authored-by: dim0x69 <github@3or.de>

