aboutsummaryrefslogtreecommitdiffstats
path: root/tools/list_protos_in_cap.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-07-31 23:16:26 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-07-31 23:16:26 +0000
commitb667cc5a9984e2ced09f1fccd6a60008fc850b42 (patch)
treefbf7e219974da220b61fe93af6b0158b097aa91c /tools/list_protos_in_cap.sh
parentd1bb5b586018b45ac9f6a8c31c2738f6950dbc98 (diff)
Add comments to point out that these 2 scripts do the same thing.
svn path=/trunk/; revision=44175
Diffstat (limited to 'tools/list_protos_in_cap.sh')
-rwxr-xr-xtools/list_protos_in_cap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/list_protos_in_cap.sh b/tools/list_protos_in_cap.sh
index 558f05a507..0996b53640 100755
--- a/tools/list_protos_in_cap.sh
+++ b/tools/list_protos_in_cap.sh
@@ -2,6 +2,8 @@
# List the protocols (dissectors) used in capture file(s)
#
+# The Python script indexcap.py does the same thing.
+#
# This script extracts the protocol names contained in a given capture file.
# This is useful for generating a "database" (flat file :-)) of in what file
# a given protocol can be found.