packets
Here are 199 public repositories matching this topic...
A protocol for secure client/server connections over UDP
-
Updated
Jun 5, 2020 - C
Scalable Distributed Game Server Engine with Hot Swapping in Golang
-
Updated
Feb 10, 2020 - Go
I am having a difficult time properly testing and validating my contirbutions to this repo. I believe some documentation might help this along. I would be willing to write this documentation as well, if I could get some help understanding the current build and test environment.
Audit unsafe code
The project works with 8 modules < reference source/Module >
- Creating issue to accelerate/track test frame building of each module
- The test folder has a very basic example to start with.
- Feel free to make a pull request for the test cases
Issue
Documentation is wrong about slot datas (i assume)
Solution
I spent almost an hour to understand that content was in fact just a prismarine item.toNotch.
Would be nice for new users to precise explicitly this matter in docs somehow.
The correct format is the following (or maybe i just don't know how to read the doc table ?)
iThe tutorial in https://github.com/chmorgan/sharppcap/tree/master/Tutorial is currently found on codeproject.com, https://www.codeproject.com/Articles/12458/SharpPcap-A-Packet-Capture-Framework-for-NET, and could use to be updated to:
- Remove mention of airpcap
- Include latest released version
- Update links to GitHub rather than sourceforge
- Mention nuget packages
(I'm sure more)
A Python Package for Data Exfiltration
-
Updated
Dec 8, 2019 - Python
As per the respective RFCs, IGMP uses MRD in units of 1/10s while MLD uses units of ms.
Currently the Ostinato GUI shows units as 1/10s for both IGMP and MLD.
-
Updated
Jun 25, 2019 - JavaScript
An easy experiment which uses the ESP8266 wifi module to look for near smartphones around you
-
Updated
Jan 29, 2019 - C++
-
Updated
Nov 12, 2019 - Go
node.js SSDP client/server.
-
Updated
Oct 1, 2018 - JavaScript
A port rewritting utility to modify the source or destination port for packets on Windows.
-
Updated
May 24, 2018
Data transmission over sound waves written in JavaScript without any dependencies. All you need is just microphone, speakers and the browser!
-
Updated
May 16, 2018 - JavaScript
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
-
Updated
May 24, 2020 - C++
An easy-to-use, event-driven, asynchronous, network application framework compiled with Java 11.
-
Updated
May 16, 2020 - Java
A layer that hide, redirect. forward, re-encrypt internet packet to keep VPN, Proxies and other p2p software hidden from Firewall. Free implementation for HTTP-Tunnel, UDP-Tunnel, port forwarding, port redirecting and packet re-encryption that can work in network data-link layer and transport layer
-
Updated
Dec 4, 2018 - C++
Powerful binary serialisation library for D
-
Updated
Oct 4, 2019 - D
CI could have differents stages to:
- run style
- run tests
- build documentation
with stages, tests will be runned in parallel and CI should be faster to check commits.
see the travis documentation about stages.
UDP File sender and receiver using BROADCAST address
-
Updated
Feb 7, 2020 - C++
.NET Wrapper for WinDivert
-
Updated
Sep 19, 2017 - C++
Improve this page
Add a description, image, and links to the packets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packets 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)