diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-28 22:13:10 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-28 22:13:10 +0000 |
commit | cad70ca6eda6498db9acdae97fade2c615c3ce5b (patch) | |
tree | f4e3680fb1519ea63703d9d33c0510579ae2ac20 /docs/manpages/log2pcap.1 | |
parent | 7e6ad82e549b472a070a55c078450711c04c6da9 (diff) | |
download | samba-cad70ca6eda6498db9acdae97fade2c615c3ce5b.tar.gz samba-cad70ca6eda6498db9acdae97fade2c615c3ce5b.tar.bz2 samba-cad70ca6eda6498db9acdae97fade2c615c3ce5b.zip |
Regenerate docs
(This used to be commit b78c6ee1d155f255d329899c237281c7cf662260)
Diffstat (limited to 'docs/manpages/log2pcap.1')
-rw-r--r-- | docs/manpages/log2pcap.1 | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/docs/manpages/log2pcap.1 b/docs/manpages/log2pcap.1 index b2a2e53606..60df066260 100644 --- a/docs/manpages/log2pcap.1 +++ b/docs/manpages/log2pcap.1 @@ -21,12 +21,10 @@ .SH NAME log2pcap \- Extract network traces from Samba log files .SH "SYNOPSIS" -.ad l -.hy 0 -.HP 9 -\fBlog2pcap\fR [\-h] [logfile] [pcap_file] -.ad -.hy + +.nf +\fBlog2pcap\fR [-h] [-q] [logfile] [pcap_file] +.fi .SH "DESCRIPTION" @@ -42,11 +40,16 @@ The log file must have a \fIlog level\fR of at least \fB5\fR to get the SMB head .SH "OPTIONS" .TP -\-h +-h If this parameter is specified the output file will be a hex dump, in a format that is readable by the text2pcap utility\&. .TP +-q +Be quiet\&. No warning messages about missing or incomplete data will be given\&. + + +.TP logfile Samba log file\&. log2pcap will try to read the log from stdin if the log file is not specified\&. @@ -57,7 +60,7 @@ Name of the output file to write the pcap (or hexdump) data to\&. If this argume .TP -\-h|\-\-help +-h|--help Print a summary of command line options\&. @@ -81,7 +84,7 @@ Convert to pcap using text2pcap: .nf - $ log2pcap \-h samba\&.log | text2pcap \-T 139,139 \- trace\&.pcap + $ log2pcap -h samba\&.log | text2pcap -T 139,139 - trace\&.pcap .fi |