pcap-handler 0.1.3

Creator: railscoder56

Last updated:

Add to Cart

Description:

pcaphandler 0.1.3

import library as:
from pcap_handler import *
or
from pcap_handler import pcapHandler
or
from pcap_handler import dfHandler

Make an object of library
To convert pcap to pandas DataFrame:
pcap2df = pcapHandler(file="path to pcap file", verbose=True)
df = pcap2df.to_DF(head=True)

To conver DataFrame to CSV:
df2csv = dfHandler(dataFrame=df, verbose=True)
df2csv.to_CSV(outputPath="path to save csv")

Descriptive README soon...

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.