1 .TH ovs\-tcpundump 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
4 ovs\-tcpundump \- convert ``tcpdump \-xx'' output to hex strings
7 \fBovs\-tcpundump < \fIfile\fR
11 The \fBovs\-tcpundump\fR program reads \fBtcpdump \-xx\fR output on
12 stdin, looking for hexadecimal packet data, and dumps each Ethernet as
13 a single hexadecimal string on stdout. This format is suitable for
14 use with the \fBofproto/trace\fR command supported by
15 \fBovs\-vswitchd\fR(8)
16 via \fBovs\-appctl\fR(8).
18 At least two \fB\-x\fR or \fB\-X\fR options must be given, otherwise
19 the output will omit the Ethernet header, which prevents the output
20 from being using with \fBofproto/trace\fR.
28 .BR ovs\-vswitchd (8),