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

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.1.post6.tar.gz (671.0 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.1.post6-pp39-none-any.whl (975.6 kB view details)

Uploaded PyPy

pypcapkit-1.3.1.post6-pp38-none-any.whl (975.6 kB view details)

Uploaded PyPy

pypcapkit-1.3.1.post6-cp311-none-any.whl (975.6 kB view details)

Uploaded CPython 3.11

pypcapkit-1.3.1.post6-cp310-none-any.whl (975.6 kB view details)

Uploaded CPython 3.10

pypcapkit-1.3.1.post6-cp39-none-any.whl (975.6 kB view details)

Uploaded CPython 3.9

pypcapkit-1.3.1.post6-cp38-none-any.whl (975.6 kB view details)

Uploaded CPython 3.8

File details

Details for the file pypcapkit-1.3.1.post6.tar.gz.

File metadata

  • Download URL: pypcapkit-1.3.1.post6.tar.gz
  • Upload date:
  • Size: 671.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pypcapkit-1.3.1.post6.tar.gz
Algorithm Hash digest
SHA256 8a7500790bd51117470c4ab819db363348fd8a37df93a16fb3b21bfdbf29dd27
MD5 dc15b5d9fe0ddc9c401bc1f0d99097a8
BLAKE2b-256 80533a10307e4be54cd14a122203198d7beab9efe2816172026330d04d41596f

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.1.post6-pp39-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post6-pp39-none-any.whl
Algorithm Hash digest
SHA256 80c79885fbf382dd0a1fb9ec21432aba3db52f0b4e2c3a87c18cd7b0216c132b
MD5 ca3c9e5614b95f2fbb2f54b58605222a
BLAKE2b-256 0e9595544b936c31552a8c6fa7dc11fba0578693c0cc32a643f5fce82cf57bb6

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.1.post6-pp38-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post6-pp38-none-any.whl
Algorithm Hash digest
SHA256 48c5ed8df3597a4b12a372fe8b88e15075abb9051fb83c2efa07820c4e37efdd
MD5 b1563ff9ed53a8499cc88943651a1f9a
BLAKE2b-256 7d48532b7431966b043f268d3387c65eaf2c614b95b8907f1ad4b44d8f9f6c71

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.1.post6-cp311-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post6-cp311-none-any.whl
Algorithm Hash digest
SHA256 5f68b7475c5f0fd0575f796f4d26911f156de1339becce818570bc8b2b0b9cc7
MD5 9945842ed0bc46159c854aae087bdac4
BLAKE2b-256 19b0f2afde2f62ad559d6d03946a52e397cdc6729abc6bf53cfc1af77c8ef582

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.1.post6-cp310-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post6-cp310-none-any.whl
Algorithm Hash digest
SHA256 be3caa6b1a4d931372967a19ff53c0eccb0555447ef3e1fea98f43a5c615cc23
MD5 9e11531468e192c781b0df0f275dec0b
BLAKE2b-256 6155cdbe8623c07593b8aecf1f80644113d50e8a8a19ba3530615c034fbf642b

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.1.post6-cp39-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post6-cp39-none-any.whl
Algorithm Hash digest
SHA256 3a8ef9495cd40fac72df4356ffc44c785a0a7cc1c77c03ec628127580bacdcd8
MD5 e8ef43313caaa0ed3375e0b1f9b00340
BLAKE2b-256 04d353ef053bc9b0ea619be05408803c658c8db24db2b6667d71c05730f04f8a

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.1.post6-cp38-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post6-cp38-none-any.whl
Algorithm Hash digest
SHA256 3576954d466d4c7ff2638d4ceaf31d69a6f5f444797a52d46fe876641fc9c5df
MD5 edbd6d530fb241f737d1d1738ec5ad13
BLAKE2b-256 8cde4cc96cf2a3e368b84565a46cf04bb87efee4b1a202959788eb223e3920f3

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