summaryrefslogtreecommitdiff
path: root/libnet/src/libnet_pblock.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-0/+10
* pblock_append deals with raw memory and structs, so declare it correctlySam Roberts2011-08-091-2/+1
* libnet_do_checksum(), despite being "internal", is used by external code.Sam Roberts2010-03-041-1/+1
* merged icmpv6 patch in, but I believe either it or the sample/icmp6_unreach g...Sam Roberts2010-03-021-0/+5
* Remove dead code.Sam Roberts2010-02-231-31/+0
* Avoid mallocing zero bytes, it perturbs electric fence.Sam Roberts2010-02-151-1/+7
* ip_offset is now calculated on the fly, and UDP and TCP no longer use h_lenSam Roberts2010-02-121-22/+35
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2010-02-121-150/+194
|\
| * Packet boundaries are now passed to _do_checksum(), so it can validate its in...Sam Roberts2010-02-081-16/+49
| * TCP building is triggering memory overwrites; closer examination shows the linkSam Roberts2010-02-081-150/+161
| * Null the pointer in the about-to-be-freed structure, not the one on the stack.Sam Roberts2010-02-041-1/+1
* | IP offset calculation should allow nesting of IP protocols.Sam Roberts2010-02-121-5/+8
|/
* Begin implementation and tests for repairing pblocks after an update.Sam Roberts2009-11-161-0/+32
* libnet_pblock_insert_before() didn't remove ptag2 from old locationSam Roberts2009-11-111-16/+29
* Declared many constant arguments as const, const-correct code spews warnings ...Sam Roberts2009-11-091-1/+1
* Replace u_intX_t with C99 uintX_t.Thomas Habets2009-10-061-11/+11
* Pointers not cleared after free could lead to double deallocation.Sam Roberts2009-06-281-0/+1
* Merge branch 'v1.1.2.1-fork' into merge-v1.1.3-RC-01-and-v1.1.2.1-forksSam Roberts2009-03-301-7/+11
|\
| * Fix for debian bug# 418975, IPv6 wasn't updating ip_offset.Sam Roberts2009-03-301-1/+1
| * Bug fixes and reproduction code for ip_offset accounting problem in libnet_bu...Sam Roberts2009-03-061-7/+11
* | Merge branch 'v1.1.3-RC-01-fork' into merge-v1.1.3-miscSam Roberts2009-03-301-2/+2
|\ \ | |/ |/|
| * v1.1.3-RC-01 from http://www.packetfactory.net/projects/libnet/Sam Roberts2009-02-181-0/+511
* debian patch 06 attempts to free the wrong pointer, and also leaks memory fro...Sam Roberts2009-02-271-2/+2
* 06-fix_libnet_pblock_coalesce_leak.patch from debian source packageSam Roberts2009-02-231-4/+8
* v1.1.2.1 from http://www.packetfactory.net/projects/libnet/Sam Roberts2009-02-181-0/+511