https://github.com/kyrol01/decoder
Test program for network protocols detection
https://github.com/kyrol01/decoder
diameter dissector json networking ngcp protocol rtcp rtp rtsp tls
Last synced: about 1 month ago
JSON representation
Test program for network protocols detection
- Host: GitHub
- URL: https://github.com/kyrol01/decoder
- Owner: kYroL01
- License: mit
- Created: 2019-01-21T15:21:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T12:43:25.000Z (6 months ago)
- Last Synced: 2025-04-23T22:52:43.180Z (about 1 month ago)
- Topics: diameter, dissector, json, networking, ngcp, protocol, rtcp, rtp, rtsp, tls
- Language: C
- Homepage:
- Size: 1.38 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](Ansi-C)
[](Networking)
[](https://en.wikipedia.org/wiki/Deep_packet_inspection)# Decoder
Standalone project for protocol dissectors testThe project is created to capture packets (live or from pcap) and decode them by dissectors
### Build and Run:
```bash
make build
sudo ./decoder -i [device] | -p [pcap]`
```[TODO list](https://github.com/kYroL01/Decoder/blob/master/TODO.md)