summaryrefslogtreecommitdiff
path: root/libnet/include
Commit message (Expand)AuthorAgeFilesLines
* Automatic link options ("#pragma comment(lib, ...)") are only for MSVCThomasVolkert2012-12-181-0/+3
* Added guards around definitions of _GNU_SOURCE to avoid redefinitionsThomasVolkert2012-12-181-0/+2
* libnet_open_raw4 doesn't return a SOCKET on win32Sam Roberts2012-12-181-8/+0
* Remove unused STDOUT_FILENO, and dead code that used to use it.Sam Roberts2012-12-181-1/+0
* Removed references to removed win32/in_systm.hSam Roberts2012-11-272-2/+1
* Use simple batch file to build for win32.Sam Roberts2012-10-312-81/+2
* Use LIBNET_API on public functions, instead of an export file.Sam Roberts2012-10-313-10/+157
* Don't need iphlpapi.h included.Sam Roberts2012-10-301-3/+5
* Convert uses of non-standard uint to uint32_t.Sam Roberts2012-10-291-2/+0
* Compiled on win32 with Visual Studio 2010.Sam Roberts2012-10-252-0/+258
* 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
* 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