| Commit message (Expand) | Author | Age | Files | Lines |
* | Only use getifaddrs() if it exists. (reported by Dagobert Michelsen) | Sam Roberts | 2012-03-28 | 1 | -1/+1 |
* | ICMPv6 struct is too long, so use length macro (sickmind@lavabit.com) | Sam Roberts | 2012-03-19 | 1 | -1/+1 |
* | Prep for 1.1.6 release, such as bumping versionv1.1.6-rc2libnet-1.1.6-rc2 | Sam Roberts | 2012-03-07 | 1 | -1/+2 |
* | Rework libnet_autobuild_ipv6() to eliminate code duplication.v1.1.6-rc1libnet-1.1.6-rc1 | Sam Roberts | 2012-03-06 | 2 | -60/+14 |
* | Implemented libnet_autobuild_ipv6() | repolho | 2012-03-05 | 1 | -3/+59 |
* | Implemented unix version of libnet_get_ipaddr6() | repolho | 2012-03-05 | 1 | -0/+48 |
* | Reintroduce libnet_pblock_record_ip_offset() which is empty. | Sam Roberts | 2012-03-05 | 1 | -0/+11 |
* | Reworked icmpv6 patch to parallel the form of icmpv4 support. | Sam Roberts | 2012-03-05 | 3 | -131/+151 |
* | Remove unused variable. | Sam Roberts | 2012-03-05 | 1 | -2/+1 |
* | Support building ICMPv6 packets. | someone | 2012-03-01 | 1 | -0/+164 |
* | Fixed typo in error message. | Thomas Habets | 2012-03-01 | 1 | -1/+1 |
* | Use SO_BINDTODEVICE to force packets out opened device. | someone | 2012-03-01 | 1 | -1/+8 |
* | Always use an IPPROTO of TCP when calculating TCP checksums. | Sam Roberts | 2012-02-22 | 1 | -1/+1 |
* | Use correct addr type for addrlen calculation. | someone | 2012-02-22 | 1 | -1/+1 |
* | libnet_build_igmp reserved field was mistakenly called 'code' | Sam Roberts | 2012-02-15 | 1 | -4/+4 |
* | Trying to fix write errors | Víctor Martínez | 2012-02-08 | 1 | -0/+1 |
* | Fix libnet_build_igmp() to not reverse the order of the ip address. | Sam Roberts | 2011-08-10 | 1 | -1/+1 |
* | pblock_append deals with raw memory and structs, so declare it correctly | Sam Roberts | 2011-08-09 | 1 | -2/+1 |
* | Clarified types and sizes of DHCP/BOOTP chaddr, sname, and file. | Sam Roberts | 2011-08-09 | 1 | -21/+10 |
* | Explicitly ignore return value of write (some systems now warn about this). | Sam Roberts | 2011-08-09 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:sam-github/libnet | Sam Roberts | 2011-08-09 | 4 | -13/+10 |
|\ |
|
| * | Fixes a buffer overflow issue when copying chaddr, file, and sname fields to ... | allfro | 2011-07-30 | 1 | -7/+4 |
| * | Merge pull request #7 from allfro/patch-1 | Sam Roberts | 2011-07-29 | 1 | -3/+3 |
| |\ |
|
| | * | Fixes a bug that incorrectly converts the addr, mask, and next_hop fields to ... | allfro | 2011-07-23 | 1 | -3/+3 |
| * | | Merge pull request #9 from allfro/patch-3 | Sam Roberts | 2011-07-29 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fixes incorrect memory block size set in the timeexceed and redirect builders... | allfro | 2011-07-23 | 1 | -2/+2 |
| | |/ |
|
| * | | Fixes improper calculation of header size when libnet_pblock_probe is called.... | allfro | 2011-07-29 | 1 | -1/+1 |
| |/ |
|
* | | Synchronize comment about h_len with parameter name in function. | Sam Roberts | 2011-08-09 | 1 | -1/+1 |
|/ |
|
* | snap parameter was getting copied into the dhost field. | Sam Roberts | 2011-06-09 | 1 | -1/+1 |
* | h_len is no longer used, so pass zero. | Sam Roberts | 2011-06-09 | 1 | -3/+2 |
* | Length n should include the value_hdr. | Sam Roberts | 2011-06-09 | 1 | -5/+5 |
* | Coverity: UNINIT | Jiri Popelka | 2011-06-09 | 1 | -0/+1 |
* | Coverity: REVERSE_INULL | Jiri Popelka | 2011-06-09 | 1 | -2/+2 |
* | Coverity: RESOURCE_LEAK | Jiri Popelka | 2011-06-09 | 1 | -0/+10 |
* | Coverity: OVERRUN_STATIC | Jiri Popelka | 2011-06-09 | 1 | -1/+1 |
* | Coverity: OVERRUN_STATIC | Jiri Popelka | 2011-06-08 | 1 | -3/+3 |
* | Coverity: OVERRUN_STATIC | Jiri Popelka | 2011-06-08 | 2 | -3/+3 |
* | Coverity: FORWARD_NULL | Jiri Popelka | 2011-06-08 | 1 | -2/+0 |
* | Coverity: FORWARD_NULL | Jiri Popelka | 2011-06-08 | 1 | -5/+4 |
* | Coverity: CHECKED_RETURN | Jiri Popelka | 2011-06-08 | 1 | -6/+19 |
* | build_ipv6: set higher traffic class bits | Ulrich Weber | 2010-11-15 | 1 | -1/+1 |
* | Merge branch 'csw' of https://github.com/dago/libnet into dago-csw | Sam Roberts | 2010-11-11 | 2 | -5/+5 |
|\ |
|
| * | Fix missing uint instead of u_int | Dagobert Michelsen | 2010-11-09 | 2 | -5/+5 |
* | | Corrected the .so version information. | Sam Roberts | 2010-11-03 | 1 | -2/+3 |
|/ |
|
* | Preparation for 1.1.5. | Sam Roberts | 2010-11-02 | 1 | -1/+10 |
* | IRIX: Get MAC address from ioctl(), not by spawning shell. | Thomas Habets | 2010-05-04 | 1 | -28/+34 |
* | Compile fix for IRIX (added includes) | Thomas Habets | 2010-05-04 | 1 | -0/+3 |
* | Don't explicitly check for UID 0, we may have capabilities even if not root. ... | Sam Roberts | 2010-05-03 | 2 | -10/+16 |
* | Cleaned up implementations of libnet_get_hwaddr(), some leaked memory, | Sam Roberts | 2010-05-03 | 2 | -11/+6 |
* | Removed dependency on net/bpf.h, and on pcap.h. | Sam Roberts | 2010-04-01 | 2 | -19/+14 |