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.dev1.tar.gz (670.6 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.dev1-pp39-none-any.whl (975.0 kB view details)

Uploaded PyPy

pypcapkit-1.3.1.dev1-pp38-none-any.whl (975.0 kB view details)

Uploaded PyPy

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

Uploaded CPython 3.11

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

Uploaded CPython 3.10

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for pypcapkit-1.3.1.dev1.tar.gz
Algorithm Hash digest
SHA256 bd8559e51bc4d7cfe8411941361635d825594a592a17321fa2d7eee9001764f5
MD5 ed40f44efcd193a9412aa92f5c9a6748
BLAKE2b-256 c3f1574a4c75a3b7029c75f7d44b8bea68bbe7aa21bcdd0e120116421250fe26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.dev1-pp39-none-any.whl
Algorithm Hash digest
SHA256 db2c2873b2dbf2ca79becf17d5e1c4ac4955576b192b87f9c6fbe6bdb2b480e7
MD5 7fd6efcce5de346579ef75e1ca047055
BLAKE2b-256 a153870e2e555f87ffd175eeeba20abe3409cb1105c6d2bb01a83d709124d02f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.dev1-pp38-none-any.whl
Algorithm Hash digest
SHA256 188d91f6cb92db30d4e3d67d59f4b29a585ba1a36a13395cc568933510d0f3b1
MD5 e68e59db7fe176a63fbc2f95999b892d
BLAKE2b-256 bff98217a7006a9734006912b762fbbc6fd0e2ffd2c726e8a27e36774dd7c419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.dev1-cp311-none-any.whl
Algorithm Hash digest
SHA256 9ec924700c18d3b3a2b8fc1e426005e63ae5cb50c9d9f68db383492cba7a17b8
MD5 d9888ffa0aaa233753b6bce7720da289
BLAKE2b-256 11c8c73e8e1ed60ec35ea7996ff9a9206dac91fb04933f0e7132ed40f3475f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.dev1-cp310-none-any.whl
Algorithm Hash digest
SHA256 4937df52429db764928fec0879a5f98b1f42adf64291abcedeab741e79ccc246
MD5 dd88a39af2999fe20b77ebaae4a56fe8
BLAKE2b-256 3bc54ffe101f873963a67f7e345f61171644c85415fbb0944280c2be29570aea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pypcapkit-1.3.1.dev1-cp39-none-any.whl
Algorithm Hash digest
SHA256 7d46675f65b583e13ed87d584ea604b2bac752da9321a63f9832e1138cdba658
MD5 87d21cf270c4290efef3e7d7e790ac8c
BLAKE2b-256 52a8e72b40b29f32a18df0a0e97b8c2015d3efe7643b2d2a2fd1c0ea5d71edd3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pypcapkit-1.3.1.dev1-cp38-none-any.whl
Algorithm Hash digest
SHA256 905a08108fe52c1ab7f5322f61709c5db065a07e0991b983df8043a09d7bc188
MD5 0209518bdaf087eee4ad87f1033c7639
BLAKE2b-256 9a23c7f7789cee1d2b58ec3a74bb7b7996031dccb8f0a59f9354ce19f3ccc1a3

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