An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Generic badge](https://img.shields.io/badge/ANSI-C-green.svg)](Ansi-C)
[![Generic badge](https://img.shields.io/badge/Networking-orange.svg)](Networking)
[![Generic badge](https://img.shields.io/badge/DPI-blue.svg)](https://en.wikipedia.org/wiki/Deep_packet_inspection)

# Decoder
Standalone project for protocol dissectors test

The 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)