aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-12-18 20:49:50 -0700
committerStephen Fisher <sfisher@sdf.org>2014-12-19 03:51:12 +0000
commit23987b4ba57e3e420aeea136531ab4e683ed7578 (patch)
treeada9b0523bc021bb4306d5cdf7c312080a9f7ff0
parentb000ada7faffaa86caaf4d63c643bf80bef01ffd (diff)
Add a comment to each of these scripts to say that
epan/dissectors/README.X11 has instructions for running them. Change-Id: Id3c1df1bf1f50b19372b9a0470822da9ca6504f7 Reviewed-on: https://code.wireshark.org/review/5846 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
-rwxr-xr-xtools/process-x11-fields.pl2
-rwxr-xr-xtools/process-x11-xcb.pl2
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/process-x11-fields.pl b/tools/process-x11-fields.pl
index dd4ec9fb7c..71e732dfff 100755
--- a/tools/process-x11-fields.pl
+++ b/tools/process-x11-fields.pl
@@ -4,6 +4,8 @@
# X11 dissector, into header files declaring field-index
# values and field definitions for those fields.
#
+# Instructions for using this script are in epan/dissectors/README.X11
+#
# Copyright 2000, Christophe Tronche <ch.tronche[AT]computer.org>
#
# Wireshark - Network traffic analyzer
diff --git a/tools/process-x11-xcb.pl b/tools/process-x11-xcb.pl
index 503403732c..df1d2f4acf 100755
--- a/tools/process-x11-xcb.pl
+++ b/tools/process-x11-xcb.pl
@@ -4,6 +4,8 @@
# X11 dissector. Creates header files containing code to
# dissect X11 extensions.
#
+# Instructions for using this script are in epan/dissectors/README.X11
+#
# Copyright 2008, 2009, 2013, 2014 Open Text Corporation <pharris[AT]opentext.com>
#
# Wireshark - Network traffic analyzer