Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged icmpv6 patch in, but I believe either it or the sample/icmp6_unreach ↵ | Sam Roberts | 2010-03-02 | 1 | -0/+1 |
| | | | | generates the cksum incorrectly (victor@inliniac.net) | ||||
* | Adjust Build script to fail, and ignore autotools temp dirs. | Sam Roberts | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | Added ability to build a debian package directly from git. | Sam Roberts | 2010-01-27 | 1 | -0/+4 |
| | |||||
* | Ignore .dSYM (mac bundle) output directories | Sam Roberts | 2009-11-11 | 1 | -1/+2 |
| | |||||
* | Ignore *.loT | Sam Roberts | 2009-11-09 | 1 | -0/+1 |
| | |||||
* | ignore the generated libnet.h | Sam Roberts | 2009-11-05 | 1 | -0/+1 |
| | |||||
* | only ignore Makefile in libnet/ | Sam Roberts | 2009-10-22 | 1 | -2/+0 |
| | |||||
* | ignored | Sam Roberts | 2009-09-28 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of git@github.com:sam-github/libnet | Sam Roberts | 2009-06-28 | 1 | -0/+2 |
|\ | | | | | | | | | | | Conflicts: libnet/Makefile.am.common libnet/doc/CHANGELOG | ||||
| * | Beginning of lua bindings. | Sam Roberts | 2009-06-17 | 1 | -0/+2 |
| | | |||||
* | | Auto* changes to work on OS X from git checkout. | Sam Roberts | 2009-06-28 | 1 | -0/+2 |
|/ | |||||
* | Remove unused variables. | Sam Roberts | 2009-04-30 | 1 | -1/+0 |
| | |||||
* | Fixed various errors, including memory corruption, when IPv4 options are ↵ | Sam Roberts | 2009-04-30 | 1 | -0/+1 |
| | | | | | | | | | | | modified. - pblock chain's ip_offset corrected - ipv4 pblock's ip total length and ip header length corrected - removed redundant, dead, and misleading code - clarified documentation on meaning of ip_len in build_ipv4 - corrected documentation on order in which options and ipv4 header should be built - ipv4 options unit test added to samples/ | ||||
* | Ignore generated files. | Sam Roberts | 2009-04-19 | 1 | -0/+1 |
| | |||||
* | updated to deal with new doc locations | Sam Roberts | 2009-03-31 | 1 | -1/+5 |
| | |||||
* | More .am files that didn't make it in from Stefanos' patches. | Sam Roberts | 2009-03-31 | 1 | -0/+1 |
| | |||||
* | doxygen config moved down to doc/ | Sam Roberts | 2009-03-31 | 1 | -2/+0 |
| | |||||
* | Changed version to rc2, modified autogen.sh per Stefanos' suggestions, ↵ | Sam Roberts | 2009-03-31 | 1 | -0/+3 |
| | | | | updated ignores. | ||||
* | Merge branch 'ip_offset-patch' into v1.1.2.1-forkv1.1.2.1-fork | Sam Roberts | 2009-03-30 | 1 | -0/+1 |
|\ | |||||
| * | Bug fixes and reproduction code for ip_offset accounting problem in ↵ | Sam Roberts | 2009-03-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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.sh | Sam Roberts | 2009-03-26 | 1 | -0/+1 |
| | | |||||
* | | merged autogen.sh from 1.1.3, now ltmain.sh comes from autogen.sh | Sam Roberts | 2009-03-26 | 1 | -0/+8 |
|/ | |||||
* | ignore doc output | Sam Roberts | 2009-03-02 | 1 | -0/+3 |
| | |||||
* | Moved .gitignore up to root, and ignore sample executables. | Sam Roberts | 2009-03-02 | 1 | -0/+58 |