1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
This work was packaged for Debian by:
Pierre Chifflier <pollux@debian.org> on Sat, 30 Jan 2010 18:25:05 +0100
It was downloaded from http://www.openinfosecfoundation.org/
Copyright:
Open Information Security Foundation Team <team@openinfosecfoundation.org>
License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License version 2
as published by the Free Software Foundation
see `/usr/share/common-licenses/GPL-2'.
The Debian packaging is:
Copyright (C) 2010 Pierre Chifflier <pollux@debian.org>
and is licensed under the GPL version 2,
see `/usr/share/common-licenses/GPL-2'.
Other files/licences:
src/queue.h
is Copyright (c) 1991, 1993 The Regents of the University of California and
is licensed under BSD (3-clause) license.
src/util-fix_checksum.h
src/util-fix_checksum.c
are Copyright (c) 2001 Daniel Hartmeier, Copyright (c) 2002 - 2008 Henning Brauer and
are licensed under BSD (2-clause) license.
src/action-globals.h
src/alert-debuglog.c
src/alert-debuglog.h
src/alert-fastlog.c
src/alert-fastlog.h
src/alert-unified-alert.c
src/alert-unified-alert.h
src/alert-unified-log.c
src/alert-unified-log.h
src/app-layer-detect-proto.c
src/app-layer-http.c
src/app-layer-parser.c
src/app-layer-tls.c
src/debug.h
src/decode.c
src/decode-ethernet.c
src/decode-ethernet.h
src/decode-events.h
src/decode.h
src/decode-icmpv4.c
src/decode-icmpv4.h
src/decode-icmpv6.c
src/decode-icmpv6.h
src/decode-ipv4.h
src/decode-ipv6.c
src/decode-ipv6.h
src/decode-sll.c
src/decode-sll.h
src/decode-tcp.c
src/decode-tcp.h
src/decode-udp.c
src/decode-udp.h
src/detect-content.c
src/detect-engine-address-ipv4.c
src/detect-engine-address-ipv4.h
src/detect-engine-address-ipv6.c
src/detect-engine-address-ipv6.h
src/detect-engine.c
src/detect-engine-port.c
src/detect-engine-proto.c
src/detect-flowvar.c
src/detect-pktvar.c
src/detect-uricontent.c
src/flow-alert-sid.h
src/flow-bit.h
src/flow.c
src/flow.h
src/flow-hash.c
src/flow-hash.h
src/flow-private.h
src/flow-queue.c
src/flow-queue.h
src/flow-util.c
src/flow-util.h
src/log-httplog.c
src/log-httplog.h
src/packet-queue.c
src/packet-queue.h
src/pkt-var.h
src/respond-reject.c
src/respond-reject.h
src/respond-reject-libnet11.c
src/respond-reject-libnet11.h
src/source-nfq.c
src/source-nfq.h
src/source-nfq-prototypes.h
src/source-pcap.c
src/source-pcap-file.c
src/source-pcap-file.h
src/source-pcap.h
src/source-pfring.c
src/source-pfring.h
src/stream.c
src/stream-tcp.c
src/stream-tcp.h
src/stream-tcp-reassemble.c
src/stream-tcp-reassemble.h
src/suricata.c
src/suricata-common.h
src/suricata.h
src/threadvars.h
src/tm-modules.c
src/tmqh-flow.h
src/tmqh-nfq.c
src/tmqh-nfq.h
src/tmqh-packetpool.h
src/tmqh-simple.h
src/tm-queuehandlers.c
src/tm-queuehandlers.h
src/util-binsearch.h
src/util-bloomfilter.c
src/util-bloomfilter-counting.c
src/util-bloomfilter-counting.h
src/util-bloomfilter.h
src/util-cidr.h
src/util-hash.c
src/util-hash.h
src/util-hashlist.c
src/util-hashlist.h
src/util-mpm-b2g.c
src/util-mpm-b3g.c
src/util-mpm.h
src/util-mpm-wumanber.c
src/util-mpm-wumanber.h
src/util-pool.c
src/util-pool.h
src/util-print.c
src/util-print.h
Copyright (c) 2008 by Victor Julien <victor@inliniac.net>
doxygen.cfg
Copyright 2005 Dorr H. Clark - Santa Clara University
This software source is made available under the "THE BEER-WARE LICENSE"
dclark@applmath.scu.edu wrote this file. As long as you
retain this notice you can do whatever you want with this stuff.
If we meet some day, and you think this stuff is worth it,
you can buy me a beer in return. - Dorr H. Clark
|