/usr/src/openvswitch-1.4.0/utilities/ovs-tcpundump.1.in is in openvswitch-datapath-dkms 1.4.0-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | .TH ovs\-tcpundump 1 "December 2010" "Open vSwitch" "Open vSwitch Manual"
.
.SH NAME
ovs\-tcpundump \- convert ``tcpdump \-xx'' output to hex strings
.
.SH SYNOPSIS
\fBovs\-tcpundump < \fIfile\fR
.so lib/common-syn.man
.
.SH DESCRIPTION
The \fBovs\-tcpundump\fR program reads \fBtcpdump \-xx\fR output on
stdin, looking for hexadecimal packet data, and dumps each Ethernet as
a single hexadecimal string on stdout. This format is suitable for
use with the \fBofproto/trace\fR command supported by
\fBovs\-vswitchd\fR(8)
via \fBovs\-appctl\fR(8).
.PP
At least two \fB\-x\fR or \fB\-X\fR options must be given, otherwise
the output will omit the Ethernet header, which prevents the output
from being using with \fBofproto/trace\fR.
.
.SH "OPTIONS"
.so lib/common.man
.
.SH "SEE ALSO"
.
.BR ovs\-appctl (8),
.BR ovs\-vswitchd (8),
.BR ovs\-pcap (1),
.BR tcpdump (8),
.BR wireshark (8).
|