summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Support local customizations in local.makSam Roberts2011-02-101-4/+6
* Setting blocking was clearing O_NONBLOCK, which is inverted.Sam Roberts2011-02-081-9/+10
* implemented nfq.setblocking(), and fixed problems with stack structureSam Roberts2011-02-082-28/+86
* mkinstalldirs is replaced by autogen.sh.Sam Roberts2011-02-031-2/+3
* autogen retries if /sw/... doesn't existSam Roberts2011-02-031-1/+3
* nfct and nfq support incremental setup and callbacksSam Roberts2011-02-033-47/+349
* notes on continuing problems with lengths not being set correctlySam Roberts2011-02-031-1/+63
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2011-02-031-45/+118
|\
| * Split callback registration and catching of messages.Sam Roberts2011-02-021-45/+118
* | comment formatted as expected by our doc toolsSam Roberts2011-02-031-7/+23
* | lua: Use pkg-config for the Linux Makefile.Kelvie Wong2011-02-021-2/+3
|/
* Added binding for libnetfilter's conntrack subsystem.Sam Roberts2011-02-012-2/+665
* Corrected inconsistent indents.Sam Roberts2011-02-011-9/+9
* Merge branch 'master' of https://github.com/uweber/libnet into uweber-masterSam Roberts2010-11-181-1/+1
|\
| * build_ipv6: set higher traffic class bitsUlrich Weber2010-11-151-1/+1
* | release checklistSam Roberts2010-11-111-0/+11
|/
* Merge branch 'csw' of https://github.com/dago/libnet into dago-cswSam Roberts2010-11-113-7/+7
|\
| * Fix missing uint instead of u_intDagobert Michelsen2010-11-093-7/+7
* | force the tagsv1.1.5libnet-1.1.5Sam Roberts2010-11-031-1/+1
* | special push required for tagsSam Roberts2010-11-031-1/+1
* | Corrected the .so version information.Sam Roberts2010-11-031-2/+3
|/
* Preparation for 1.1.5.Sam Roberts2010-11-024-6/+87
* Check for installability.Sam Roberts2010-11-021-0/+9
* IRIX: Get MAC address from ioctl(), not by spawning shell.Thomas Habets2010-05-041-28/+34
* Compile fix for IRIX (added includes)Thomas Habets2010-05-041-0/+3
* Don't explicitly check for UID 0, we may have capabilities even if not root. ...Sam Roberts2010-05-032-10/+16
* Cleaned up implementations of libnet_get_hwaddr(), some leaked memory,Sam Roberts2010-05-032-11/+6
* Merge branch 'master' of github.com:sam-github/libnetSam Roberts2010-05-010-0/+0
|\
| * Visual C++ compiler(v9.0) uses bitfield type as a hint to pad the bitfield, s...Sam Roberts2010-04-281-2/+2
* | Visual C++ compiler(v9.0) uses bitfield type as a hint to pad the bitfield, s...Sam Roberts2010-05-011-12/+12
|/
* notes about autotools upgradesSam Roberts2010-04-011-0/+9
* Further simplify autogen.shSam Roberts2010-04-011-16/+0
* Removed dependency on net/bpf.h, and on pcap.h.Sam Roberts2010-04-015-20/+32
* LBL_ALIGN check is unused, removing.Sam Roberts2010-04-014-83/+4
* Don't include pcap.h if we've already got net/bpf.h, pcap has it's own bpf.Sam Roberts2010-03-312-4/+4
* Make libnet_get_hwaddr work in the last few releases of OpenBSD (stu@spacehop...Sam Roberts2010-03-311-1/+7
* Get DLT types from the source, <pcap.h>.Sam Roberts2010-03-311-1/+2
* Use autoconf -ivf in autogen.sh (suggested by alon.barlev@gmail.com)Sam Roberts2010-03-313-372/+10
* Don't distribute libnet.h, it is generated by configure (alon.barlev@gmail.com)Sam Roberts2010-03-311-1/+1
* todo list updateSam Roberts2010-03-311-9/+7
* AIX build failures fixed, cause was inclusion of system headers libnet no lon...Sam Roberts2010-03-316-39/+39
* Add a link to the old docs.Sam Roberts2010-03-311-0/+3
* Added links to github and sourceforge.Sam Roberts2010-03-312-4/+15
* Unmerged patch from Alon, I'd like to find a less globally intrusive way.Sam Roberts2010-03-111-0/+17
* Replace C99/C++ comments with traditional C comments. (alon.barlev@gmail.com)Sam Roberts2010-03-115-24/+27
* checksum would segfault if a IP checksum was requested for a non-ipv4 headerSam Roberts2010-03-041-3/+7
* Closer backwards compat, assume its ipv4 if it's not ipv6. This seems totally...Sam Roberts2010-03-041-3/+3
* Try using the ip_len header field to guess the input buffer's size.Sam Roberts2010-03-041-1/+11
* libnet_do_checksum(), despite being "internal", is used by external code.Sam Roberts2010-03-043-4/+44
* merged icmpv6 patch in, but I believe either it or the sample/icmp6_unreach g...Sam Roberts2010-03-0212-3/+320