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

Wireshark-generated PCAP-NG files cannot be parsed. - OS Version: MacOS Sequoia 15.4.1 (24E263) - Python Version: Python 3.12.2 (main, Feb 23 2024, 13:29:13) [Clang 15.0.0 (clang-1500.1.0.2.5)] - pypcapkit: 1.3.5.post16 -...

**Describe the bug** Just starting to investigate how to use your library. My goal is to explore network traffic captures for ML algorithm exploitation, I've done some work with other...

When loading a pcapng file, using the code below, ``` import pcapkit with open('sample.pcap', 'rb') as file: pcapkit.extract(fin=file, nofile=True, verbose=True) ``` I see this error: ``` File ~/Desktop/REDACTED/meta.git/.venv/lib/python3.13/site-packages/pcapkit/interface/core.py:122, in extract(fin,...

### Update [Sphinx](https://pypi.org/project/Sphinx) from **7.3.7** to **9.0.4**. Changelog ### 9.0.4 ``` ============================== Bugs fixed ---------- * 14143: Fix spurious build warnings when translators reorder references in strings, or use translated...

Hello, it seems like no matter what PCAP file I use, I always get the same error. I even use the example PCAP files that you have, but I still...