1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comment formatted as expected by our doc tools More... about 15 years ago
lua: Use pkg-config for the Linux Makefile. More... about 15 years ago
Split callback registration and catching of messages. We need to be able to use both nfqueue and nfconntrack at the same time, so setup and catching need to be independent. More... about 15 years ago
Added binding for libnetfilter's conntrack subsystem. More... about 15 years ago
Corrected inconsistent indents. More... about 15 years ago
Merge branch 'master' of https://github.com/uweber/libnet into uweber-master More... about 15 years ago
build_ipv6: set higher traffic class bits More... about 15 years ago
release checklist More... about 15 years ago
Merge branch 'csw' of https://github.com/dago/libnet into dago-csw More... about 15 years ago
Fix missing uint instead of u_int More... about 15 years ago
force the tags More... over 15 years ago
special push required for tags More... over 15 years ago
Corrected the .so version information. More... over 15 years ago
Preparation for 1.1.5. More... over 15 years ago
Check for installability. More... over 15 years ago
Don't explicitly check for UID 0, we may have capabilities even if not root. (Thomas Habets) More... almost 16 years ago
Cleaned up implementations of libnet_get_hwaddr(), some leaked memory, one returned a pointer to data on the stack, and the others return a pointer to static data. I'm settling on the non-reentrant static data form. More... almost 16 years ago
Merge branch 'master' of github.com:sam-github/libnet More... almost 16 years ago
Visual C++ compiler(v9.0) uses bitfield type as a hint to pad the bitfield, so struct was too long. More... almost 16 years ago
Visual C++ compiler(v9.0) uses bitfield type as a hint to pad the bitfield, so struct was too long. More... almost 16 years ago
IRIX: Get MAC address from ioctl(), not by spawning shell. More... almost 16 years ago
Compile fix for IRIX (added includes) More... almost 16 years ago
notes about autotools upgrades More... almost 16 years ago
Further simplify autogen.sh More... almost 16 years ago
Removed dependency on net/bpf.h, and on pcap.h. More... almost 16 years ago
LBL_ALIGN check is unused, removing. More... almost 16 years ago
Don't include pcap.h if we've already got net/bpf.h, pcap has it's own bpf. More... almost 16 years ago
Make libnet_get_hwaddr work in the last few releases of OpenBSD ([email protected]) More... almost 16 years ago
Get DLT types from the source, <pcap.h>. More... almost 16 years ago
Use autoconf -ivf in autogen.sh (suggested by [email protected]) More... almost 16 years ago