Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.29 KB

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: