summaryrefslogtreecommitdiff
path: root/libnet/src
Commit message (Expand)AuthorAgeFilesLines
* Only use getifaddrs() if it exists. (reported by Dagobert Michelsen)Sam Roberts2012-03-281-1/+1
* ICMPv6 struct is too long, so use length macro (sickmind@lavabit.com)Sam Roberts2012-03-191-1/+1
* Prep for 1.1.6 release, such as bumping versionv1.1.6-rc2libnet-1.1.6-rc2Sam Roberts2012-03-071-1/+2
* Rework libnet_autobuild_ipv6() to eliminate code duplication.v1.1.6-rc1libnet-1.1.6-rc1Sam Roberts2012-03-062-60/+14
* Implemented libnet_autobuild_ipv6()repolho2012-03-051-3/+59
* Implemented unix version of libnet_get_ipaddr6()repolho2012-03-051-0/+48
* Reintroduce libnet_pblock_record_ip_offset() which is empty.Sam Roberts2012-03-051-0/+11
* Reworked icmpv6 patch to parallel the form of icmpv4 support.Sam Roberts2012-03-053-131/+151
* Remove unused variable.Sam Roberts2012-03-051-2/+1
* Support building ICMPv6 packets.someone2012-03-011-0/+164
* 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
* libnet_build_igmp reserved field was mistakenly called 'code'Sam Roberts2012-02-151-4/+4
* Trying to fix write errorsVíctor Martínez2012-02-081-0/+1
* Fix libnet_build_igmp() to not reverse the order of the ip address.Sam Roberts2011-08-101-1/+1
* pblock_append deals with raw memory and structs, so declare it correctlySam Roberts2011-08-091-2/+1
* Clarified types and sizes of DHCP/BOOTP chaddr, sname, and file.Sam Roberts2011-08-091-21/+10
* 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
|\
| * 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
| | |/
| * | Fixes improper calculation of header size when libnet_pblock_probe is called....allfro2011-07-291-1/+1
| |/
* | Synchronize comment about h_len with parameter name in function.Sam Roberts2011-08-091-1/+1
|/
* snap parameter was getting copied into the dhost field.Sam Roberts2011-06-091-1/+1
* h_len is no longer used, so pass zero.Sam Roberts2011-06-091-3/+2
* Length n should include the value_hdr.Sam Roberts2011-06-091-5/+5
* Coverity: UNINITJiri Popelka2011-06-091-0/+1
* Coverity: REVERSE_INULLJiri Popelka2011-06-091-2/+2
* Coverity: RESOURCE_LEAKJiri Popelka2011-06-091-0/+10
* Coverity: OVERRUN_STATICJiri Popelka2011-06-091-1/+1
* Coverity: OVERRUN_STATICJiri Popelka2011-06-081-3/+3
* Coverity: OVERRUN_STATICJiri Popelka2011-06-082-3/+3
* Coverity: FORWARD_NULLJiri Popelka2011-06-081-2/+0
* Coverity: FORWARD_NULLJiri Popelka2011-06-081-5/+4
* Coverity: CHECKED_RETURNJiri Popelka2011-06-081-6/+19
* build_ipv6: set higher traffic class bitsUlrich Weber2010-11-151-1/+1
* Merge branch 'csw' of https://github.com/dago/libnet into dago-cswSam Roberts2010-11-112-5/+5
|\
| * Fix missing uint instead of u_intDagobert Michelsen2010-11-092-5/+5
* | Corrected the .so version information.Sam Roberts2010-11-031-2/+3
|/
* Preparation for 1.1.5.Sam Roberts2010-11-021-1/+10
* 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
* Removed dependency on net/bpf.h, and on pcap.h.Sam Roberts2010-04-012-19/+14