Skip to content

Packet Analysis Preparation Report - Experimental automated packet capture analysis

Notifications You must be signed in to change notification settings

credible58/papr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

papr

Packet Analysis Preparation Report - Experimental automated packet capture analysis

This program pre-processes PCAPNG files to extract basic information about the content, including:

  • Start and end time of the capture
  • Number of frames in the file
  • Number of TCP packets missed during capture
  • IP route stability
  • List TCP, UDP and SCTP service endpoints
  • List of DNS servers, DNS error rates and service times
  • TCP service endpoint request latency statistics

The program accesses the packet data using a new version of Wireshark Sharkd running in Daemon Mode - see https://gitlab.com/wireshark/wireshark/-/wikis/sharkd-JSON-RPC

Sharkd Installation

Sharkd is no longer shipped in the binary installation package and this new version of Sharkd is not yet merged into the main Wireshark code. Therefore, you will need to:

About

Packet Analysis Preparation Report - Experimental automated packet capture analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages