Add comments to point out that these 2 scripts do the same thing.

svn path=/trunk/; revision=44175
This commit is contained in:
Jeff Morriss 2012-07-31 23:16:26 +00:00
parent d1bb5b5860
commit b667cc5a99
2 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,8 @@
#
# Tool to index protocols that appears in the given capture files
#
# The script list_protos_in_cap.sh does the same thing.
#
# Copyright 2009, Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
#
# $Id$

View File

@ -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.