]> git.proxmox.com Git - mirror_ovs.git/blame - utilities/ovs-tcpundump.1.in
ofproto: Correct encoding and decoding of group desc properties.
[mirror_ovs.git] / utilities / ovs-tcpundump.1.in
CommitLineData
d2cb6c95 1.TH ovs\-tcpundump 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
7aa697dd
BP
2.
3.SH NAME
4ovs\-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
11The \fBovs\-tcpundump\fR program reads \fBtcpdump \-xx\fR output on
12stdin, looking for hexadecimal packet data, and dumps each Ethernet as
13a single hexadecimal string on stdout. This format is suitable for
14use with the \fBofproto/trace\fR command supported by
045b2e5c 15\fBovs\-vswitchd\fR(8)
2ba7924f 16via \fBovs\-appctl\fR(8).
7aa697dd
BP
17.PP
18At least two \fB\-x\fR or \fB\-X\fR options must be given, otherwise
19the output will omit the Ethernet header, which prevents the output
20from being using with \fBofproto/trace\fR.
21.
22.SH "OPTIONS"
23.so lib/common.man
24.
25.SH "SEE ALSO"
26.
2ba7924f 27.BR ovs\-appctl (8),
7aa697dd 28.BR ovs\-vswitchd (8),
7aa697dd
BP
29.BR ovs\-pcap (1),
30.BR tcpdump (8),
31.BR wireshark (8).