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.tar.gz (670.9 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-pp38-none-any.whl (975.4 kB view details)

Uploaded PyPy

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for pypcapkit-1.3.1.tar.gz
Algorithm Hash digest
SHA256 8495706ba1aaadec5bed1f9eaa2c27aca53e3e7ae8c1e1dd861e88f3631a5d91
MD5 423d866aca66834d3f836cc89f8dfd08
BLAKE2b-256 3fcab2494c724f3f5bed7ee95f2f1a64e7d0ff8fe475309857a8ef7e65cb8480

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pypcapkit-1.3.1-pp38-none-any.whl
  • Upload date:
  • Size: 975.4 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pypcapkit-1.3.1-pp38-none-any.whl
Algorithm Hash digest
SHA256 31c4248b4f2fb9a769af0d8771dd3b995bb6b799d9a9f483d4e7cf4ec61dd17e
MD5 d8687c26c8885a5b139c9eec808db220
BLAKE2b-256 970b5fab1301bdcff5a9ec6e280f0663c99079a34012fd7924c9ae108b8f9401

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pypcapkit-1.3.1-cp311-none-any.whl
  • Upload date:
  • Size: 975.4 kB
  • Tags: CPython 3.11
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pypcapkit-1.3.1-cp311-none-any.whl
Algorithm Hash digest
SHA256 31beae7016e80e07130dea1341479262b73b6bde5625be77641dab09a6330251
MD5 f301ab71e55c0d20e77a1962a76d8921
BLAKE2b-256 ae78306a92b688f20fac0730ed5219dadc6a3df625e9cd2ad7421b5f135ce754

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pypcapkit-1.3.1-cp310-none-any.whl
  • Upload date:
  • Size: 975.4 kB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pypcapkit-1.3.1-cp310-none-any.whl
Algorithm Hash digest
SHA256 ae95eec912dce4293a547fc25fd12b023482718e28712a25afa4f477275bad36
MD5 fc67a24b24410466584b1932996d0312
BLAKE2b-256 20ceeb15638ea77ce3c832f9ea7086afb597e12d89bedc4be3d9a6e9fa8732d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pypcapkit-1.3.1-cp39-none-any.whl
  • Upload date:
  • Size: 975.4 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pypcapkit-1.3.1-cp39-none-any.whl
Algorithm Hash digest
SHA256 7d06c26c13179be966653722305621b867f475491046873885c6e186cb0890cc
MD5 e91aea2c1f1cf7b95d8f0cc1de632653
BLAKE2b-256 c1160ff6b57321fd3b7644530bd9bf77443f438b5d92180aefc5019073419f0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pypcapkit-1.3.1-cp38-none-any.whl
  • Upload date:
  • Size: 975.4 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pypcapkit-1.3.1-cp38-none-any.whl
Algorithm Hash digest
SHA256 29829fd6a7b611b85e6ceb7e04fcb6952e71fb05ea93a74d26396fef1abc08af
MD5 3ddbee88993119ec3a2c7b15ae5a8562
BLAKE2b-256 2a39d728cbbcc5b1d5705c308cbd8e01959e116a6280a0c7de405972ff46f5e3

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