Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sankooc/vs-shark
pcap/pcapng analyzer
https://github.com/sankooc/vs-shark
rust-lang vscode-extension wasm wireshark
Last synced: about 2 months ago
JSON representation
pcap/pcapng analyzer
- Host: GitHub
- URL: https://github.com/sankooc/vs-shark
- Owner: sankooc
- License: mit
- Created: 2024-06-26T15:02:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T03:06:56.000Z (about 2 months ago)
- Last Synced: 2024-11-15T18:41:17.881Z (about 2 months ago)
- Topics: rust-lang, vscode-extension, wasm, wireshark
- Language: Rust
- Homepage: https://marketplace.visualstudio.com/items?itemName=sankooc.pcapviewer
- Size: 5.68 MB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## Overview
**PcapViewer** is an open-source packet analysis tool designed to efficiently handle PCAP/PCAPNG (Packet Capture) files. It enables users to dive into network traffic and inspect various protocol layers, from the physical Ethernet layer to the application layer, providing a streamlined alternative to full-scale tools like Wireshark. With its lightweight nature, it’s ideal for developers, network administrators, and engineers who need quick insights into network packets.
### Key Features
- **Protocol Support**:
- **File Formats**: PCAP, PCAPNG
- **Link Layer**: Ethernet II, PPPoE, IEEE 1905.1a, SSL
- **Network Layer**: IPv4, IPv6, ARP, RARP, ICMP, IGMP
- **Transport Layer**: TCP, UDP
- **Application Layer**: TLS, HTTP, DNS, DHCP, SSDP### Online Demo
Try out [PcapViewer](https://sankooc.github.io/pcap/) in your browser.
### Features in Action
#### Demo
IP Packet Overview
IP Packet List
TCP Conversations
HTTP Connection
DNS Response
### VS Code Extension
Install the **PcapViewer** extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=sankooc.pcapviewer) for seamless integration into your Visual Studio Code environment.
### ZED Extension
> Coming soon...
### TUI
![](https://i.ibb.co/WVPTzP1/tui3.gif)
#### Install
`cargo install --git https://github.com/sankooc/vs-shark --branch master --bin pcaps`
#### Usage
`pcaps -f `
`pcaps --help`
### Contribution
We welcome contributions! If you'd like to contribute, please check out the guidelines (coming soon) and open a pull request or issue.
### Contact
For any inquiries or suggestions, feel free to reach out to us (details coming soon).