summaryrefslogtreecommitdiff
path: root/libnet/include
Commit message (Expand)AuthorAgeFilesLines
* Note about why including libnet.h breaks dnet.h/dumbnet.hSam Roberts2012-03-291-0/+5
* ICMPv6 pblock sizes are needed to calculate IPv6's ip_len (reported by sickmi...Sam Roberts2012-03-191-0/+4
* Rework libnet_autobuild_ipv6() to eliminate code duplication.v1.1.6-rc1libnet-1.1.6-rc1Sam Roberts2012-03-061-1/+9
* Implemented libnet_autobuild_ipv6()repolho2012-03-051-1/+8
* Implemented unix version of libnet_get_ipaddr6()repolho2012-03-051-1/+5
* Fix doc comment format errors reported by doxygen.Sam Roberts2012-03-051-6/+7
* Reworked icmpv6 patch to parallel the form of icmpv4 support.Sam Roberts2012-03-053-73/+155
* Don't depend on netinet/ip.h.Sam Roberts2012-03-051-1/+0
* Support building ICMPv6 packets.someone2012-03-014-29/+109
* libnet_build_igmp reserved field was mistakenly called 'code'Sam Roberts2012-02-152-3/+5
* 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-092-11/+11
* Coverity: OVERRUN_STATICJiri Popelka2011-06-091-0/+1
* Fix missing uint instead of u_intDagobert Michelsen2010-11-091-2/+2
* Visual C++ compiler(v9.0) uses bitfield type as a hint to pad the bitfield, s...Sam Roberts2010-05-011-12/+12
* Removed dependency on net/bpf.h, and on pcap.h.Sam Roberts2010-04-012-0/+18
* LBL_ALIGN check is unused, removing.Sam Roberts2010-04-011-1/+0
* Don't include pcap.h if we've already got net/bpf.h, pcap has it's own bpf.Sam Roberts2010-03-311-1/+1
* Don't distribute libnet.h, it is generated by configure (alon.barlev@gmail.com)Sam Roberts2010-03-311-1/+1
* AIX build failures fixed, cause was inclusion of system headers libnet no lon...Sam Roberts2010-03-313-34/+29
* libnet_do_checksum(), despite being "internal", is used by external code.Sam Roberts2010-03-041-2/+25
* merged icmpv6 patch in, but I believe either it or the sample/icmp6_unreach g...Sam Roberts2010-03-023-0/+36
* Remove dead code.Sam Roberts2010-02-231-9/+2
* ip_offset is now calculated on the fly, and UDP and TCP no longer use h_lenSam Roberts2010-02-122-29/+0
* Remove gccisms in bitfield definitions.Sam Roberts2010-02-101-8/+8
* injection type of LIBNET_NONE, for packet construction without injectionSam Roberts2010-02-093-31/+32
* Packet boundaries are now passed to _do_checksum(), so it can validate its in...Sam Roberts2010-02-081-1/+1
* TCP building is triggering memory overwrites; closer examination shows the linkSam Roberts2010-02-082-8/+9
* Updated comments and notes.Sam Roberts2010-02-041-6/+18
* Begin implementation and tests for repairing pblocks after an update.Sam Roberts2009-11-162-1/+8
* Clarifications in document comments.Sam Roberts2009-11-111-9/+16
* Declared many constant arguments as const, const-correct code spews warnings ...Sam Roberts2009-11-101-2/+2
* Declared many constant arguments as const, const-correct code spews warnings ...Sam Roberts2009-11-091-66/+66
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2009-11-091-1/+1
|\
| * Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2009-11-056-570/+570
| |\
| * | make string argument constantSam Roberts2009-11-051-1/+1
* | | Note about build_data, which doesn't update ip_offset, among other problems.Sam Roberts2009-11-091-1/+2
* | | Why don't TCP and UDP use the DATA pblock type?Sam Roberts2009-11-061-0/+2
| |/ |/|
* | Replace u_intX_t with C99 uintX_t.Thomas Habets2009-10-066-570/+570
|/
* The non-standard types are no longer used.Sam Roberts2009-09-281-10/+2
* Use uint64_t, not u_int64_tThomas Habets2009-09-281-3/+3
* libnet was using HAVE_CONFIG_H in a public header in order to deal with platf...Sam Roberts2009-06-041-12/+5
* Patch to libnet.h.in for compilation on HURD (David Paleino)Sam Roberts2009-05-131-1/+1
* Fixed various errors, including memory corruption, when IPv4 options are modi...Sam Roberts2009-04-301-12/+17
* IP4 options memory corruption - commentary on what's wrong.Sam Roberts2009-04-281-0/+3
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2009-04-201-139/+0
|\
| * Generated files, don't need to be under version control.Sam Roberts2009-04-191-139/+0
* | Fixed doxygen errors and warnings, and added a deveoper script to prepare lib...Sam Roberts2009-04-022-24/+98
|/
* Packet headers aren't part of the API, the build functions are.Sam Roberts2009-04-011-53/+53