Skip to main content

PyPCAPKit: comprehensive network packet analysis library

Project description

For any technical and/or maintenance information, please kindly refer to the Official Documentation.

The PyPCAPKit project is an open source Python program focus on network packet parsing and analysis, which works as a comprehensive PCAP file extraction, construction and analysis library.

The whole project supports Python 3.6 or later.

About

PyPCAPKit is a comprehensive Python-native network packet analysis library, with DictDumper as its formatted output dumper.

Unlike popular PCAP file extractors, such as Scapy, DPKT, PyShark, and etc, pcapkit is designed to be much more comprehensive, which means it is able to provide more detailed information about the packet, as well as a more Pythonic interface for users to interact with.

Module Structure

In pcapkit, all files can be described as following eight parts.

  • Interface (pcapkit.interface)

    User interface for the pcapkit library, which standardises and simplifies the usage of this library.

  • Foundation (pcapkit.foundation)

    Synthesises file I/O and protocol analysis, coordinates information exchange in all network layers, as well as provides the foundamental functions for pcapkit.

  • Protocols (pcapkit.protocols)

    Collection of all protocol family, with detailed implementation and methods.

  • Utilities (pcapkit.utilities)

    Auxiliary functions and tools for pcapkit.

  • CoreKit (pcapkit.corekit)

    Core utilities for pcapkit implementation, mainly for internal data structure and processing.

  • ToolKit (pcapkit.toolkit)

    Auxiliary tools for pcapkit to support the multiple extraction engines with a unified interface.

  • DumpKit (pcapkit.dumpkit)

    File output formatters for pcapkit.

  • Constants (pcapkit.const)

    Constant enumerations used in pcapkit for protocol family extraction and representation.

Engine Comparison

Due to the general overhead of pcapkit, its extraction procedure takes around 0.2 milliseconds per packet, which is already impressive but not enough comparing to other popular extration engines availbale on the market, given the fact that pcapkit is a comprehensive packet processing module.

Additionally, pcapkit introduced alternative extractionengines to accelerate this procedure. By now pcapkit supports Scapy, DPKT, and PyShark.

Test Environment

Operating System

macOS Ventura 13.4.1

Chip

Apple M2 Pro

Memory

16 GB

Test Results

Engine

Performance (ms per packet)

dpkt

0.010390_056723

scapy

0.091690_233567

pcapkit

0.200390_390390

pyshark

24.682185_018351

Installation

Simply run the following to install the current version from PyPI:

pip install pypcapkit

Or install the latest version from the gi repository:

git clone https://github.com/JarryShaw/PyPCAPKit.git
cd pypcapkit
pip install -e .
# and to update at any time
git pull

And since pcapkit supports various extraction engines, and extensive plug-in functions, you may want to install the optional ones:

# for DPKT only
pip install pypcapkit[DPKT]
# for Scapy only
pip install pypcapkit[Scapy]
# for PyShark only
pip install pypcapkit[PyShark]
# and to install all the optional packages
pip install pypcapkit[all]
# or to do this explicitly
pip install pypcapkit dpkt scapy pyshark

For CLI usage, you will need to install the optional packages:

