Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1ko23/ont
This repository contains source codes for my thesis project, which is using PCAP-library to capture and extract data from given interface inside docker container. This data can then be used to work on various things like monitoring traffic between different IP-endpoints, the type of traffic like UDP/TCP, the possibilities are virtually endless.
https://github.com/n1ko23/ont
docker modular networking nodejs pcap typescript
Last synced: about 1 month ago
JSON representation
This repository contains source codes for my thesis project, which is using PCAP-library to capture and extract data from given interface inside docker container. This data can then be used to work on various things like monitoring traffic between different IP-endpoints, the type of traffic like UDP/TCP, the possibilities are virtually endless.
- Host: GitHub
- URL: https://github.com/n1ko23/ont
- Owner: N1kO23
- License: mit
- Created: 2023-11-06T12:38:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-04T15:06:45.000Z (9 months ago)
- Last Synced: 2024-05-04T16:24:56.263Z (9 months ago)
- Topics: docker, modular, networking, nodejs, pcap, typescript
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PCAP Data extractor for docker
This repository contains source codes for my thesis project, which is using PCAP-library to capture and extract data from given interface inside docker container. This data can then be used to work on various things like monitoring traffic between different IP-endpoints, the type of traffic like UDP/TCP, the possibilities are virtually endless.Index file contains a simple example demonstration of just logging the different data structures into console.
## Potential future additions (outside of the thesis context)
- Support for higher layers of OSI-stack
- Support for layer 1 ethernet packets
- Decoding more data, like IPv4 packet header options