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.post10.tar.gz (671.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.5.post10-cp313-none-any.whl (976.4 kB view details)

Uploaded CPython 3.13

pypcapkit-1.3.5.post10-cp311-none-any.whl (976.4 kB view details)

Uploaded CPython 3.11

pypcapkit-1.3.5.post10-cp39-none-any.whl (976.4 kB view details)

Uploaded CPython 3.9

File details

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

File metadata

  • Download URL: pypcapkit-1.3.5.post10.tar.gz
  • Upload date:
  • Size: 671.9 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.post10.tar.gz
Algorithm Hash digest
SHA256 9890b972b58c2acd5729cd19c40daaca5366aa375847751a04a07750a8abf8f6
MD5 65a8da54e97f85887fdd30d1de2a3961
BLAKE2b-256 7a652a5b642ed833df02ca8342038da1e7f09ed3e3616648c0cc2492d67f1ef3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post10-cp313-none-any.whl
Algorithm Hash digest
SHA256 a5b7264318347e5e26c0069603ef23b4b3a61c66a47a6bbfc3ffaa4d9d1b8f8a
MD5 70faa9d6dc66d49ae53dae6ffe9d224d
BLAKE2b-256 04a5aa14c4f5423f75658e81735d6d4268a8c6bb8610f4a30a67f341fbf80661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post10-cp311-none-any.whl
Algorithm Hash digest
SHA256 2c72096bbb4abcbd26b3a45390636c088c5235cd4b8626ae6e76d8c5ad801072
MD5 e9696dfe6be4776acfbccc65027bb66c
BLAKE2b-256 22f9331b951b43b85a6222f670a61acc6091e39b121875b534c3fac88bdbf985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.5.post10-cp39-none-any.whl
Algorithm Hash digest
SHA256 a9d49d9b8d17873bd70652248f79f07ff248d7f3c65060011bde7b32bb0604bb
MD5 b11fb12ae79ee83f2b2ff0ea02426a7d
BLAKE2b-256 f8934fa5408c7e77ea16c2945805c4ba788c6663ad69a63778486a806d554fcc

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