| 1 |
.\"
|
| 2 |
.\" Copyright (C) 2001 Hakan Tandogan (hakan@gurkensalat.com)
|
| 3 |
.\"
|
| 4 |
.\" This is free documentation; you can redistribute it and/or
|
| 5 |
.\" modify it under the terms of the GNU General Public License as
|
| 6 |
.\" published by the Free Software Foundation; either version 2 of
|
| 7 |
.\" the License, or (at your option) any later version.
|
| 8 |
.\"
|
| 9 |
.\" The GNU General Public License's references to "object code"
|
| 10 |
.\" and "executables" are to be interpreted as the output of any
|
| 11 |
.\" document formatting or typesetting system, including
|
| 12 |
.\" intermediate and printed output.
|
| 13 |
.\"
|
| 14 |
.\" This manual is distributed in the hope that it will be useful,
|
| 15 |
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 16 |
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 17 |
.\" GNU General Public License for more details.
|
| 18 |
.\"
|
| 19 |
.\" You should have received a copy of the GNU General Public
|
| 20 |
.\" License along with this manual; if not, write to the Free
|
| 21 |
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
|
| 22 |
.\" USA.
|
| 23 |
.\"
|
| 24 |
.TH BNPCAP 1 "07 July, 2001" "BNETD" "BNETD Developers's Manual"
|
| 25 |
.SH NAME
|
| 26 |
bnpcap
|
| 27 |
.SH SYNOPSIS
|
| 28 |
.B bnpcap
|
| 29 |
[\fB-d\fP]
|
| 30 |
[\fB-v\fP]
|
| 31 |
<\fIpcap-filename\fP>
|
| 32 |
.SH DESCRIPTION
|
| 33 |
.B bnpcap
|
| 34 |
is a utility to decode packet dumps from
|
| 35 |
.B tcpdump
|
| 36 |
into a developer-readable format
|
| 37 |
.SH OPTTIONS
|
| 38 |
.TP
|
| 39 |
.B \-h
|
| 40 |
Print usage information and exit
|
| 41 |
.TP
|
| 42 |
.B \-d
|
| 43 |
Print out debugging information
|
| 44 |
.TP
|
| 45 |
.B \-v
|
| 46 |
Be more verbose
|
| 47 |
.LP
|
| 48 |
You have to generate the dumps with
|
| 49 |
.B tcpdump
|
| 50 |
\-i <\fIyour_interface\fP>
|
| 51 |
\-s 2000
|
| 52 |
\-w <\fIpcap-filename\fP>
|
| 53 |
.SH NOTES
|
| 54 |
The current version is available with the bnetd distribution at:
|
| 55 |
.LP
|
| 56 |
.RS
|
| 57 |
.I http://www.bnetd.org/
|
| 58 |
.RE
|
| 59 |
.SH "SEE ALSO"
|
| 60 |
.BR bnetd (1),
|
| 61 |
.BR tcpdump (1)
|
| 62 |
.SH AUTHOR
|
| 63 |
Marco Ziech (\fmmz@gmx.net\fP)
|
| 64 |
|