Skip to content

topranks/radshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

radshark

Python script to group RADIUS packets from a pcap file which relate to the same user session.

Uses the 'pyshark' interface to TShark to parse a pcap file and a multi-level dictionary structure to store the grouped objects.

parseFile() does the main work in this part.

outputCsv() is an ugly hack which just dumps all attributes from the packets belonging to a single session on one line of a csv.

I occasionally need this kind of thing in work. May be useful to someone.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages