netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / utilities / ovs-tcpundump.1.in
1 .TH ovs\-tcpundump 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
2 .
3 .SH NAME
4 ovs\-tcpundump \- convert ``tcpdump \-xx'' output to hex strings
5 .
6 .SH SYNOPSIS
7 \fBovs\-tcpundump < \fIfile\fR
8 .so lib/common-syn.man
9 .
10 .SH DESCRIPTION
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).
17 .PP
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.
21 .
22 .SH "OPTIONS"
23 .so lib/common.man
24 .
25 .SH "SEE ALSO"
26 .
27 .BR ovs\-appctl (8),
28 .BR ovs\-vswitchd (8),
29 .BR ovs\-pcap (1),
30 .BR tcpdump (8),
31 .BR wireshark (8).