.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pre-commit.yml
docs/.gitignore
docs/Makefile
docs/make.bat
docs/build/.keep
docs/source/conf.py
docs/source/index.rst
docs/source/library-usage.rst
docs/source/api/blocks.rst
docs/source/api/exceptions.rst
docs/source/api/index.rst
docs/source/api/scanner.rst
docs/source/api/structs.rst
docs/source/api/utils.rst
examples/dump_pcapng_info.py
examples/dump_pcapng_info_pretty.py
examples/dump_tcpip_stats.py
examples/generate_pcapng.py
examples/old/README.md
examples/old/pcapng_to_elasticsearch.py
examples/old/top-communications.py
pcapng/__init__.py
pcapng/_compat.py
pcapng/blocks.py
pcapng/exceptions.py
pcapng/flags.py
pcapng/scanner.py
pcapng/strictness.py
pcapng/structs.py
pcapng/utils.py
pcapng/writer.py
pcapng-docs/PCAP Next Generation Dump File Format.html
pcapng/constants/__init__.py
pcapng/constants/block_types.py
pcapng/constants/link_types.py
python_pcapng.egg-info/PKG-INFO
python_pcapng.egg-info/SOURCES.txt
python_pcapng.egg-info/dependency_links.txt
python_pcapng.egg-info/not-zip-safe
python_pcapng.egg-info/requires.txt
python_pcapng.egg-info/top_level.txt
test_data/test001.ntar
test_data/test002.ntar
test_data/test003.ntar
test_data/test004.ntar
test_data/test005.ntar
test_data/test006-fixed.ntar
test_data/test006.ntar
test_data/test007.ntar
test_data/test008.ntar
test_data/test009.ntar
test_data/test010.ntar
tests/test_parse_enhanced_packet.py
tests/test_parse_exceptions.py
tests/test_parse_interface_block.py
tests/test_parse_interface_stats.py
tests/test_parse_section_header.py
tests/test_parse_wireshark_capture_files.py
tests/test_structs.py
tests/test_utils.py
tests/test_write_support.py