UI Development

Packet Viewer is a library of React components that can be imported into your application to provide network capture file analysis capabilities. The library requires react > 16.14.0 and can be installed via the package manager of your choice.

The library is written in Typescript, and all types have been exported for reference.

Installation

Packet Viewer is installed as a Node module within your codebase. Copy the downloaded .tgz file and move into your repository. Install the library with the package manager of your choosing, such as npm:

npm i ./qacafe-pv-react-<VERSION>.tgz

Included Components

The package includes the main PacketViewer component that provides the familiar packet-list and decode panes out of the box. Several additional analysis views are also provided.