summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Will release on sourceforge.v1.1.3libnet-1.1.3Sam Roberts2009-05-111-3/+4
|
* dev script to stow the libnet buildSam Roberts2009-05-011-0/+9
|
* Prep docs and readmes for re-release.Sam Roberts2009-04-308-10/+93
|
* Remove unused variables.Sam Roberts2009-04-302-8/+2
|
* Use same naming convention for all dev scripts.Sam Roberts2009-04-301-0/+0
|
* Fixed various errors, including memory corruption, when IPv4 options are ↵Sam Roberts2009-04-305-108/+299
| | | | | | | | | | | 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/
* Scripts to simplify setup for development.Sam Roberts2009-04-303-7/+17
|
* Fixed assumption that "long long int" is 64-bit.Sam Roberts2009-04-301-3/+3
|
* Note about why not using socklen_t, as is now standard for setsockopt.Sam Roberts2009-04-301-1/+1
|
* IP4 options memory corruption - commentary on what's wrong.Sam Roberts2009-04-283-46/+14
|
* Generate changelogs, I'll use this to fill in the libnet changelog before ↵Sam Roberts2009-04-281-0/+1
| | | | release.
* ipv6 autobuild function implementation didn't match prototype.Sam Roberts2009-04-281-1/+1
|
* Return type mismatched with prototype.Sam Roberts2009-04-281-1/+1
|
* Merge branch 'master' of git@github.com:sam-github/libnetSam Roberts2009-04-2014-657/+12
|\
| * Convert from latin-1 to utf-8.Sam Roberts2009-04-1911-11/+11
| |
| * Ignore generated files.Sam Roberts2009-04-191-0/+1
| |
| * Generated files, don't need to be under version control.Sam Roberts2009-04-192-646/+0
| |
* | libtoolize complains when run before aclocalSam Roberts2009-04-021-1/+2
| | | | | | | | | | Complaint was: You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
* | Fixed doxygen errors and warnings, and added a deveoper script to prepare ↵Sam Roberts2009-04-024-234/+513
|/ | | | libnet.
* Removed CVS crud, again.Sam Roberts2009-04-013-1056/+0
|
* Packet headers aren't part of the API, the build functions are.Sam Roberts2009-04-011-53/+53
| | | | This was creating a man page per header, with no useable documentation.
* Removed unused man/html, and refs to non-existent extra dist files.Sam Roberts2009-04-013-4/+1
|
* updated to deal with new doc locationsSam Roberts2009-03-311-1/+5
|
* More .am files that didn't make it in from Stefanos' patches.Sam Roberts2009-03-315-0/+10
|
* doxygen config moved down to doc/Sam Roberts2009-03-313-1109/+5
|
* Changed version to rc2, modified autogen.sh per Stefanos' suggestions, ↵Sam Roberts2009-03-313-3/+7
| | | | updated ignores.
* These new files didn't get created when I applied Stefanos' patches.Sam Roberts2009-03-313-0/+18
|
* Applied autotools cleanup patch from Stefanos.Sam Roberts2009-03-3111-43627/+833
|
* Applied patch from Stefanos to remove the autotools ephemera that leaked ↵Sam Roberts2009-03-3110-42449/+0
| | | | back in.
* Patches from Stefano.Sam Roberts2009-03-312-0/+43258
|
* Unmerged lua bindings for parts of libnet's API.Sam Roberts2009-03-312-0/+630
|
* Update state, ready to release soon?Sam Roberts2009-03-301-0/+3
|
* Updated .so revision to be one backwards compatible interface after ↵Sam Roberts2009-03-302-6/+7
| | | | 1.1.2.1-fork's.
* Merge branch 'merge-v1.1.3-RC-01-and-v1.1.2.1-forks'Sam Roberts2009-03-3011-294/+82
|\
| * Merge branch 'v1.1.2.1-fork' into merge-v1.1.3-RC-01-and-v1.1.2.1-forksSam Roberts2009-03-3011-294/+82
| |\ | | | | | | | | | | | | Conflicts: libnet/sample/Makefile.am
| | * 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.
* | | | Merge branch 'merge-v1.1.3-RC-01-and-v1.1.2.1-forks'Sam Roberts2009-03-30192-2/+80381
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: README.txt
| * | | Merge branch 'v1.1.3-RC-01-fork' into merge-v1.1.3-miscSam Roberts2009-03-3074-1170/+46180
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libnet/autogen.sh libnet/configure.in libnet/doc/CHANGELOG libnet/doc/CONTRIB libnet/doc/PACKET_BUILDING libnet/include/ifaddrlist.h libnet/include/libnet/libnet-functions.h libnet/include/libnet/libnet-headers.h libnet/include/libnet/libnet-macros.h libnet/include/libnet/libnet-structures.h libnet/include/libnet/libnet-types.h libnet/sample/Makefile.am libnet/sample/arp.c libnet/sample/bgp4_hdr.c libnet/sample/cdp.c libnet/sample/dhcp_discover.c libnet/sample/fddi_tcp1.c libnet/sample/fddi_tcp2.c libnet/sample/get_addr.c libnet/sample/icmp6_echoreq.c libnet/sample/mpls.c libnet/sample/ospf_hello.c libnet/sample/rpc_tcp.c libnet/sample/rpc_udp.c libnet/sample/synflood.c libnet/sample/synflood6.c libnet/sample/synflood6_frag.c libnet/sample/tcp1.c libnet/sample/tcp2.c libnet/sample/tring_tcp1.c libnet/sample/tring_tcp2.c libnet/sample/udp1.c libnet/src/Makefile.am libnet/src/libnet_advanced.c libnet/src/libnet_build_802.1q.c libnet/src/libnet_build_802.1x.c libnet/src/libnet_build_802.2.c libnet/src/libnet_build_802.3.c libnet/src/libnet_build_arp.c libnet/src/libnet_build_bgp.c libnet/src/libnet_build_cdp.c libnet/src/libnet_build_data.c libnet/src/libnet_build_dns.c libnet/src/libnet_build_ethernet.c libnet/src/libnet_build_fddi.c libnet/src/libnet_build_gre.c libnet/src/libnet_build_icmp.c libnet/src/libnet_build_igmp.c libnet/src/libnet_build_ip.c libnet/src/libnet_build_ipsec.c libnet/src/libnet_build_isl.c libnet/src/libnet_build_link.c libnet/src/libnet_build_mpls.c libnet/src/libnet_build_ntp.c libnet/src/libnet_build_ospf.c libnet/src/libnet_build_rip.c libnet/src/libnet_build_rpc.c libnet/src/libnet_build_sebek.c libnet/src/libnet_build_stp.c libnet/src/libnet_build_token_ring.c libnet/src/libnet_build_udp.c libnet/src/libnet_build_vrrp.c libnet/src/libnet_checksum.c libnet/src/libnet_cq.c libnet/src/libnet_if_addr.c libnet/src/libnet_init.c libnet/src/libnet_internal.c libnet/src/libnet_link_linux.c libnet/src/libnet_pblock.c libnet/src/libnet_port_list.c libnet/src/libnet_resolve.c libnet/src/libnet_version.c libnet/src/libnet_write.c
| | * | Removed object files and cvs conflict residue contained in original package.v1.1.3-RC-01-forkSam Roberts2009-03-0249-1582/+0
| | | |
| | * | strip CVS subdirectories from upstream packagev1.1.3-RC-01Sam Roberts2009-02-1857-251/+0
| | | |
| | * | v1.1.3-RC-01 from http://www.packetfactory.net/projects/libnet/Sam Roberts2009-02-18288-0/+79592
| | | |
| * | | 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
| | |