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.post1.tar.gz (671.0 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.post1-pp39-none-any.whl (975.5 kB view details)

Uploaded PyPy

pypcapkit-1.3.1.post1-pp38-none-any.whl (975.5 kB view details)

Uploaded PyPy

pypcapkit-1.3.1.post1-cp311-none-any.whl (975.5 kB view details)

Uploaded CPython 3.11

pypcapkit-1.3.1.post1-cp310-none-any.whl (975.5 kB view details)

Uploaded CPython 3.10

pypcapkit-1.3.1.post1-cp39-none-any.whl (975.5 kB view details)

Uploaded CPython 3.9

pypcapkit-1.3.1.post1-cp38-none-any.whl (975.5 kB view details)

Uploaded CPython 3.8

File details

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

File metadata

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

File hashes

Hashes for pypcapkit-1.3.1.post1.tar.gz
Algorithm Hash digest
SHA256 959116e7c95ba88ac910d01d3b29b11c0d1bb2a46536369dcfb2607949fbd458
MD5 d64170eac0ed446e3799c91ab2bc93ea
BLAKE2b-256 4ee02c8f8e4b07c711d673bd7e2b14fbb105d82b9d12f3fa79e60111db30aad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post1-pp39-none-any.whl
Algorithm Hash digest
SHA256 0cc644d3ce3759c41b60325f0e7ddf3ea1171d8fe82e3a864f1921deffddd5fa
MD5 8d4c0f85ee8a88291590bbc119d3df43
BLAKE2b-256 f1218dcece203a9746c9a9f1e3fd1c7d8844c64f95443e0a002904c72633a80f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post1-pp38-none-any.whl
Algorithm Hash digest
SHA256 2fcea9e40ef11c0fad598428656360cb8b28ad2ed4ab646f2cc0979396639b75
MD5 4ff1e0cbd25b47ca065a4a25cf217f7f
BLAKE2b-256 1005ee00d6becc834fd03cd5f0d102d9abfc22480c09574325c728942bf73421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post1-cp311-none-any.whl
Algorithm Hash digest
SHA256 657164a276bff2da942dbc4b2444b7f6ef2e2533d62d504b4742f9eb3f93c09a
MD5 3d9ec1f7dd3eea3559e78551a925925d
BLAKE2b-256 e30a0d806d9f45d790a08e21232d33cd6b634f837a10f4088c0c7a7415a83a84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post1-cp310-none-any.whl
Algorithm Hash digest
SHA256 dd2c1b66dbd0efce2bfcdfdb5cfda9f8678bccc25d5993ffe2f1d86a08f78fed
MD5 70a45edbf9cda1069c709ff62ebc1117
BLAKE2b-256 1606dc156f2f2584070f1800f66f2a735a9dc974144f72733b31bd3a8fcde516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post1-cp39-none-any.whl
Algorithm Hash digest
SHA256 eceb184b7dd516b8ba4452ad43b19304c47291601f1b0da1eaabee2c14b3e285
MD5 27369445f809f7d45803140e117157a4
BLAKE2b-256 1ca018c220b0db311f6693814eaf4451e959e3a0e191ef9722303ba68979fc54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pypcapkit-1.3.1.post1-cp38-none-any.whl
Algorithm Hash digest
SHA256 f24fac002f4db0d3973d5b10094696eb0b4f9494e0eb25406484bdc719b1765a
MD5 fd374429510d17172446d13cfe71bf07
BLAKE2b-256 ec0e32792355cf56e54f785d4f4d81a89ec4a7cfb068d0711a65d15775251aff

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