aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-fuzzed-cap.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-05-01 18:59:12 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-05-01 18:59:12 +0000
commit98b8a9895aefa96cff5b43100308c7842f55834f (patch)
tree8e28c765402ab03dffb30cd1349222802d0037de /tools/test-fuzzed-cap.sh
parent73f3d2399936775fd05383bc9c5182f1e68dd733 (diff)
Add copyright notices. Fix SVN properties on svnadd.
svn path=/trunk/; revision=42375
Diffstat (limited to 'tools/test-fuzzed-cap.sh')
-rwxr-xr-xtools/test-fuzzed-cap.sh24
1 files changed, 22 insertions, 2 deletions
diff --git a/tools/test-fuzzed-cap.sh b/tools/test-fuzzed-cap.sh
index 2e98a8c9bd..c800b26816 100755
--- a/tools/test-fuzzed-cap.sh
+++ b/tools/test-fuzzed-cap.sh
@@ -1,12 +1,32 @@
#!/bin/bash
-#
-# $Id$
# A little script to run tshark on a capture file that failed fuzz testing.
# Useful because it sets up ulimits for you. (I'm writing this after having
# my machine hang up for like 15 minutes because I wasn't paying attention
# while tshark was running on a fuzzed capture and it used all my RAM +
# swap--which was pretty painful.)
+#
+# Copyright 2012 Jeff Morriss <jeff.morriss.ws [AT] gmail.com>
+#
+# $Id$
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 1998 Gerald Combs
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
if [ $# -ne 1 ]
then