PyPCAPKit icon indicating copy to clipboard operation
PyPCAPKit copied to clipboard

Python-based Comprehensive Network Packet Analysis Library

Results 25 PyPCAPKit issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 5.2.1 to 5.2.2. Release notes Sourced from lxml's releases. lxml-5.2.2 5.2.2 (2024-05-12) Bugs fixed GH#417: The test_feed_parser test could fail if lxml_html_clean was not installed. It is...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies
python

### Update [Sphinx](https://pypi.org/project/Sphinx) from **7.2.6** to **7.3.7**. Changelog ### 7.3.7 ``` ===================================== Bugs fixed ---------- * 12299: Defer loading themes defined via entry points until their explicit use by the...

Bumps [emoji](https://github.com/carpedm20/emoji) from 2.11.1 to 2.12.1. Release notes Sourced from emoji's releases. v2.12.1 typing-extensions requires at least version 4.7.0 v2.12.0 Move type annotations inline Use functools.lru_cache for looking up emoji...

dependencies
python

**Describe the bug** An IPv6 packet with option decodes error **System information** A clear and concise description of your system information. - OS Version: win10 - Python Version: 3.11 -...

### Update [Sphinx](https://pypi.org/project/Sphinx) from **7.3.7** to **8.0.2**. Changelog ### 8.0.2 ``` ===================================== Bugs fixed ---------- * Fix the ``pygments.Formatter.__class_getitem__`` patch. Patch by Adam Turner. ``` ### 8.0.1 ``` ===================================== Bugs...

### Description Installing PyPCAPKit under Python 3.7.0 fails. ### System information A clear and concise description of your system information. - OS Version: Windows 10 - Python Version: 3.7.0 -...

### Update [Sphinx](https://pypi.org/project/Sphinx) from **7.3.7** to **8.1.3**. Changelog ### 8.1.3 ``` ============================== Bugs fixed ---------- * 13013: Restore support for :func:`!cut_lines` with no object type. Patch by Adam Turner. ```...

### Update [Sphinx](https://pypi.org/project/Sphinx) from **7.3.7** to **8.3.0**. Changelog ### 8.3.0 ``` ============================== Dependencies ------------ Incompatible changes -------------------- Deprecated ---------- Features added -------------- Bugs fixed ---------- Testing ------- ``` Links -...

## Summary Run into an issue with **PyPCAPKit v1.3.5.post17**, where its internal **DictDumper** (from the `dictdumper` project) erroneously calls `.to_dict()` on native Python `dict` objects during JSON dumping, leading to...