summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ip_offset-patch' into v1.1.2.1-forkv1.1.2.1-forkSam Roberts2009-03-3011-294/+81
|\
| * patch was merged with last commitSam Roberts2009-03-301-32/+0
| |
| * Fix for debian bug# 418975, IPv6 wasn't updating ip_offset.Sam Roberts2009-03-304-4/+10
| | | | | | | | | | See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418975 and sample test_ipv6_icmpv4.c for more information, and reproduction.
| * Bug fixes and reproduction code for ip_offset accounting problem in ↵Sam Roberts2009-03-069-260/+73
| | | | | | | | | | | | | | | | | | | | | | | | libnet_build_ipv4 What happens is the ip_offset doesn't get correctly updated, and the checksum is written into invalid memory. Depending on your architecture, and the location of invalid memory, you might segv, silently produce packets with bad checksums or the checksum overwriting some other part of the header, or corrupt glib's internal alloc data structures. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418975#47 for more information.
* | ignore ltmain.shSam Roberts2009-03-261-0/+1
| |
* | minimize diffs between 1.1.3 autogen.sh and hereSam Roberts2009-03-261-5/+6
| |
* | merged autogen.sh from 1.1.3, now ltmain.sh comes from autogen.shSam Roberts2009-03-263-6404/+23
| |
* | 802.1Q and 802.1X header documentation was incorrectly using /**Sam Roberts2009-03-061-2/+2
| | | | | | | | | | | | | | /** is reserved for doxygen documentation comments, and they didn't have any. That those packet headers, and no others, were marked that way was causing man pages to be generated for them, incomplete man pages that then were being hacked by debian patches 02- and 03-.
* | Update .so version to be one src change past the last debian release.Sam Roberts2009-03-061-1/+7
|/ | | | | Debian patches to v1.1.2.1 used 4:0:3, in error, so we use 5:0:4, as per the rules. See Makefile.am comments for reference.
* ignore doc outputSam Roberts2009-03-021-0/+3
|
* doxygen configuration updated, html seems fine - I don't know about the man ↵Sam Roberts2009-03-021-0/+1102
| | | | pages.
* autotools merged from v1.1.3 to v1.1.2Sam Roberts2009-03-0214-0/+7655
|
* More autotools to be removed.Sam Roberts2009-03-022-412/+0
|
* Remove autotools.Sam Roberts2009-03-0273-48065/+0
| | | | And some garbage local files that should not have been in upstream tarball.
* Moved .gitignore up to root, and ignore sample executables.Sam Roberts2009-03-022-11/+58
|
* Unmerged patches and unit tests.Sam Roberts2009-02-275-0/+609
|
* Merge branch 'debian-patch-06' into v1.1.2.1-forkSam Roberts2009-02-271-2/+2
|\
| * debian patch 06 attempts to free the wrong pointer, and also leaks memory ↵Sam Roberts2009-02-271-2/+2
| | | | | | | | from the inner loop.
* | .gitignoreSam Roberts2009-02-241-0/+11
| |
* | libnet (inconsistently) uses various signed and/or unsigned typedefs instead ↵Sam Roberts2009-02-2426-43/+43
| | | | | | | | | | | | of char ANSI C uses char for string literals and the standard library, so this generates many warnings. I've fixed a number of the places where types representing null-terminated strings weren't typed correctly.
* | 09-fix_hurd-i386_build.patch from debian source packageSam Roberts2009-02-231-1/+1
| | | | | | | | See http://packages.debian.org/source/sid/libnet
* | 08-fix_libnet_checksum.c.patch from debian source packageSam Roberts2009-02-231-1/+4
| | | | | | | | See http://packages.debian.org/source/sid/libnet
* | 07-add_libnet-cq-end-loop.patch from debian source packageSam Roberts2009-02-232-0/+17
|/ | | | See http://packages.debian.org/source/sid/libnet
* 06-fix_libnet_pblock_coalesce_leak.patch from debian source packageSam Roberts2009-02-231-4/+8
| | | | See http://packages.debian.org/source/sid/libnet
* 04-fix_libnet_build_ntp.patch from debian source packageSam Roberts2009-02-231-2/+2
| | | | See http://packages.debian.org/source/sid/libnet
* 03-fix_libnet_802_1x_hdr.3.patch from debian source packageSam Roberts2009-02-231-1/+1
| | | | See http://packages.debian.org/source/sid/libnet
* Merge branch 'debian-patch-02' into v1.1.2.1-forkSam Roberts2009-02-231-1/+1
|\
| * 02-fix_libnet_802_1q_hdr.3.patchSam Roberts2009-02-231-1/+1
| | | | | | | | See http://packages.debian.org/source/sid/libnet
* | 01-fix_libnet-functions.h.3.patch from debian source packageSam Roberts2009-02-231-94/+95
|/ | | | See http://packages.debian.org/source/sid/libnet
* strip CVS subdirectories from upstream packageSam Roberts2009-02-1860-251/+0
|
* v1.1.2.1 from http://www.packetfactory.net/projects/libnet/Sam Roberts2009-02-18285-0/+81018
|
* Empty readme - committing to create HEAD.Sam Roberts2009-02-181-0/+0