Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gunh0/packet-capture
🌐 This repository contains rough code snippets for capturing network packets.
https://github.com/gunh0/packet-capture
cpp network packets python
Last synced: about 10 hours ago
JSON representation
🌐 This repository contains rough code snippets for capturing network packets.
- Host: GitHub
- URL: https://github.com/gunh0/packet-capture
- Owner: gunh0
- License: mit
- Created: 2019-07-21T12:19:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T23:55:18.000Z (5 months ago)
- Last Synced: 2024-12-03T12:11:52.525Z (about 2 months ago)
- Topics: cpp, network, packets, python
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Packet Capture and Analysis
This project consists of two code snippets, one written in Python and the other in C++, for capturing and analyzing network packets.
- Capture packets from a network interface of your choice
- Analyze the captured packets to extract important information