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.post19.tar.gz (668.8 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.post19-pp39-none-any.whl (973.5 kB view details)

Uploaded PyPy

pypcapkit-1.3.5.post19-cp313-none-any.whl (973.5 kB view details)

Uploaded CPython 3.13

pypcapkit-1.3.5.post19-cp311-none-any.whl (973.5 kB view details)

Uploaded CPython 3.11

pypcapkit-1.3.5.post19-cp310-none-any.whl (973.5 kB view details)

Uploaded CPython 3.10

pypcapkit-1.3.5.post19-cp39-none-any.whl (973.5 kB view details)

Uploaded CPython 3.9

File details

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

File metadata

  • Download URL: pypcapkit-1.3.5.post19.tar.gz
  • Upload date:
  • Size: 668.8 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.post19.tar.gz
Algorithm Hash digest
SHA256 e49e03374b80a24108bf862c56bb5ace9c7e1973ffefd52263c1dccee9c00d26
MD5 3b7f6d3d70a7308d4eb27980e28b59ca
BLAKE2b-256 ca0feca2f52d5ee73c31255ee569d9e1821fcf0c0bcd59a4746b3d16c3731747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post19-pp39-none-any.whl
Algorithm Hash digest
SHA256 e0e93579ad493ba9da08dddb8930e4e3b196aa6d9f0d119bc07373cef6506603
MD5 6b4e7d24f9a9acd4b6226bbf0a673109
BLAKE2b-256 349c056026e587e32e8248a518c3497febb8dabec129b87ab676251389f6d2d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post19-cp313-none-any.whl
Algorithm Hash digest
SHA256 6de19ebcb01a63e77dff07aff7d8b772e048414e1c1c960975cf436559814363
MD5 2cd99f5a60b861ac031614aa02159afd
BLAKE2b-256 d276279996cbe74b1b254925d0aca2c2ef4e928286520c0b050506e53710b310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post19-cp311-none-any.whl
Algorithm Hash digest
SHA256 6c8a721ff6261df8c469f20e0379d2e129cab0ffccde4f97268fe2375e197d2d
MD5 635fcace48a0efd52e9cad1b411a310c
BLAKE2b-256 8d7cf542a6504fa520ae4327b67ea9f6b9323c234e8187358c5d71f51070795b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post19-cp310-none-any.whl
Algorithm Hash digest
SHA256 ae9278b81c6f3d54c1451e3a72669d2d27537292de52ae23ad06396639d1230b
MD5 99c157a301071696ede18a3089494f8a
BLAKE2b-256 c144116a5de10817a420f30bd0f79b9c45923731bd4e2bb682e90b7bec2cb9ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post19-cp39-none-any.whl
Algorithm Hash digest
SHA256 5c07e6a1755429ba9d281784172d38a8e786f5fd2d4460a0c4f3c7b9da3d916f
MD5 a71dd0a014d9d80516ba6f9eb2464823
BLAKE2b-256 fdb7102bc68c24c33f35ed62e7f46706bb0ecb638e41488974169d82c74480d5

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