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.post15.tar.gz (668.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.5.post15-cp313-none-any.whl (973.4 kB view details)

Uploaded CPython 3.13

pypcapkit-1.3.5.post15-cp312-none-any.whl (973.4 kB view details)

Uploaded CPython 3.12

pypcapkit-1.3.5.post15-cp311-none-any.whl (973.4 kB view details)

Uploaded CPython 3.11

pypcapkit-1.3.5.post15-cp310-none-any.whl (973.4 kB view details)

Uploaded CPython 3.10

File details

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

File metadata

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

File hashes

Hashes for pypcapkit-1.3.5.post15.tar.gz
Algorithm Hash digest
SHA256 c5dfa0d5691f3bdc638f3e38efd0649ec3e4e80207ea1c6dd834b5bf8664411a
MD5 da27f5c9b4736ea80d3bb145638134dd
BLAKE2b-256 061127203e36113f236e40c866fef5dc2e406d10ea2e4bf651766293e16e2728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post15-cp313-none-any.whl
Algorithm Hash digest
SHA256 61ff3cd403383bb8cd5188213d27f81046e6bf41dadd04d335df9393bade31d1
MD5 85439b677991b1c6d1f834a0c0855bd9
BLAKE2b-256 b6c1f18a10271ee820657ed63616e4da50a11cfb3fa403519445b3eaaf05c9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post15-cp312-none-any.whl
Algorithm Hash digest
SHA256 645b4fe8ede3a72e941c4c1f2b71af59a905aa8735cc8470c24a035c817464d5
MD5 517df0a22d09009dda8b91f3b18cce9d
BLAKE2b-256 9724b2b548675f6fae0519b92bd316795aab794f0ecd5471975ffafd4d42532e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post15-cp311-none-any.whl
Algorithm Hash digest
SHA256 1a3c11f3ace5ab6d5249c42f30c79fbe05c0c8415c0735b764546b8bf99fc990
MD5 99130b42a744048479be3d9d1d7a5cab
BLAKE2b-256 c708258ec6cc44a0adeeddbca333d08d4646858f35087ca2d431c087b0b8dc54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post15-cp310-none-any.whl
Algorithm Hash digest
SHA256 a59d8dc21f24e4f07d239c1cbeccfcfaca962ea629199d356cc7d2293cd0e47b
MD5 ce6380a87f22ffcbee124f12204f67ca
BLAKE2b-256 8a0a5e26c3f492da8432a7fc2f554dd398c404a8c556f3d8ef8237f93295e197

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