]> git.ipfire.org Git - people/ms/suricata.git/commit - configure.ac
import of integrated htp lib and small libnet fixes
authorWilliam Metcalf <william.metcalf@gmail.com>
Tue, 16 Feb 2010 22:37:15 +0000 (16:37 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 17 Feb 2010 22:31:59 +0000 (23:31 +0100)
commitf7111f3847ed1e6da33af37243e7d07f3bc4eaa6
tree1583830dcf322ac4e08d417a2429215ca9fbca42
parent4768e4215907b20b4c43e28072ad887e01fc2a86
import of integrated htp lib and small libnet fixes
70 files changed:
Makefile.am
autojunk.sh
configure.in
htp/AUTHORS [new file with mode: 0644]
htp/COPYING [new file with mode: 0644]
htp/ChangeLog [new file with mode: 0644]
htp/INSTALL [new file with mode: 0644]
htp/LIBHTP_LICENSING_EXCEPTION [new file with mode: 0644]
htp/LICENSE [new file with mode: 0644]
htp/Makefile.am [new file with mode: 0644]
htp/NEWS [new file with mode: 0644]
htp/README [new file with mode: 0644]
htp/configure.ac [new file with mode: 0644]
htp/docs/QUICK_START [new file with mode: 0644]
htp/docs/doxygen.conf [new file with mode: 0644]
htp/htp.pc.in [new file with mode: 0644]
htp/htp/Makefile.am [new file with mode: 0644]
htp/htp/TODO [new file with mode: 0644]
htp/htp/bstr.c [new file with mode: 0644]
htp/htp/bstr.h [new file with mode: 0644]
htp/htp/bstr_builder.c [new file with mode: 0644]
htp/htp/bstr_builder.h [new file with mode: 0644]
htp/htp/dslib.c [new file with mode: 0644]
htp/htp/dslib.h [new file with mode: 0644]
htp/htp/hooks.c [new file with mode: 0644]
htp/htp/hooks.h [new file with mode: 0644]
htp/htp/htp.c [new file with mode: 0644]
htp/htp/htp.h [new file with mode: 0644]
htp/htp/htp_config.c [new file with mode: 0644]
htp/htp/htp_connection.c [new file with mode: 0644]
htp/htp/htp_connection_parser.c [new file with mode: 0644]
htp/htp/htp_decompressors.c [new file with mode: 0644]
htp/htp/htp_decompressors.h [new file with mode: 0644]
htp/htp/htp_multipart.c [new file with mode: 0644]
htp/htp/htp_multipart.h [new file with mode: 0644]
htp/htp/htp_parsers.c [new file with mode: 0644]
htp/htp/htp_request.c [new file with mode: 0644]
htp/htp/htp_request_apache_2_2.c [new file with mode: 0644]
htp/htp/htp_request_generic.c [new file with mode: 0644]
htp/htp/htp_request_parsers.c [new file with mode: 0644]
htp/htp/htp_response.c [new file with mode: 0644]
htp/htp/htp_response_generic.c [new file with mode: 0644]
htp/htp/htp_transaction.c [new file with mode: 0644]
htp/htp/htp_urlencoded.c [new file with mode: 0644]
htp/htp/htp_urlencoded.h [new file with mode: 0644]
htp/htp/htp_util.c [new file with mode: 0644]
htp/htp/utf8_decoder.c [new file with mode: 0644]
htp/htp/utf8_decoder.h [new file with mode: 0644]
htp/m4/.gitignore [new file with mode: 0644]
htp/test/Makefile.am [new file with mode: 0644]
htp/test/files/01-get.t [new file with mode: 0644]
htp/test/files/03-post-urlencoded.t [new file with mode: 0644]
htp/test/files/04-post-urlencoded-chunked.t [new file with mode: 0644]
htp/test/files/05-expect.t [new file with mode: 0644]
htp/test/files/06-uri-normal.t [new file with mode: 0644]
htp/test/files/07-pipelined-connection.t [new file with mode: 0644]
htp/test/files/08-not-pipelined-connection.t [new file with mode: 0644]
htp/test/files/09-multi-packet-request-head.t [new file with mode: 0644]
htp/test/files/10-host-in-headers.t [new file with mode: 0644]
htp/test/files/11-response-stream-closure.t [new file with mode: 0644]
htp/test/files/12-connect-request.t [new file with mode: 0644]
htp/test/files/16-connect-extra.t [new file with mode: 0644]
htp/test/files/17-multipart-1.t [new file with mode: 0644]
htp/test/files/misc.t [new file with mode: 0644]
htp/test/main.c [new file with mode: 0644]
htp/test/test-tcpick.c [new file with mode: 0644]
htp/test/test.c [new file with mode: 0644]
htp/test/test.h [new file with mode: 0644]
htp/update_version.sh [new file with mode: 0644]
src/Makefile.am