Skip to content

python wrapper to use tshark for file extraction from the command line.

Notifications You must be signed in to change notification settings

rangercha/tshark_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

TShark Extractor Usage

TShark is the command line tool for WireShark. It doesn't ship with a file extractor, which is why this script exists.

Learn more about TShark: https://www.wireshark.org/docs/man-pages/tshark.html

Instructions for Use

Run the script by specifying an input file with -i: python thsark_extractor.py -i myfile.pcap

You may also specify an output directory with -o, and a display filter with -D.

Learn more about display filters: https://wiki.wireshark.org/DisplayFilters

About

python wrapper to use tshark for file extraction from the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages