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.
- Host: GitHub
- URL: https://github.com/xoriantopensource/network-packet-analyser
- Owner: XoriantOpenSource
- Created: 2018-02-20T05:35:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T11:57:24.000Z (about 8 years ago)
- Last Synced: 2025-01-05T16:22:49.865Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.