netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / utilities / ovs-pcap.1.in
1 .TH ovs\-pcap 1 "@VERSION@" "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).
15 .
16 .SH "OPTIONS"
17 .so lib/common.man
18 .
19 .SH "SEE ALSO"
20 .
21 .BR ovs\-vswitchd (8),
22 .BR ovs\-tcpundump (1),
23 .BR tcpdump (8),
24 .BR wireshark (8).