summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Documentation typo, valid should be invalid.Sam Roberts2012-10-251-1/+1
| * Replace usage of non-standard uint type with uint32_t.Sam Roberts2012-10-242-26/+26
* | Fixes error messages sometimes include newline, sometimes not.Sam Roberts2012-11-1626-136/+136
* | Properly set l->err_buf if libnet_ifaddrlist() fails.Thomas Habets2012-11-161-2/+1
* | dlpi: Try harder to find the device for the interface.Thomas Habets2012-11-101-74/+79
* | dlpi: Correctly extract the unit number from devices with numbers in their name.Thomas Habets2012-11-101-2/+34
|/
* define INET6 on IRIX, making libnet compile cleanly.Thomas Habets2012-08-082-1/+4
* Use LIBNET_BSDISH_OS and LIBNET_BSD_BYTE_SWAP on all darwin architectures.Kimmo Suominen2012-08-081-19/+3
* Added BSD byteswap for Darwin. Otherwise sendto() returns EINVALEmilio Escobar2012-08-081-0/+2
* urgent and ack number fields should be optionalSam Roberts2012-06-251-4/+4
* igmp() argument changed from code to reservedSam Roberts2012-04-241-6/+10
* Note about ethernet padding being stripped by decodeSam Roberts2012-04-241-0/+5
* Properly quote filenames to be pushed to sourceforgeSam Roberts2012-04-241-1/+1
* Use a common header to trim cut and paste include blocks.Sam Roberts2012-04-2357-437/+121
* netinet/in.h is needed for IPPROTO_ and sockaddr_in (reported by Dirk Meyer)Sam Roberts2012-04-184-0/+12
* libnet-1.1.6v1.1.6libnet-1.1.6releasedlibnet-1.1-branchSam Roberts2012-03-293-15/+6
* Note about why including libnet.h breaks dnet.h/dumbnet.hSam Roberts2012-03-291-0/+5
* Ignore output pcaps.Sam Roberts2012-03-291-0/+1
* Update release scripts and checklist.Sam Roberts2012-03-293-3/+10
* Dump generated packets to pcap as well as to screen.Sam Roberts2012-03-291-1/+25
* Remove pcap tests from Makefile.Sam Roberts2012-03-291-1/+1
* 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