mirror of https://github.com/dirtbags/fluffy.git
53 lines
949 B
Groff
53 lines
949 B
Groff
|
.TH "pmerge" "1"
|
||
|
.SH "NAME"
|
||
|
pmerge \(em merge multiple PCAP files in timeline order
|
||
|
.SH "SYNOPSIS"
|
||
|
.PP
|
||
|
\fBpmerge\fR [\-o OUTPUT] <FILE> [FILE]*
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
The basic concept for this utility is to merge multiple PCAP files while
|
||
|
maintaining timeline order.
|
||
|
|
||
|
.SH "USAGE"
|
||
|
.IP "As a filter" 10
|
||
|
\fBpmerge\fR one.pcap two.pcap > merged.pcap
|
||
|
|
||
|
.IP "In simple command form" 10
|
||
|
\fBpmerge\fR \-o merged.pcap one.pcap two.pcap
|
||
|
|
||
|
.SH "OPTIONS"
|
||
|
.PP
|
||
|
A summary of the options supported by \fBpmerge\fR is included below.
|
||
|
|
||
|
.IP "\-o OUTPUT" 10
|
||
|
The \fB\-o\fR command flag sets the output filename. If this option flag is not
|
||
|
specified, stdout is used to output the merged PCAP.
|
||
|
|
||
|
.IP "FILE" 10
|
||
|
At least one input file argument is required.
|
||
|
|
||
|
.SH "REQUIRES"
|
||
|
.PP
|
||
|
n/a
|
||
|
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
0.1337
|
||
|
|
||
|
.SH "BUGS"
|
||
|
.PP
|
||
|
n/a
|
||
|
|
||
|
.SH "SEE ALSO"
|
||
|
.PP
|
||
|
n/a
|
||
|
|
||
|
.SH "AUTHORS"
|
||
|
.PP
|
||
|
Zephyr zephyr@dirtbags.net
|
||
|
.PP
|
||
|
pi-rho pi-rho@tyr.cx
|
||
|
.PP
|
||
|
This man-page was written by pi-rho ubuntu@tyr.cx
|