summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use libtool-1 or libtool-2 whatever available (alon.barlev@gmail.com)Sam Roberts2010-03-011-1/+5
* Avoid looking at /dev and /usr/include when cross-compiling (alon.barlev@gmai...Sam Roberts2010-02-271-9/+11
* Corrected target_os check, it was broke for linuxgnu, and m4 syntax was inval...Sam Roberts2010-02-271-2/+3
* --with-link-layer broken, was using wrong macro name, and didn't include all ...Sam Roberts2010-02-231-18/+25
* ac_cv_c_bigendian is yes, not "big" (alon.barlev@gmail.com)Sam Roberts2010-02-231-1/+1
* Remove dead code.Sam Roberts2010-02-232-40/+2
* Run test-*.luaSam Roberts2010-02-237-36/+59
* Strip trailing garbage from ethernet frames after IP packets.Sam Roberts2010-02-222-5/+27
* Run a corpus of fuzzed pcap files through libnet to verify recoding.Sam Roberts2010-02-226-413/+431
* Remove pcaps from github.Sam Roberts2010-02-221-0/+0
* Run efence in multiple runs, so it doesn't run out of memory.Sam Roberts2010-02-222-0/+28
* Roundtrip invalid packets with tcp reserved flags set, and short header lengths.Sam Roberts2010-02-221-2/+10
* h_len is calculated for ip, udp, tcp, icmp, and igmp, so is allowed to be zero.Sam Roberts2010-02-221-6/+4
* print type string in human readable, as well as in hexSam Roberts2010-02-181-2/+5
* net:tcp() typo caused it to expect an IPv4 pblockSam Roberts2010-02-181-1/+1
* Factored pcap reencoding out, and implemented reencoding test on pcaps.Sam Roberts2010-02-185-41/+105
* libnet_t's fd should be initialized to an invalid value, or libnet_destroy() ...Sam Roberts2010-02-181-0/+1
* Corrected pcap's double to struct timeval conversion to be accurate to 6 deci...Sam Roberts2010-02-182-2/+59