syncing tree with SAMBA_3_0
[Samba.git] / docs / manpages / log2pcap.1
blob60df06626001725b25f0af6e81d285bb6b50431f
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
20 .TH "LOG2PCAP" 1 "" "" ""
21 .SH NAME
22 log2pcap \- Extract network traces from Samba log files
23 .SH "SYNOPSIS"
25 .nf
26 \fBlog2pcap\fR [-h] [-q] [logfile] [pcap_file]
27 .fi
29 .SH "DESCRIPTION"
31 .PP
32 This tool is part of the \fBSamba\fR(7) suite\&.
34 .PP
35 \fBlog2pcap\fR reads in a samba log file and generates a pcap file (readable by most sniffers, such as ethereal or tcpdump) based on the packet dumps in the log file\&.
37 .PP
38 The log file must have a \fIlog level\fR of at least \fB5\fR to get the SMB header/parameters right, \fB10\fR to get the first 512 data bytes of the packet and \fB50\fR to get the whole packet\&.
40 .SH "OPTIONS"
42 .TP
44 If this parameter is specified the output file will be a hex dump, in a format that is readable by the text2pcap utility\&.
47 .TP
49 Be quiet\&. No warning messages about missing or incomplete data will be given\&.
52 .TP
53 logfile
54 Samba log file\&. log2pcap will try to read the log from stdin if the log file is not specified\&.
57 .TP
58 pcap_file
59 Name of the output file to write the pcap (or hexdump) data to\&. If this argument is not specified, output data will be written to stdout\&.
62 .TP
63 -h|--help
64 Print a summary of command line options\&.
67 .SH "EXAMPLES"
69 .PP
70 Extract all network traffic from all samba log files:
72 .PP
74 .nf
76         $ cat /var/log/* | log2pcap > trace\&.pcap
77         .fi
80 .PP
81 Convert to pcap using text2pcap:
83 .PP
85 .nf
87         $ log2pcap -h samba\&.log | text2pcap -T 139,139 - trace\&.pcap
88         .fi
91 .SH "VERSION"
93 .PP
94 This man page is correct for version 3\&.0 of the Samba suite\&.
96 .SH "BUGS"
98 .PP
99 Only SMB data is extracted from the samba logs, no LDAP, NetBIOS lookup or other data\&.
102 The generated TCP and IP headers don't contain a valid checksum\&.
104 .SH "SEE ALSO"
107 \fBtext2pcap\fR(1), \fBethereal\fR(1)
109 .SH "AUTHOR"
112 The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&.
115 This manpage was written by Jelmer Vernooij\&.