]> git.proxmox.com Git - mirror_ovs.git/blob - utilities/ovs-tcpundump.1.in
ovs-ofctl: Free leaked minimatch
[mirror_ovs.git] / utilities / ovs-tcpundump.1.in
1 .so lib/ovs.tmac
2 .TH ovs\-tcpundump 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
3 .
4 .SH NAME
5 ovs\-tcpundump \- convert ``tcpdump \-xx'' output to hex strings
6 .
7 .SH SYNOPSIS
8 \fBovs\-tcpundump < \fIfile\fR
9 .so lib/common-syn.man
10 .
11 .SH DESCRIPTION
12 The \fBovs\-tcpundump\fR program reads \fBtcpdump \-xx\fR output on
13 stdin, looking for hexadecimal packet data, and dumps each Ethernet as
14 a single hexadecimal string on stdout. This format is suitable for
15 use with the \fBofproto/trace\fR command supported by
16 \fBovs\-vswitchd\fR(8)
17 via \fBovs\-appctl\fR(8).
18 .PP
19 At least two \fB\-x\fR or \fB\-X\fR options must be given, otherwise
20 the output will omit the Ethernet header, which prevents the output
21 from being using with \fBofproto/trace\fR.
22 .
23 .SH "OPTIONS"
24 .so lib/common.man
25 .
26 .SH "SEE ALSO"
27 .
28 .BR ovs\-appctl (8),
29 .BR ovs\-vswitchd (8),
30 .BR ovs\-pcap (1),
31 .BR tcpdump (8),
32 .BR wireshark (8).