#
packet-parsing
Here are 30 public repositories matching this topic...
PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING.
windows
linux
c-plus-plus
pcap
networking
cpp
dpdk
network-forensics
pf-ring
packet-parsing
mac-osx
network-tools
winpcap
pcap-files
packet-processing
libpcap
multiplatform
packet-crafting
tcp-reassembly
pcapplusplus
-
Updated
Jun 2, 2020 - C++
pentest framework
docker
security-audit
exploit
network
proxy
scanner
phishing
hacking
xss
sniffer
packet-analyser
packet-parsing
brute-force
packet-processing
denial-of-service
pentest
fuzzer
packet-generator
spoof
man-in-the-middle
-
Updated
Feb 21, 2019 - Python
A highly configurable multi-threaded packet sniffer and parser build in rust-lang.
-
Updated
May 23, 2020 - Rust
zeeshanlakhani
commented
Apr 9, 2020
Background
Currently, we can read Ethernet frames with VLAN-tags, but not generate/create ones. We'd like to be able to generate packets with VLAN-tagged Ethernet frames. More information about tags can be found at https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021q and https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021ad, including links to specs/
Header only packet analysis library written in C++11
-
Updated
Sep 2, 2017 - C++
Packet parsing for the Internet Protocol Suite 📦
-
Updated
Feb 6, 2017 - Rust
PInvoke wrapper for WinDivert
packets
packet-analyser
packet-parsing
packet-processing
packet-sniffer
windivert
packet-capture
packet-analyzer
pinvoke-wrapper
-
Updated
Nov 14, 2018 - C#
AsyncServerClient is the simple, open-source, cross-platform Async TCP Server-Client project (with SQL and 3-Way Handshaking support) for .NET Assemblies built in .NET Core
client
csharp
server
packets
dotnet
dotnetcore
packet-analyser
packet-parsing
dotnet-core
packet
client-side
packet-processing
client-server
packet-generator
server-side
packet-capture
packet-analyzer
server-framework
dotnet-core2
security-api
-
Updated
Mar 15, 2019 - C#
A Network access firewall for Unix like OS and specifically supports Raspberry Pi 3 .
nodejs
python
mongodb
firewall
iptables
proxy-server
packet-parsing
clamav
dhcp-server
captive-portal
squid
antivirus
netfilter
raspberry-pi-3
network-security
-
Updated
Feb 25, 2018 - JavaScript
Viewer/Parser for PCAP files created by aclog when attached to Asheron's Call game installation
-
Updated
May 10, 2020 - C#
-
Updated
Sep 28, 2019 - Go
An EASY and ADVANCED extention to handle TCP/IP Packets [SecurityApi]
emulator
packets
proxy-server
packet-analyser
packet-parsing
tcp-server
packet-processing
packet-sniffer
packet-capture
security-api
server-proxy
-
Updated
Dec 31, 2018 - C#
Lua scripts for https://github.com/emmericp/MoonGen
-
Updated
Jan 10, 2018 - Lua
Network security related project collection.
dns
markov-chain
arp
packet-parsing
fingerprint-recognition
syn-flood-attack
arp-request-replay-attack
syn-flood-mitigation
packet-pattern-matching-detection
-
Updated
Jan 16, 2020 - Java
An application to capture and process probe request packets for future analysis.
-
Updated
Mar 10, 2019 - Ruby
Packet Sniffer/Parser for Software Defined Radios outputting Vita 49A protocol packets
-
Updated
Aug 2, 2017 - C#
The Python Script for Extracting Data from pcap files
-
Updated
Nov 8, 2017 - Python
Packet Kit(PKit): 一个强大的跨平台底层数据包工具箱 ☀️
-
Updated
May 30, 2020 - Java
A high-performance, RUST network packet sniffing program
-
Updated
Feb 4, 2019 - Rust
Network Packet Tracer Library
python
pcap
packets
network
arp
packet-parsing
cpython
pypy
packet-processing
packet-generator
packet-sniffer
packet-analyzer
pcap-analyzer
pcap-parser
packet-tracer
parses
-
Updated
Dec 29, 2019 - Python
socket
networking
cplusplus
packet-parsing
cpp11
ipsearch
packet-sniffer
packet-capture
textsearch
ethernet-data
datalink
appication
-
Updated
Jul 9, 2018 - C++
A rust library which consists of tool for creating, manuipulating and parsing data packets
rust
networking
tcp
udp
packet-parsing
ip
rust-library
packet-generator
network-programming
packet-crafting
-
Updated
Apr 21, 2020 - Rust
A Thrift spec for SIP, with a reference python implementation using pyshark.
monitor
monitoring
sip
packet-analyser
thrift
packet-parsing
telecom
wireshark
voip
packet-sniffer
capture-packets
sip-parser
tshark
packet-capture
telecommunications
voipmonitor
callcenter
telecoms
pyshark
-
Updated
Mar 16, 2017 - Python
Educational MITM tool.
security
script
network
routing
mitm
python3
packet-parsing
educational
arp-spoofing
packet-sniffer
packet-crafting
dns-spoof
packet-filtering
-
Updated
Dec 2, 2017 - Python
python packet parser in simple strucutured format
-
Updated
Mar 23, 2017 - Python
Bid-Request Capture Utility
http
json
protobuf
python3
packet-parsing
packet-processing
libpcap
network-programming
dpkt
http-post
binary-format
-
Updated
May 7, 2018 - Python
Packet capture & analyze tool using libpcap of CSED353, spring 2018, at POSTECH
-
Updated
Jun 17, 2018 - C++
makes packet parsing really simple
-
Updated
Aug 3, 2019 - Python
Improve this page
Add a description, image, and links to the packet-parsing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packet-parsing topic, visit your repo's landing page and select "manage topics."


You can sniff a packet, modify it, and re-send it using libtins. The only issue is dropping the original one so the receiver doesn't get two packets. This could be done via iptables rules, I'm sure there has to be some article describing how to do it.
Originally posted by @mfontanini in mfontanini/libtins#61 (comment)