summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Generate a valid IGMP message in test.Sam Roberts2012-03-291-2/+2
* Prepare for 1.1.6-rc3.v1.1.6-rc3libnet-1.1.6-rc3Sam Roberts2012-03-282-16/+7
* Only use getifaddrs() if it exists. (reported by Dagobert Michelsen)Sam Roberts2012-03-282-2/+3
* Clean up use of single and bracket quotes.Sam Roberts2012-03-271-1/+1
* FreeBSD and Solaris volunteers to contibute.Sam Roberts2012-03-271-0/+2
* ICMPv6 struct is too long, so use length macro (sickmind@lavabit.com)Sam Roberts2012-03-191-1/+1
* ICMPv6 pblock sizes are needed to calculate IPv6's ip_len (reported by sickmi...Sam Roberts2012-03-191-0/+4
* Prep for 1.1.6 release, such as bumping versionv1.1.6-rc2libnet-1.1.6-rc2Sam Roberts2012-03-075-9/+17
* Add people who have volunteered to check release candidates.Sam Roberts2012-03-071-1/+7
* Rework libnet_autobuild_ipv6() to eliminate code duplication.v1.1.6-rc1libnet-1.1.6-rc1Sam Roberts2012-03-063-61/+23
* Implemented libnet_autobuild_ipv6()repolho2012-03-052-4/+67
* Implemented unix version of libnet_get_ipaddr6()repolho2012-03-052-1/+53
* Update old debian packaging.Sam Roberts2012-03-052-2/+0
* Reintroduce libnet_pblock_record_ip_offset() which is empty.Sam Roberts2012-03-051-0/+11
* Prep for 1.1.6 release.Sam Roberts2012-03-051-19/+3
* Make clear that all contributions are under libnet copyright.Sam Roberts2012-03-052-0/+3
* Fix doc comment format errors reported by doxygen.Sam Roberts2012-03-051-6/+7
* Update for doxygen 1.7.4.Sam Roberts2012-03-051-574/+996
* Note that PORTED is no longer maintained.Sam Roberts2012-03-051-0/+2
* Note that CONTRIB is no longer maintained.Sam Roberts2012-03-051-1/+1
* Prep for upcoming 1.1.6 release.Sam Roberts2012-03-051-0/+42
* Remove BUGS, it referred to non-existent code.Sam Roberts2012-03-052-20/+1
* Reworked icmpv6 patch to parallel the form of icmpv4 support.Sam Roberts2012-03-056-204/+306
* Don't depend on netinet/ip.h.Sam Roberts2012-03-051-1/+0
* Ignore ~ files.Sam Roberts2012-03-051-17/+18
* Remove unused variable.Sam Roberts2012-03-051-2/+1
* Remove old unmerged patches.Sam Roberts2012-03-054-463/+0
* Support building ICMPv6 packets.someone2012-03-015-29/+273
* Fixed typo in error message.Thomas Habets2012-03-011-1/+1
* Use SO_BINDTODEVICE to force packets out opened device.someone2012-03-011-1/+8
* Always use an IPPROTO of TCP when calculating TCP checksums.Sam Roberts2012-02-221-1/+1
* Use correct addr type for addrlen calculation.someone2012-02-221-1/+1
* Autodetect whether dnet.h is provided as dumbnet.hSam Roberts2012-02-163-1/+7
* libnet_build_igmp reserved field was mistakenly called 'code'Sam Roberts2012-02-153-7/+9
* Documentation doesn't include any gif files.Sam Roberts2012-02-151-1/+1
* Merge branch 'master' of https://github.com/knoopx/libnetSam Roberts2012-02-152-0/+18
|\
| * Trying to fix write errorsVíctor Martínez2012-02-082-0/+18
* | Enable IPV6 support on Solaris 11.Rich Burridge2012-02-151-0/+4
|/
* Presence of linux's PF_PACKET sockets is now detected.Sam Roberts2011-08-232-12/+5
* Fix libnet_build_igmp() to not reverse the order of the ip address.Sam Roberts2011-08-102-2/+2
* pblock_append deals with raw memory and structs, so declare it correctlySam Roberts2011-08-092-4/+2
* Clarified types and sizes of DHCP/BOOTP chaddr, sname, and file.Sam Roberts2011-08-093-32/+21
* Explicitly ignore return value of write (some systems now warn about this).Sam Roberts2011-08-091-1/+1
* Merge branch 'master' of github.com:sam-github/libnetSam Roberts2011-08-094-13/+10
|\
| * Merge pull request #13 from allfro/patch-6Sam Roberts2011-07-301-7/+4
| |\
| | * Fixes a buffer overflow issue when copying chaddr, file, and sname fields to ...allfro2011-07-301-7/+4
| |/
| * Merge pull request #7 from allfro/patch-1Sam Roberts2011-07-291-3/+3
| |\
| | * Fixes a bug that incorrectly converts the addr, mask, and next_hop fields to ...allfro2011-07-231-3/+3
| * | Merge pull request #9 from allfro/patch-3Sam Roberts2011-07-291-2/+2
| |\ \
| | * | Fixes incorrect memory block size set in the timeexceed and redirect builders...allfro2011-07-231-2/+2
| | |/