Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
ovs-pcap(1)		       Open vSwitch Manual		     ovs-pcap(1)

NAME
     ovs-pcap - print packets from a pcap file as hex

SYNOPSIS
     ovs-pcap file

     Common options:
	    [-h | --help] [-V | --version]

DESCRIPTION
     The  ovs-pcap  program  reads  the  pcap file named on the command line and
     prints each packet's contents as a sequence of hex digits on a line of  its
     own.   This  format is suitable for use with the ofproto/trace command sup-
     ported by ovs-vswitchd(8).

OPTIONS
     -h
     --help Prints a brief help message to the console.

     -V
     --version
	    Prints version information to the console.

SEE ALSO
     ovs-vswitchd(8), ovs-tcpundump(1), tcpdump(8), wireshark(8).

Open vSwitch			     2.17.12			     ovs-pcap(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ovs-pcap&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help