summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-02 10:41:04 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-02 10:41:04 +0000
commit18bbcfcb3e07bf47597ae156bcdb3d76a87c60c2 (patch)
tree16cb190f72b6b6d42b4ca7114ec09842625f73c5 /net-analyzer/snort_inline
parentNew flags for kdevelop. (diff)
downloadhistorical-18bbcfcb3e07bf47597ae156bcdb3d76a87c60c2.tar.gz
historical-18bbcfcb3e07bf47597ae156bcdb3d76a87c60c2.tar.bz2
historical-18bbcfcb3e07bf47597ae156bcdb3d76a87c60c2.zip
remove files/
Diffstat (limited to 'net-analyzer/snort_inline')
-rw-r--r--net-analyzer/snort_inline/files/2.1.0a-libnet-1.0.patch157
-rw-r--r--net-analyzer/snort_inline/files/2.1.1-libnet-1.0.patch157
-rw-r--r--net-analyzer/snort_inline/files/digest-snort_inline-2.1.0a-r21
-rw-r--r--net-analyzer/snort_inline/files/digest-snort_inline-2.1.11
-rw-r--r--net-analyzer/snort_inline/files/snort-drop-calculation.diff87
-rw-r--r--net-analyzer/snort_inline/files/snort_inline-2.1.0a-gcc3.patch12
-rw-r--r--net-analyzer/snort_inline/files/snort_inline-2.1.0a-pgsql.patch17
-rw-r--r--net-analyzer/snort_inline/files/snort_inline-2.1.1-gcc3.patch12
-rw-r--r--net-analyzer/snort_inline/files/snort_inline-2.1.1-pgsql.patch17
-rw-r--r--net-analyzer/snort_inline/files/snort_inline.confd13
-rw-r--r--net-analyzer/snort_inline/files/snort_inline.initd31
11 files changed, 0 insertions, 505 deletions
diff --git a/net-analyzer/snort_inline/files/2.1.0a-libnet-1.0.patch b/net-analyzer/snort_inline/files/2.1.0a-libnet-1.0.patch
deleted file mode 100644
index 93e8b4dcafb7..000000000000
--- a/net-analyzer/snort_inline/files/2.1.0a-libnet-1.0.patch
+++ /dev/null
@@ -1,157 +0,0 @@
---- snort_inline-2.1.0a.orig/configure 2004-01-27 00:48:53.000000000 +0800
-+++ snort_inline-2.1.0a/configure 2004-03-09 10:11:36.000000000 +0800
-@@ -7945,22 +7945,22 @@
- fi
-
- LIBNET_INC_DIR=""
-- echo "$as_me:$LINENO: checking \"for libnet.h version 1.0.x\"" >&5
--echo $ECHO_N "checking \"for libnet.h version 1.0.x\"... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking \"for libnet-1.0.h version 1.0.x\"" >&5
-+echo $ECHO_N "checking \"for libnet-1.0.h version 1.0.x\"... $ECHO_C" >&6
- libnet_dir="/usr/include /usr/local/include"
- for i in $libnet_dir; do
-- if test -r $i/libnet.h; then
-+ if test -r $i/libnet-1.0.h; then
- LIBNET_INC_DIR=$i
- fi
- done
-
- if test "$LIBNET_INC_DIR" != ""; then
-- if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet.h | grep -v 1.0 >/dev/null"; then
-+ if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet-1.0.h | grep -v 1.0 >/dev/null"; then
-
- echo
- echo
- echo "**********************************************"
-- echo " ERROR: unable to find" "libnet 1.0.x (libnet.h)"
-+ echo " ERROR: unable to find" "libnet 1.0.x (libnet-1.0.h)"
- echo " checked in the following places"
- for i in `echo $tmp`; do
- echo " $i"
-@@ -7970,8 +7970,8 @@
- exit
-
- fi
-- CFLAGS="${CFLAGS} `libnet-config --defines` `libnet-config --cflags`"
-- LIBS="${LIBS} `libnet-config --libs`"
-+ CFLAGS="${CFLAGS} `libnet-1.0-config --defines` `libnet-1.0-config --cflags`"
-+ LIBS="${LIBS} `libnet-1.0-config --libs`"
- CPPFLAGS="${CPPFLAGS} -I${LIBNET_INC_DIR}"
- echo "$as_me:$LINENO: result: $i" >&5
- echo "${ECHO_T}$i" >&6
-@@ -7988,31 +7988,31 @@
- # Check whether --enable-flexresp or --disable-flexresp was given.
- if test "${enable_flexresp+set}" = set; then
- enableval="$enable_flexresp"
-- CPPFLAGS="${CPPFLAGS} -DENABLE_RESPONSE `libnet-config --defines --cflags`" LDFLAGS="${LDFLAGS} `libnet-config --libs`"
-+ CPPFLAGS="${CPPFLAGS} -DENABLE_RESPONSE `libnet-1.0-config --defines --cflags`" LDFLAGS="${LDFLAGS} `libnet-1.0-config --libs`"
- fi;
-
-
- if test "$enable_flexresp" != "no" -a "$enable_flexresp" = "yes"; then
-
-- if test `libnet-config --cflags | wc -c` = "1"; then
-+ if test `libnet-1.0-config --cflags | wc -c` = "1"; then
- CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/sw/include"
- LIBNET_CONFIG_BROKEN_CFLAGS=yes
- fi
-
-- if test `libnet-config --libs | wc -c` = "1"; then
-- { echo "$as_me:$LINENO: WARNING: libnet-config --libs is broken on your system. If you" >&5
--echo "$as_me: WARNING: libnet-config --libs is broken on your system. If you" >&2;}
-+ if test `libnet-1.0-config --libs | wc -c` = "1"; then
-+ { echo "$as_me:$LINENO: WARNING: libnet-1.0-config --libs is broken on your system. If you" >&5
-+echo "$as_me: WARNING: libnet-1.0-config --libs is broken on your system. If you" >&2;}
- { echo "$as_me:$LINENO: WARNING: are using a precompiled package please notify the" >&5
- echo "$as_me: WARNING: are using a precompiled package please notify the" >&2;}
- { echo "$as_me:$LINENO: WARNING: maintainer." >&5
- echo "$as_me: WARNING: maintainer." >&2;}
- LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/sw/lib"
-- LIBS="${LIBS} -lnet"
-+ LIBS="${LIBS} -lnet-1.0"
- fi
-
- LNET=""
-
--for ac_header in libnet.h
-+for ac_header in libnet-1.0.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if eval "test \"\${$as_ac_Header+set}\" = set"; then
-@@ -8180,18 +8180,18 @@
- libnet_dir="/usr/include /usr/local/include /sw/include"
- fi
- else
-- libnet_dir=`libnet-config --cflags | cut -dI -f2`
-+ libnet_dir=`libnet-1.0-config --cflags | cut -dI -f2`
- fi
-
- LIBNET_INC_DIR=""
- for i in $libnet_dir; do
-- if test -r $i/libnet.h; then
-+ if test -r $i/libnet-1.0.h; then
- LIBNET_INC_DIR=$i
- fi
- done
-
- if test "$LIBNET_INC_DIR" != ""; then
-- if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet.h | grep -v 1.0.2a >/dev/null"; then
-+ if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet-1.0.h | grep -v 1.0.2a >/dev/null"; then
- echo "$as_me:$LINENO: result: no" >&5
- echo "${ECHO_T}no" >&6
- echo
-@@ -8202,7 +8202,7 @@
- echo
- echo
- echo "**********************************************"
-- echo " ERROR: unable to find" "libnet 1.0.2a (libnet.h)"
-+ echo " ERROR: unable to find" "libnet 1.0.2a (libnet-1.0.h)"
- echo " checked in the following places"
- for i in `echo $LIBNET_INC_DIR`; do
- echo " $i"
-@@ -8221,7 +8221,7 @@
- echo
- echo
- echo "**********************************************"
-- echo " ERROR: unable to find" "libnet 1.0.2a (libnet.h)"
-+ echo " ERROR: unable to find" "libnet 1.0.2a (libnet-1.0.h)"
- echo " checked in the following places"
- for i in `echo $libnet_dir`; do
- echo " $i"
-@@ -8234,13 +8234,13 @@
-
- LNET=""
-
--echo "$as_me:$LINENO: checking for libnet_build_ip in -lnet" >&5
--echo $ECHO_N "checking for libnet_build_ip in -lnet... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for libnet_build_ip in -lnet-1.0" >&5
-+echo $ECHO_N "checking for libnet_build_ip in -lnet-1.0... $ECHO_C" >&6
- if test "${ac_cv_lib_net_libnet_build_ip+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lnet $LIBS"
-+LIBS="-lnet-1.0 $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -8302,7 +8302,7 @@
- #define HAVE_LIBNET 1
- _ACEOF
-
-- LIBS="-lnet $LIBS"
-+ LIBS="-lnet-1.0 $LIBS"
-
- else
- LNET="no"
---- snort_inline-2.1.0a.orig/src/inline.c 2004-01-27 01:15:26.000000000 +0800
-+++ snort_inline-2.1.0a/src/inline.c 2004-03-09 10:20:59.000000000 +0800
-@@ -5,7 +5,7 @@
- #include <pcap.h>
- #include <string.h>
- #include <stdlib.h>
--#include <libnet.h>
-+#include <libnet-1.0.h>
-
- #define PKT_BUFSIZE 65536
-
diff --git a/net-analyzer/snort_inline/files/2.1.1-libnet-1.0.patch b/net-analyzer/snort_inline/files/2.1.1-libnet-1.0.patch
deleted file mode 100644
index 93e8b4dcafb7..000000000000
--- a/net-analyzer/snort_inline/files/2.1.1-libnet-1.0.patch
+++ /dev/null
@@ -1,157 +0,0 @@
---- snort_inline-2.1.0a.orig/configure 2004-01-27 00:48:53.000000000 +0800
-+++ snort_inline-2.1.0a/configure 2004-03-09 10:11:36.000000000 +0800
-@@ -7945,22 +7945,22 @@
- fi
-
- LIBNET_INC_DIR=""
-- echo "$as_me:$LINENO: checking \"for libnet.h version 1.0.x\"" >&5
--echo $ECHO_N "checking \"for libnet.h version 1.0.x\"... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking \"for libnet-1.0.h version 1.0.x\"" >&5
-+echo $ECHO_N "checking \"for libnet-1.0.h version 1.0.x\"... $ECHO_C" >&6
- libnet_dir="/usr/include /usr/local/include"
- for i in $libnet_dir; do
-- if test -r $i/libnet.h; then
-+ if test -r $i/libnet-1.0.h; then
- LIBNET_INC_DIR=$i
- fi
- done
-
- if test "$LIBNET_INC_DIR" != ""; then
-- if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet.h | grep -v 1.0 >/dev/null"; then
-+ if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet-1.0.h | grep -v 1.0 >/dev/null"; then
-
- echo
- echo
- echo "**********************************************"
-- echo " ERROR: unable to find" "libnet 1.0.x (libnet.h)"
-+ echo " ERROR: unable to find" "libnet 1.0.x (libnet-1.0.h)"
- echo " checked in the following places"
- for i in `echo $tmp`; do
- echo " $i"
-@@ -7970,8 +7970,8 @@
- exit
-
- fi
-- CFLAGS="${CFLAGS} `libnet-config --defines` `libnet-config --cflags`"
-- LIBS="${LIBS} `libnet-config --libs`"
-+ CFLAGS="${CFLAGS} `libnet-1.0-config --defines` `libnet-1.0-config --cflags`"
-+ LIBS="${LIBS} `libnet-1.0-config --libs`"
- CPPFLAGS="${CPPFLAGS} -I${LIBNET_INC_DIR}"
- echo "$as_me:$LINENO: result: $i" >&5
- echo "${ECHO_T}$i" >&6
-@@ -7988,31 +7988,31 @@
- # Check whether --enable-flexresp or --disable-flexresp was given.
- if test "${enable_flexresp+set}" = set; then
- enableval="$enable_flexresp"
-- CPPFLAGS="${CPPFLAGS} -DENABLE_RESPONSE `libnet-config --defines --cflags`" LDFLAGS="${LDFLAGS} `libnet-config --libs`"
-+ CPPFLAGS="${CPPFLAGS} -DENABLE_RESPONSE `libnet-1.0-config --defines --cflags`" LDFLAGS="${LDFLAGS} `libnet-1.0-config --libs`"
- fi;
-
-
- if test "$enable_flexresp" != "no" -a "$enable_flexresp" = "yes"; then
-
-- if test `libnet-config --cflags | wc -c` = "1"; then
-+ if test `libnet-1.0-config --cflags | wc -c` = "1"; then
- CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/sw/include"
- LIBNET_CONFIG_BROKEN_CFLAGS=yes
- fi
-
-- if test `libnet-config --libs | wc -c` = "1"; then
-- { echo "$as_me:$LINENO: WARNING: libnet-config --libs is broken on your system. If you" >&5
--echo "$as_me: WARNING: libnet-config --libs is broken on your system. If you" >&2;}
-+ if test `libnet-1.0-config --libs | wc -c` = "1"; then
-+ { echo "$as_me:$LINENO: WARNING: libnet-1.0-config --libs is broken on your system. If you" >&5
-+echo "$as_me: WARNING: libnet-1.0-config --libs is broken on your system. If you" >&2;}
- { echo "$as_me:$LINENO: WARNING: are using a precompiled package please notify the" >&5
- echo "$as_me: WARNING: are using a precompiled package please notify the" >&2;}
- { echo "$as_me:$LINENO: WARNING: maintainer." >&5
- echo "$as_me: WARNING: maintainer." >&2;}
- LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/sw/lib"
-- LIBS="${LIBS} -lnet"
-+ LIBS="${LIBS} -lnet-1.0"
- fi
-
- LNET=""
-
--for ac_header in libnet.h
-+for ac_header in libnet-1.0.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if eval "test \"\${$as_ac_Header+set}\" = set"; then
-@@ -8180,18 +8180,18 @@
- libnet_dir="/usr/include /usr/local/include /sw/include"
- fi
- else
-- libnet_dir=`libnet-config --cflags | cut -dI -f2`
-+ libnet_dir=`libnet-1.0-config --cflags | cut -dI -f2`
- fi
-
- LIBNET_INC_DIR=""
- for i in $libnet_dir; do
-- if test -r $i/libnet.h; then
-+ if test -r $i/libnet-1.0.h; then
- LIBNET_INC_DIR=$i
- fi
- done
-
- if test "$LIBNET_INC_DIR" != ""; then
-- if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet.h | grep -v 1.0.2a >/dev/null"; then
-+ if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet-1.0.h | grep -v 1.0.2a >/dev/null"; then
- echo "$as_me:$LINENO: result: no" >&5
- echo "${ECHO_T}no" >&6
- echo
-@@ -8202,7 +8202,7 @@
- echo
- echo
- echo "**********************************************"
-- echo " ERROR: unable to find" "libnet 1.0.2a (libnet.h)"
-+ echo " ERROR: unable to find" "libnet 1.0.2a (libnet-1.0.h)"
- echo " checked in the following places"
- for i in `echo $LIBNET_INC_DIR`; do
- echo " $i"
-@@ -8221,7 +8221,7 @@
- echo
- echo
- echo "**********************************************"
-- echo " ERROR: unable to find" "libnet 1.0.2a (libnet.h)"
-+ echo " ERROR: unable to find" "libnet 1.0.2a (libnet-1.0.h)"
- echo " checked in the following places"
- for i in `echo $libnet_dir`; do
- echo " $i"
-@@ -8234,13 +8234,13 @@
-
- LNET=""
-
--echo "$as_me:$LINENO: checking for libnet_build_ip in -lnet" >&5
--echo $ECHO_N "checking for libnet_build_ip in -lnet... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for libnet_build_ip in -lnet-1.0" >&5
-+echo $ECHO_N "checking for libnet_build_ip in -lnet-1.0... $ECHO_C" >&6
- if test "${ac_cv_lib_net_libnet_build_ip+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lnet $LIBS"
-+LIBS="-lnet-1.0 $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -8302,7 +8302,7 @@
- #define HAVE_LIBNET 1
- _ACEOF
-
-- LIBS="-lnet $LIBS"
-+ LIBS="-lnet-1.0 $LIBS"
-
- else
- LNET="no"
---- snort_inline-2.1.0a.orig/src/inline.c 2004-01-27 01:15:26.000000000 +0800
-+++ snort_inline-2.1.0a/src/inline.c 2004-03-09 10:20:59.000000000 +0800
-@@ -5,7 +5,7 @@
- #include <pcap.h>
- #include <string.h>
- #include <stdlib.h>
--#include <libnet.h>
-+#include <libnet-1.0.h>
-
- #define PKT_BUFSIZE 65536
-
diff --git a/net-analyzer/snort_inline/files/digest-snort_inline-2.1.0a-r2 b/net-analyzer/snort_inline/files/digest-snort_inline-2.1.0a-r2
deleted file mode 100644
index 3a56b5f4fb36..000000000000
--- a/net-analyzer/snort_inline/files/digest-snort_inline-2.1.0a-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 48eb488e2dcd75cb676b817db25e1f50 snort_inline-2.1.0a.tgz 2454674
diff --git a/net-analyzer/snort_inline/files/digest-snort_inline-2.1.1 b/net-analyzer/snort_inline/files/digest-snort_inline-2.1.1
deleted file mode 100644
index a4b680cc89d3..000000000000
--- a/net-analyzer/snort_inline/files/digest-snort_inline-2.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 48ab33a21141680588cf864646efbe7f snort_inline-2.1.1.tgz 2493082
diff --git a/net-analyzer/snort_inline/files/snort-drop-calculation.diff b/net-analyzer/snort_inline/files/snort-drop-calculation.diff
deleted file mode 100644
index f246155611dd..000000000000
--- a/net-analyzer/snort_inline/files/snort-drop-calculation.diff
+++ /dev/null
@@ -1,87 +0,0 @@
---- src/util.orig 2003-10-01 16:17:50.000000000 +0200
-+++ src/util.c 2003-10-01 16:20:27.000000000 +0200
-@@ -916,13 +916,13 @@
- LogMessage("\n\n===================================="
- "===========================================\n");
- LogMessage("Snort analyzed %d out of %d packets, ",
-- ps.ps_recv, ps.ps_recv+ps.ps_drop);
-+ ps.ps_recv - ps.ps_drop, ps.ps_recv);
-
- if(ps.ps_recv)
- {
- LogMessage("dropping %d(%.3f%%) packets\n\n",
- ps.ps_drop,
-- CalcPct( (float) ps.ps_drop, (float) (ps.ps_recv+ps.ps_drop) ));
-+ CalcPct( (float) ps.ps_drop, (float) ps.ps_recv ));
- }
- else
- {
-@@ -931,44 +931,44 @@
-
- LogMessage("Breakdown by protocol: Action Stats:\n");
- LogMessage(" TCP: %-10ld (%.3f%%)%-*sALERTS: %-10ld\n",
-- pc.tcp, CalcPct((float) pc.tcp, recv + drop),
-+ pc.tcp, CalcPct((float) pc.tcp, recv),
- CalcPct((float)pc.tcp,recv + drop)<10?10:9 , " ", pc.alert_pkts);
- LogMessage(" UDP: %-10ld (%.3f%%)%-*sLOGGED: %-10ld\n",
-- pc.udp, CalcPct((float) pc.udp, recv + drop),
-+ pc.udp, CalcPct((float) pc.udp, recv),
- CalcPct((float)pc.udp,recv + drop)<10?10:9, " ", pc.log_pkts);
- LogMessage(" ICMP: %-10ld (%.3f%%)%-*sPASSED: %-10ld\n",
-- pc.icmp, CalcPct((float) pc.icmp, recv + drop),
-+ pc.icmp, CalcPct((float) pc.icmp, recv),
- CalcPct((float)pc.icmp,recv + drop)<10?10:9, " ", pc.pass_pkts);
- LogMessage(" ARP: %-10ld (%.3f%%)\n",
-- pc.arp, CalcPct((float) pc.arp, recv + drop));
-+ pc.arp, CalcPct((float) pc.arp, recv));
- LogMessage(" EAPOL: %-10ld (%.3f%%)\n",
-- pc.eapol, CalcPct((float) pc.eapol, recv + drop));
-+ pc.eapol, CalcPct((float) pc.eapol, recv));
- LogMessage(" IPv6: %-10ld (%.3f%%)\n",
-- pc.ipv6, CalcPct((float) pc.ipv6, recv + drop));
-+ pc.ipv6, CalcPct((float) pc.ipv6, recv));
- LogMessage(" IPX: %-10ld (%.3f%%)\n",
-- pc.ipx, CalcPct((float) pc.ipx, recv + drop));
-+ pc.ipx, CalcPct((float) pc.ipx, recv));
- LogMessage(" OTHER: %-10ld (%.3f%%)\n",
-- pc.other, CalcPct((float) pc.other, recv + drop));
-+ pc.other, CalcPct((float) pc.other, recv));
- LogMessage("DISCARD: %-10ld (%.3f%%)\n",
-- pc.discards, CalcPct((float) pc.discards, recv + drop));
-+ pc.discards, CalcPct((float) pc.discards, recv));
- LogMessage("================================================"
- "===============================\n");
- LogMessage("Wireless Stats:\n");
- LogMessage("Breakdown by type:\n");
- LogMessage(" Management Packets: %-10ld (%.3f%%)\n",
- pc.wifi_mgmt, CalcPct((float) pc.wifi_mgmt
-- , recv + drop));
-+ , recv));
- LogMessage(" Control Packets: %-10ld (%.3f%%)\n",
- pc.wifi_control, CalcPct((float) pc.wifi_control
-- , recv + drop));
-+ , recv));
- LogMessage(" Data Packets: %-10ld (%.3f%%)\n",
- pc.wifi_data, CalcPct((float) pc.wifi_data
-- , recv + drop));
-+ , recv));
- LogMessage("================================================"
- "===============================\n");
- LogMessage("Fragmentation Stats:\n");
- LogMessage("Fragmented IP Packets: %-10ld (%.3f%%)\n",
-- pc.frags, CalcPct((float) pc.frags, recv + drop));
-+ pc.frags, CalcPct((float) pc.frags, recv));
- LogMessage(" Fragment Trackers: %-10ld\n",
- pc.frag_trackers);
- LogMessage(" Rebuilt IP Packets: %-10ld\n",
-@@ -987,7 +987,7 @@
- LogMessage("TCP Stream Reassembly Stats:\n");
- LogMessage(" TCP Packets Used: %-10ld (%-3.3f%%)\n",
- pc.tcp_stream_pkts,
-- CalcPct((float) pc.tcp_stream_pkts, recv + drop));
-+ CalcPct((float) pc.tcp_stream_pkts, recv));
- LogMessage(" Stream Trackers: %-10ld\n", pc.tcp_streams);
- LogMessage(" Stream flushes: %-10ld\n", pc.rebuilt_tcp);
- LogMessage(" Segments used: %-10ld\n", pc.rebuilt_segs);
-
-
diff --git a/net-analyzer/snort_inline/files/snort_inline-2.1.0a-gcc3.patch b/net-analyzer/snort_inline/files/snort_inline-2.1.0a-gcc3.patch
deleted file mode 100644
index 972aee39c74a..000000000000
--- a/net-analyzer/snort_inline/files/snort_inline-2.1.0a-gcc3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur snort-2.0.2/src/util.h snort-2.0.2-gentoo/src/util.h
---- snort-2.0.2/src/util.h 2003-03-27 09:59:30.000000000 +1200
-+++ snort-2.0.2-gentoo/src/util.h 2003-10-10 02:11:41.000000000 +1300
-@@ -39,6 +39,8 @@
- #include "strlcpyu.h"
- #endif
-
-+#include <sys/types.h>
-+
- extern u_long netmasks[33];
-
- /* Self preservation memory control struct */
diff --git a/net-analyzer/snort_inline/files/snort_inline-2.1.0a-pgsql.patch b/net-analyzer/snort_inline/files/snort_inline-2.1.0a-pgsql.patch
deleted file mode 100644
index 46d62711ea12..000000000000
--- a/net-analyzer/snort_inline/files/snort_inline-2.1.0a-pgsql.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: configure.in
-===================================================================
-RCS file: /cvsroot/snort/snort/configure.in,v
-retrieving revision 1.129
-diff -u -b -B -w -p -r1.129 configure.in
---- configure.in 17 Dec 2003 21:25:13 -0000 1.129
-+++ configure.in 8 Jan 2004 11:50:34 -0000
-@@ -511,6 +511,9 @@ if test "$with_postgresql" != "no"; then
- elif test -r $i/include/postgresql/libpq-fe.h; then
- POSTGRESQL_DIR=$i
- POSTGRESQL_INC_DIR=$i/include/postgresql
-+ elif test -r $i/include/postgresql/pgsql/libpq-fe.h; then
-+ POSTGRESQL_DIR=$i
-+ POSTGRESQL_INC_DIR=$i/include/postgresql/pgsql
- fi
- done
-
diff --git a/net-analyzer/snort_inline/files/snort_inline-2.1.1-gcc3.patch b/net-analyzer/snort_inline/files/snort_inline-2.1.1-gcc3.patch
deleted file mode 100644
index 972aee39c74a..000000000000
--- a/net-analyzer/snort_inline/files/snort_inline-2.1.1-gcc3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur snort-2.0.2/src/util.h snort-2.0.2-gentoo/src/util.h
---- snort-2.0.2/src/util.h 2003-03-27 09:59:30.000000000 +1200
-+++ snort-2.0.2-gentoo/src/util.h 2003-10-10 02:11:41.000000000 +1300
-@@ -39,6 +39,8 @@
- #include "strlcpyu.h"
- #endif
-
-+#include <sys/types.h>
-+
- extern u_long netmasks[33];
-
- /* Self preservation memory control struct */
diff --git a/net-analyzer/snort_inline/files/snort_inline-2.1.1-pgsql.patch b/net-analyzer/snort_inline/files/snort_inline-2.1.1-pgsql.patch
deleted file mode 100644
index 46d62711ea12..000000000000
--- a/net-analyzer/snort_inline/files/snort_inline-2.1.1-pgsql.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: configure.in
-===================================================================
-RCS file: /cvsroot/snort/snort/configure.in,v
-retrieving revision 1.129
-diff -u -b -B -w -p -r1.129 configure.in
---- configure.in 17 Dec 2003 21:25:13 -0000 1.129
-+++ configure.in 8 Jan 2004 11:50:34 -0000
-@@ -511,6 +511,9 @@ if test "$with_postgresql" != "no"; then
- elif test -r $i/include/postgresql/libpq-fe.h; then
- POSTGRESQL_DIR=$i
- POSTGRESQL_INC_DIR=$i/include/postgresql
-+ elif test -r $i/include/postgresql/pgsql/libpq-fe.h; then
-+ POSTGRESQL_DIR=$i
-+ POSTGRESQL_INC_DIR=$i/include/postgresql/pgsql
- fi
- done
-
diff --git a/net-analyzer/snort_inline/files/snort_inline.confd b/net-analyzer/snort_inline/files/snort_inline.confd
deleted file mode 100644
index 05294ddeb947..000000000000
--- a/net-analyzer/snort_inline/files/snort_inline.confd
+++ /dev/null
@@ -1,13 +0,0 @@
-# Config file for /etc/init.d/snort
-
-# Make sure this matches your IFACE
-PIDFILE=/var/run/snort_inline.pid
-
-# You probably don't want to change this, but in case you do
-LOGDIR="/var/log/snort_inline"
-
-# Probably not this either
-CONF=/etc/snort_inline/snort.conf
-
-# This pulls in the options above
-SNORT_OPTS="-D -Q -u snort_inline -g snort_inline -l $LOGDIR -c $CONF"
diff --git a/net-analyzer/snort_inline/files/snort_inline.initd b/net-analyzer/snort_inline/files/snort_inline.initd
deleted file mode 100644
index 98ddad2d860d..000000000000
--- a/net-analyzer/snort_inline/files/snort_inline.initd
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/files/snort_inline.initd,v 1.3 2004/07/14 23:12:33 agriffis Exp $
-
-depend() {
- need net iptables
-}
-
-checkconfig() {
- if [ ! -e /etc/snort_inline/snort.conf ] ; then
- eerror "You need an /etc/snort_inline/snort.conf to run snort_inline"
- eerror "There is an example config in /etc/snort_inline/snort.conf.distrib"
- return 1
- fi
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting snort_inline"
- start-stop-daemon --start --quiet --exec /usr/bin/snort_inline \
- -- ${SNORT_OPTS} >/dev/null 2>&1
- eend $?
-}
-
-stop() {
- ebegin "Stopping snort_inline"
- start-stop-daemon --stop --quiet --pidfile ${PIDFILE}
- #kill -9 `cat $PIDFILE` 2>&1
- eend $?
-}