A browser-based PCAPNG network capture file analyzer that parses and displays PCAPNG network capture files.
- Parse and analyze PCAPNG network capture files
- Real-time packet analysis with progress indication
- Support for TCP, UDP, ICMP, and IPv4 protocols
- Sortable packet list with detailed information
- CSV export functionality
- Multi-packet selection
- Memory-efficient chunked processing
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
- Click "Upload PCAPNG" to select a capture file
- View packet details in the sortable table
- Click rows to select packets
- Export selected packets to CSV
Ed Bates (TECHBLIP LLC)
Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).
Apache-2.0 license - see the LICENSE file for details