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.post4.tar.gz (671.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.post4-pp310-none-any.whl (976.2 kB view details)

Uploaded PyPy

pypcapkit-1.3.5.post4-cp313-none-any.whl (976.2 kB view details)

Uploaded CPython 3.13

pypcapkit-1.3.5.post4-cp311-none-any.whl (976.2 kB view details)

Uploaded CPython 3.11

pypcapkit-1.3.5.post4-cp39-none-any.whl (976.2 kB view details)

Uploaded CPython 3.9

File details

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

File metadata

  • Download URL: pypcapkit-1.3.5.post4.tar.gz
  • Upload date:
  • Size: 671.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pypcapkit-1.3.5.post4.tar.gz
Algorithm Hash digest
SHA256 a6e44c8660bfeac474b6417b8c7ad64e44c920a384ef900743ffcee9b2bc700d
MD5 2ad8538b2ac5181c818ce075ef2020b1
BLAKE2b-256 8dfd5562976f44e9b03ad54f29e6b5ed9a973443426b945e6a492b4ec999ccc7

See more details on using hashes here.

File details

Details for the file pypcapkit-1.3.5.post4-pp310-none-any.whl.

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post4-pp310-none-any.whl
Algorithm Hash digest
SHA256 9465acd490b1cec963577c86c109b81261124872b7c03280f1a53b6106753746
MD5 5889b7d04a7ebfacbd84f91395468d6a
BLAKE2b-256 b3747139560d9e58c15c62afa962f8970d517a81b7048e3475cf789a21d212a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post4-cp313-none-any.whl
Algorithm Hash digest
SHA256 1a70682b1024b8d2ea0cf8a5b0ce6b9d6463b1b10d32bd3bb4bc497d816d8052
MD5 47f9ef4a1587de45422fe7494fab87be
BLAKE2b-256 150d2bf4e85033a6b844f3f1d3dd747af1f86b1c586cef5c1dcae318c532fc6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post4-cp311-none-any.whl
Algorithm Hash digest
SHA256 c497acf08cf3b11bbf6f4eb581b3d4d2ae04b5240945d15e0f54644c74b1efcc
MD5 aef9474d83b6640a33a62203f18f26c8
BLAKE2b-256 15f53349e13a15b3863fef2a7c8d0e1889888fd8a62f5237c692a8faa8d0183c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post4-cp39-none-any.whl
Algorithm Hash digest
SHA256 5caec2b7b92daf6e22d62f0a45892c125b686d83091b1691f87efcc97574f151
MD5 30158b1a53a91492ccadb4db58238f36
BLAKE2b-256 b29124c6b30db518687061dc53e272bebe5d6406d75fb31a1b62b3f901d5d7b1

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