8000 GitHub - LucasLage/netlib: C network probing library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LucasLage/netlib

 
 

Repository files navigation

C network probing library

  • demux the demuxer is a singleton that listens on a given interface (using sniffer) and calls listener functions.
  • sniffer the sniffer calls a callback function for each UDP or ICMP packet arriving at a given interface.
  • packet support functions for manipulating and storing packets.
  • sender functions to send ICMP packets; allows fixing the forward and reverse flow identifiers.
  • confirm a module that retransmits probes to address packets losses.

About

C network probing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Makefile 0.7%
0