This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / docs / manpages / log2pcap.1
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
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "LOG2PCAP" 1 "" "" ""
21 .SH NAME
22 log2pcap \- Extract network traces from Samba log files
23 .SH "SYNOPSIS"
24
25 .nf
26 \fBlog2pcap\fR [-h] [-q] [logfile] [pcap_file]
27 .fi
28
29 .SH "DESCRIPTION"
30
31 .PP
32 This tool is part of the \fBSamba\fR(7) suite\&.
33
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\&.
36
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\&.
39
40 .SH "OPTIONS"
41
42 .TP
43 -h
44 If this parameter is specified the output file will be a hex dump, in a format that is readable by the text2pcap utility\&.
45
46
47 .TP
48 -q
49 Be quiet\&. No warning messages about missing or incomplete data will be given\&.
50
51
52 .TP
53 logfile
54 Samba log file\&. log2pcap will try to read the log from stdin if the log file is not specified\&.
55
56
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\&.
60
61
62 .TP
63 -h|--help
64 Print a summary of command line options\&.
65
66
67 .SH "EXAMPLES"
68
69 .PP
70 Extract all network traffic from all samba log files:
71
72 .PP
73
74 .nf
75
76         $ cat /var/log/* | log2pcap > trace\&.pcap
77         .fi
78
79
80 .PP
81 Convert to pcap using text2pcap:
82
83 .PP
84
85 .nf
86
87         $ log2pcap -h samba\&.log | text2pcap -T 139,139 - trace\&.pcap
88         .fi
89
90
91 .SH "VERSION"
92
93 .PP
94 This man page is correct for version 3\&.0 of the Samba suite\&.
95
96 .SH "BUGS"
97
98 .PP
99 Only SMB data is extracted from the samba logs, no LDAP, NetBIOS lookup or other data\&.
100
101 .PP
102 The generated TCP and IP headers don't contain a valid checksum\&.
103
104 .SH "SEE ALSO"
105
106 .PP
107 \fBtext2pcap\fR(1), \fBethereal\fR(1)
108
109 .SH "AUTHOR"
110
111 .PP
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\&.
113
114 .PP
115 This manpage was written by Jelmer Vernooij\&.
116