aboutsummaryrefslogtreecommitdiffstats
path: root/tools/list_protos_in_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/list_protos_in_cap.sh
parent73f3d2399936775fd05383bc9c5182f1e68dd733 (diff)
Add copyright notices. Fix SVN properties on svnadd.
svn path=/trunk/; revision=42375
Diffstat (limited to 'tools/list_protos_in_cap.sh')
-rwxr-xr-xtools/list_protos_in_cap.sh26
1 files changed, 23 insertions, 3 deletions
diff --git a/tools/list_protos_in_cap.sh b/tools/list_protos_in_cap.sh
index 609b56f412..8bc183e71f 100755
--- a/tools/list_protos_in_cap.sh
+++ b/tools/list_protos_in_cap.sh
@@ -1,7 +1,5 @@
#!/bin/bash
-#
-# $Id$
-#
+
# List the protocols (dissectors) used in capture file(s)
#
# This script extracts the protocol names contained in a given capture file.
@@ -10,6 +8,28 @@
#
# Output consists of the file name followed by the protocols, for example:
# /path/to/the/file.pcap eth ip sctp
+#
+# 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.
# Directory containing binaries. Default current directory.
BIN_DIR=.