aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/README.X11
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-09-12 23:02:34 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-09-12 23:02:34 +0000
commitee8f078374b21aa3416c8074b3390847aaf90a5f (patch)
treedccd053b09996b8238da44b0549d768fbf8a3df2 /epan/dissectors/README.X11
parent7eed375f9d49f1ace37b331d3cd330d51d2d2a80 (diff)
Move all of the scripts in epan/dissectors/ to tools/ .
Add a target ("x11-dissector") to build the X11 dissector. Put the X11-related files (back) in the source distribution. svn path=/trunk/; revision=29871
Diffstat (limited to 'epan/dissectors/README.X11')
-rw-r--r--epan/dissectors/README.X118
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/README.X11 b/epan/dissectors/README.X11
index d39a8ba78d..07a0a10274 100644
--- a/epan/dissectors/README.X11
+++ b/epan/dissectors/README.X11
@@ -14,10 +14,10 @@ it up to date. Please be aware that the Mesa repository is rather large; it is
slightly more than 53MB as of this writing.
Run the following:
- perl5.10 ./process-x11-xcb.pl
+ make x11-dissector
This will automatically run process-x11-fields.pl (for the core protocol
-definitions), and then it will process the XML descriptions from XCB and Mesa
-to generate the extension dissectors.
+definitions), and then it will run process-x11-xcb.pl to process the XML
+descriptions from XCB and Mesa to generate the extension dissectors.
-Once process-x11-xcb.pl is complete, compile wireshark as usual.
+Once this is complete, compile wireshark as usual.