pip install pypcapkit[cli]
# or explicitly...
pip install pypcapkit emoji

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypcapkit-1.3.5.post32.tar.gz (669.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pypcapkit-1.3.5.post32-pp310-none-any.whl (973.8 kB view details)

Uploaded PyPy

pypcapkit-1.3.5.post32-pp39-none-any.whl (973.8 kB view details)

Uploaded PyPy

pypcapkit-1.3.5.post32-pp38-none-any.whl (973.8 kB view details)

Uploaded PyPy

pypcapkit-1.3.5.post32-cp313-none-any.whl (973.8 kB view details)

Uploaded CPython 3.13

pypcapkit-1.3.5.post32-cp312-none-any.whl (973.8 kB view details)

Uploaded CPython 3.12

pypcapkit-1.3.5.post32-cp311-none-any.whl (973.8 kB view details)

Uploaded CPython 3.11

pypcapkit-1.3.5.post32-cp310-none-any.whl (973.8 kB view details)

Uploaded CPython 3.10

pypcapkit-1.3.5.post32-cp39-none-any.whl (973.8 kB view details)

Uploaded CPython 3.9

File details

Details for the file pypcapkit-1.3.5.post32.tar.gz.

File metadata

  • Download URL: pypcapkit-1.3.5.post32.tar.gz
  • Upload date:
  • Size: 669.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pypcapkit-1.3.5.post32.tar.gz
Algorithm Hash digest
SHA256 c14b1fbe1c10ed9df5babf2e199481c86733209f1de27610b0a739078d8b597f
MD5 362479362832bf1545c3f22b02cb3d7a
BLAKE2b-256 426b8649bf907b050036ea97eeca808c83c1efb7656805ad73d48bc75b772982

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-pp310-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-pp310-none-any.whl
Algorithm Hash digest
SHA256 916c542e28afd44ca920a3df53cf2fd005d04910e4693e93f6abe7bdf6fabd87
MD5 0a04343a825dcd5903de132d44996776
BLAKE2b-256 4eac49bcfe09680a6a7b0333053f3ed4293b056eddb11a68bfc939a037fed4dd

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-pp39-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-pp39-none-any.whl
Algorithm Hash digest
SHA256 890cb20b87aea399d1ae0f34f9aedc9f805c7a84ccc0e37115d2322e686bdfb7
MD5 73bc536e7e778191f96ce0e3347c2464
BLAKE2b-256 0d347dd95aaa98bef94276c8b7aae43a0a8b60218199a16b51c51f9371c93756

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-pp38-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-pp38-none-any.whl
Algorithm Hash digest
SHA256 bdffc39cad0de6f8826c42e03c366a8438e6ce4ade9eb690225862c722186fdb
MD5 44204209965be777faaf125c3c6de0c5
BLAKE2b-256 2b41a678d1de171527e386fc5b4d563dc106bd4024ac44da23024c50e7f736ce

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-cp313-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-cp313-none-any.whl
Algorithm Hash digest
SHA256 cc225bffe9d62f58b203e686660038b838cca5589669af5ff01f1a07eb8abc6a
MD5 2c44dce0270641b97d4858bac727b8d6
BLAKE2b-256 f42f6f67d85112b7615d67d2f937b3bca1f932d79231573fdec3e5aa80d91598

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-cp312-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-cp312-none-any.whl
Algorithm Hash digest
SHA256 efbcd7d2bc0fab7fa25f7c812a4167dff1230f0066564352ffa905285a96c558
MD5 0b956c3cf5c0289ac7b516375507a32c
BLAKE2b-256 880249ad14a1603dde9c218aa36b523959e5dba9778d98749496f5b1affce51e

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-cp311-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-cp311-none-any.whl
Algorithm Hash digest
SHA256 7e17af102f85ef9fe8744c731f5e661da16c2bc1d581691a2129fa716c6cfb59
MD5 d4ee18b4cefbded124e85914beb7ef76
BLAKE2b-256 edec9a03fe3b4d15f2acaedf1260944e3f748a8f77c005ab42598a77cf198914

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-cp310-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-cp310-none-any.whl
Algorithm Hash digest
SHA256 98d3efc61ebf00602864fb06d996e4efdecb8f2e1ad0329c2b0a63330399c86a
MD5 bff447b2b3e5caafdd735eaf4f71af5b
BLAKE2b-256 c96ba6776ada4c9ecf58e3a69396c43128b9901386ba41743ffb13215cf646cb

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post32-cp39-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post32-cp39-none-any.whl
Algorithm Hash digest
SHA256 077f5db72dced3b03f164c3de993b56f2616bc0e8491172bfe02aa91e8a32e94
MD5 02db10013450e0c4ec722d7047b0e25b
BLAKE2b-256 96bd47cd68678ba0bf11dc326f84951226c09387a302ab6d82db394098d347a1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page