aboutsummaryrefslogtreecommitdiffstats
path: root/tools/valgrind-wireshark.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/valgrind-wireshark.sh
parent73f3d2399936775fd05383bc9c5182f1e68dd733 (diff)
Add copyright notices. Fix SVN properties on svnadd.
svn path=/trunk/; revision=42375
Diffstat (limited to 'tools/valgrind-wireshark.sh')
-rwxr-xr-xtools/valgrind-wireshark.sh24
1 files changed, 22 insertions, 2 deletions
diff --git a/tools/valgrind-wireshark.sh b/tools/valgrind-wireshark.sh
index 47939311f5..3d1e2d8155 100755
--- a/tools/valgrind-wireshark.sh
+++ b/tools/valgrind-wireshark.sh
@@ -1,9 +1,29 @@
#!/bin/bash
+
+# A small script to export some variables and run tshark or wireshark in
+# valgrind on a given capture file.
+#
+# Copyright 2012 Jeff Morriss <jeff.morriss.ws [AT] gmail.com>
#
# $Id$
#
-# A small script to export some variables and run tshark or wireshark in
-# valgrind on a given capture file.
+# 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.
# Directory containing tshark or wireshark. Default current directory.
BIN_DIR=.