[596] | 1 | '\" t
|
---|
[429] | 2 | .\" Title: log2pcap
|
---|
| 3 | .\" Author: [see the "AUTHOR" section]
|
---|
[596] | 4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
[773] | 5 | .\" Date: 12/14/2012
|
---|
[429] | 6 | .\" Manual: User Commands
|
---|
| 7 | .\" Source: Samba 3.5
|
---|
| 8 | .\" Language: English
|
---|
| 9 | .\"
|
---|
[773] | 10 | .TH "LOG2PCAP" "1" "12/14/2012" "Samba 3\&.5" "User Commands"
|
---|
[429] | 11 | .\" -----------------------------------------------------------------
|
---|
| 12 | .\" * set default formatting
|
---|
| 13 | .\" -----------------------------------------------------------------
|
---|
| 14 | .\" disable hyphenation
|
---|
| 15 | .nh
|
---|
| 16 | .\" disable justification (adjust text to left margin only)
|
---|
| 17 | .ad l
|
---|
| 18 | .\" -----------------------------------------------------------------
|
---|
| 19 | .\" * MAIN CONTENT STARTS HERE *
|
---|
| 20 | .\" -----------------------------------------------------------------
|
---|
[596] | 21 | .SH "NAME"
|
---|
[429] | 22 | log2pcap \- Extract network traces from Samba log files
|
---|
[596] | 23 | .SH "SYNOPSIS"
|
---|
[429] | 24 | .HP \w'\ 'u
|
---|
[596] | 25 | log2pcap [\-h] [\-q] [logfile] [pcap_file]
|
---|
[429] | 26 | .SH "DESCRIPTION"
|
---|
| 27 | .PP
|
---|
| 28 | This tool is part of the
|
---|
| 29 | \fBsamba\fR(7)
|
---|
| 30 | suite\&.
|
---|
| 31 | .PP
|
---|
[596] | 32 | log2pcap
|
---|
[429] | 33 | 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\&.
|
---|
| 34 | .PP
|
---|
| 35 | The log file must have a
|
---|
| 36 | \fIlog level\fR
|
---|
| 37 | of at least
|
---|
| 38 | \fB5\fR
|
---|
| 39 | to get the SMB header/parameters right,
|
---|
| 40 | \fB10\fR
|
---|
| 41 | to get the first 512 data bytes of the packet and
|
---|
| 42 | \fB50\fR
|
---|
| 43 | to get the whole packet\&.
|
---|
| 44 | .SH "OPTIONS"
|
---|
| 45 | .PP
|
---|
| 46 | \-h
|
---|
| 47 | .RS 4
|
---|
| 48 | If this parameter is specified the output file will be a hex dump, in a format that is readable by the
|
---|
| 49 | text2pcap
|
---|
| 50 | utility\&.
|
---|
| 51 | .RE
|
---|
| 52 | .PP
|
---|
| 53 | \-q
|
---|
| 54 | .RS 4
|
---|
| 55 | Be quiet\&. No warning messages about missing or incomplete data will be given\&.
|
---|
| 56 | .RE
|
---|
| 57 | .PP
|
---|
| 58 | logfile
|
---|
| 59 | .RS 4
|
---|
| 60 | Samba log file\&. log2pcap will try to read the log from stdin if the log file is not specified\&.
|
---|
| 61 | .RE
|
---|
| 62 | .PP
|
---|
| 63 | pcap_file
|
---|
| 64 | .RS 4
|
---|
| 65 | 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\&.
|
---|
| 66 | .RE
|
---|
| 67 | .PP
|
---|
| 68 | \-h|\-\-help
|
---|
| 69 | .RS 4
|
---|
| 70 | Print a summary of command line options\&.
|
---|
| 71 | .RE
|
---|
| 72 | .SH "EXAMPLES"
|
---|
| 73 | .PP
|
---|
| 74 | Extract all network traffic from all samba log files:
|
---|
| 75 | .PP
|
---|
| 76 | .if n \{\
|
---|
| 77 | .RS 4
|
---|
| 78 | .\}
|
---|
| 79 | .nf
|
---|
[596] | 80 | $ log2pcap < /var/log/* > trace\&.pcap
|
---|
[429] | 81 |
|
---|
| 82 | .fi
|
---|
| 83 | .if n \{\
|
---|
| 84 | .RE
|
---|
| 85 | .\}
|
---|
| 86 | .PP
|
---|
| 87 | Convert to pcap using text2pcap:
|
---|
| 88 | .PP
|
---|
| 89 | .if n \{\
|
---|
| 90 | .RS 4
|
---|
| 91 | .\}
|
---|
| 92 | .nf
|
---|
[596] | 93 | $ log2pcap \-h samba\&.log | text2pcap \-T 139,139 \- trace\&.pcap
|
---|
[429] | 94 |
|
---|
| 95 | .fi
|
---|
| 96 | .if n \{\
|
---|
| 97 | .RE
|
---|
| 98 | .\}
|
---|
| 99 | .SH "VERSION"
|
---|
| 100 | .PP
|
---|
| 101 | This man page is correct for version 3 of the Samba suite\&.
|
---|
| 102 | .SH "BUGS"
|
---|
| 103 | .PP
|
---|
| 104 | Only SMB data is extracted from the samba logs, no LDAP, NetBIOS lookup or other data\&.
|
---|
| 105 | .PP
|
---|
| 106 | The generated TCP and IP headers don\'t contain a valid checksum\&.
|
---|
| 107 | .SH "SEE ALSO"
|
---|
| 108 | .PP
|
---|
| 109 | \fBtext2pcap\fR(1),
|
---|
| 110 | \fBethereal\fR(1)
|
---|
| 111 | .SH "AUTHOR"
|
---|
| 112 | .PP
|
---|
| 113 | 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\&.
|
---|
| 114 | .PP
|
---|
| 115 | This manpage was written by Jelmer Vernooij\&.
|
---|