From 8b26ded773e1cd4890e93836692ecc9f136c5efd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 21 Jul 2012 23:42:23 -0700 Subject: Add experimental support for reading a previously recorded file If you run "xscope -r -v0 > xscope.raw", then you can later run "xscope -f xscope.raw" to decode the data. Mainly adding this to aid in testing decoding of new extensions, so I don't have to re-run the commands over and over, just replay a log file. (Which may or may not have been edited to include additional request data for further testing of types & formats that clients may not make it easy to generate.) Signed-off-by: Alan Coopersmith --- man/xscope.man | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man') diff --git a/man/xscope.man b/man/xscope.man index d97790a..f90a2f2 100644 --- a/man/xscope.man +++ b/man/xscope.man @@ -58,6 +58,11 @@ Defines the display number. The display number is added to the input and output port to give the actual ports which are used by \fIxscope\fP. .PP .TP 10 +.BI \-f +Instead of decoding a live session, reads previously captured raw data +from a file to decode. +.PP +.TP 10 .B \-q Quiet output mode. Gives only the names of requests, replies, errors, and events, but does not indicate contents. -- cgit v1.2.1