Skip to main content

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 summary.

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 ###
### e.g. "E:/pcap_data/script_pcap_parse/Raw/" ###
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

PcapAnalyzeHelper-0.1.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

PcapAnalyzeHelper-0.1.2-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page