A python package for quick analysis on pcap file
Project description
PcapAnalyzeHelper
PcapAnalyzeHelper is a package offers a statistics summary of pcap file with specified destination IP. It offers statistics summary of distribution of protocol, source port, source IP, destination port, IP length, IP flags, checksum, ttl, udp payload, TCP flags, window scale.
To use (with causion), please do
import PcapAnalyzeHelper
from os import listdir
### need a folder which contains all the pcap file you need to parse ###
folder = <folder name>
print("Opening {}...".format(folder))
files = [folder + file for file in listdir(folder)]
PcapAnalyzeHelper.pcap_stat(files)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file PcapAnalyzeHelper-0.1.4.tar.gz
.
File metadata
- Download URL: PcapAnalyzeHelper-0.1.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 647ace7e96c0b82e7dd1ecbbf98d6bda4394bf6b0645262bb72b966e37f806a7 |
|
MD5 | 0a3c9fa2094cbeb44febdfc55078e7f3 |
|
BLAKE2b-256 | f1763839a0bf604b9ff7c3d128260bb012cc06576312f043a921dcd41e385758 |
File details
Details for the file PcapAnalyzeHelper-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: PcapAnalyzeHelper-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ae1dc67435e3fc702f4e07a0f6659d6230682604686d61ee7bf111e0bba5c65 |
|
MD5 | 21bad2b8514af6170e9f99d839631793 |
|
BLAKE2b-256 | 0d345031d4954cbacf32bd433a155ae65bd696651b88fd9e5c2ea3f84252837d |