mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
This allows to not redefine common macroses in every single file and allowes using things like .EX without warying about compatibility. manpages.mk updated automatically. Files that are already complete pages (i.e. has no *.in sources) wasn't touched, because this will require additional file manipulations and changes in makefiles/specs without serious profit. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
26 lines
635 B
Groff
26 lines
635 B
Groff
.so lib/ovs.tmac
|
|
.TH ovs\-pcap 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
|
|
.
|
|
.SH NAME
|
|
ovs\-pcap \- print packets from a pcap file as hex
|
|
.
|
|
.SH SYNOPSIS
|
|
\fBovs\-pcap\fR \fIfile\fR
|
|
.so lib/common-syn.man
|
|
.
|
|
.SH DESCRIPTION
|
|
The \fBovs\-pcap\fR program reads the pcap \fIfile\fR named on the
|
|
command line and prints each packet's contents as a sequence of hex
|
|
digits on a line of its own. This format is suitable for use with the
|
|
\fBofproto/trace\fR command supported by \fBovs\-vswitchd\fR(8).
|
|
.
|
|
.SH "OPTIONS"
|
|
.so lib/common.man
|
|
.
|
|
.SH "SEE ALSO"
|
|
.
|
|
.BR ovs\-vswitchd (8),
|
|
.BR ovs\-tcpundump (1),
|
|
.BR tcpdump (8),
|
|
.BR wireshark (8).
|