Skip to content

Web application which can read pcap files and do something useful with them.

Notifications You must be signed in to change notification settings

tinpotnick/packetpeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

packetpeek

Web application which can read pcap files and do something useful with them.

The complete implementation is in Javascript and HTML 5.

At the moment, this is a very basic intro/work in progress. It doesn't really work with large files yet as dynamic loading as you scroll through data needs supporting. But it can read pcap files, parse for ethernet up through IPV4/TCP/UDP packets. I simply wanted to see if I could get an HTML5 browser to load a local PCAP file and parse it - and then do something with it.

Also, support for looking for traffic of different types.

My goal is to use this as a tool to analyse capture files for applications such as VOIP.

Currently it has a basic function to dray a traffic ladder diagram using D3 JS.

TODO

For non IPV4 packets need to generate a host ID in another way as now it stops the rendering of the graph as it simply has no host id.

About

Web application which can read pcap files and do something useful with them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published