2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
ovs/utilities/ovs-pcap.1.in
Ilya Maximets 9bccc3ff03 manpages: Include ovs.tmac in most man roots.
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>
2018-10-30 07:24:55 -07:00

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).