]> git.proxmox.com Git - mirror_ovs.git/blame - utilities/ovs-pcap.1.in
utilities: gdb debug commands fix typos
[mirror_ovs.git] / utilities / ovs-pcap.1.in
CommitLineData
9bccc3ff 1.so lib/ovs.tmac
d2cb6c95 2.TH ovs\-pcap 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
7aa697dd
BP
3.
4.SH NAME
5ovs\-pcap \- print packets from a pcap file as hex
6.
7.SH SYNOPSIS
8\fBovs\-pcap\fR \fIfile\fR
9.so lib/common-syn.man
10.
11.SH DESCRIPTION
12The \fBovs\-pcap\fR program reads the pcap \fIfile\fR named on the
13command line and prints each packet's contents as a sequence of hex
14digits on a line of its own. This format is suitable for use with the
045b2e5c 15\fBofproto/trace\fR command supported by \fBovs\-vswitchd\fR(8).
7aa697dd
BP
16.
17.SH "OPTIONS"
18.so lib/common.man
19.
20.SH "SEE ALSO"
21.
22.BR ovs\-vswitchd (8),
7aa697dd
BP
23.BR ovs\-tcpundump (1),
24.BR tcpdump (8),
25.BR wireshark (8).