470e251dbd56e1eb066f3610b43862057a3c1b62
[sliver-openvswitch.git] / utilities / ovs-pcap.1.in
1 .TH ovs\-pcap 1 "December 2010" "Open vSwitch" "Open vSwitch Manual"
2 .
3 .SH NAME
4 ovs\-pcap \- print packets from a pcap file as hex
5 .
6 .SH SYNOPSIS
7 \fBovs\-pcap\fR \fIfile\fR
8 .so lib/common-syn.man
9 .
10 .SH DESCRIPTION
11 The \fBovs\-pcap\fR program reads the pcap \fIfile\fR named on the
12 command line and prints each packet's contents as a sequence of hex
13 digits on a line of its own.  This format is suitable for use with the
14 \fBofproto/trace\fR command supported by \fBovs\-vswitchd\fR(8) and
15 \fBovs-openflowd\fR(8).
16 .
17 .SH "OPTIONS"
18 .so lib/common.man
19 .
20 .SH "SEE ALSO"
21 .
22 .BR ovs\-vswitchd (8),
23 .BR ovs\-openflowd (8),
24 .BR ovs\-tcpundump (1),
25 .BR tcpdump (8),
26 .BR wireshark (8).