ovs-tcpundump(1) — Linux manual page

NAME | SYNOPSIS | OPTIONS | SEE ALSO | AUTHOR | COPYRIGHT | COLOPHON

OVS-TCPUNDUMP(1)              Open vSwitch              OVS-TCPUNDUMP(1)

NAME         top

       ovs-tcpundump - convert "tcpdump -xx" output to hex strings

SYNOPSIS         top

       ovs-tcpundump < <file>

       ovs-tcpundump -h | --help

       ovs-tcpundump -V | --version

       The ovs-tcpundump program reads tcpdump -xx output from stdin,
       looking for hexadecimal packet data, and dumps each Ethernet as a
       single hexadecimal string on stdout.  This format is suitable for
       use with the ofproto/trace command supported by ovs-vswitchd(8)
       via ovs-appctl(8).

       At least two -x or -X options must be given, otherwise the output
       will omit the Ethernet header, which prevents the output from
       being used with ofproto/trace.

OPTIONS         top

-h or --help

         Prints a brief help message to the console.

       • -V or --version

         Prints version information to the console.

SEE ALSO         top

       ovs-appctl(8), ovs-vswitchd(8), ovs-pcap(1), tcpdump(8),
       wireshark(8).

AUTHOR         top

       The Open vSwitch Development Community

COPYRIGHT         top

       2016-2021, The Open vSwitch Development Community

COLOPHON         top

       This page is part of the Open vSwitch (a distributed virtual
       multilayer switch) project.  Information about the project can be
       found at ⟨http://openvswitch.org/⟩.  If you have a bug report for
       this manual page, send it to bugs@openvswitch.org.  This page was
       obtained from the project's upstream Git repository
       ⟨https://github.com/openvswitch/ovs.git⟩ on 2023-12-22.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2023-12-21.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there
       is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

3.2.90                        Dec 22, 2023              OVS-TCPUNDUMP(1)

Pages that refer to this page: ovs-pcap(1)ovs-tcpdump(8)ovs-vswitchd(8)