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

https://github.com/xoriantopensource/network-packet-analyser

This is supposed to examine the Ethernet frame, IP datagram or TCP packet payload to find out whether the information going in the payload of the packet is malicious or valid, if malicious we just filter it.
https://github.com/xoriantopensource/network-packet-analyser

Last synced: over 1 year ago
JSON representation

This is supposed to examine the Ethernet frame, IP datagram or TCP packet payload to find out whether the information going in the payload of the packet is malicious or valid, if malicious we just filter it.

Awesome Lists containing this project

README

          

# Network-packet-analyser
This is supposed to examine the Ethernet frame, IP datagram or TCP packet payload to find out whether the information going in the network is malicious or valid.
Programming language is C on Linux and raw sockets will be used.