logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       The Open vSwitch Development Community

Name

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

Options

-h or --help

         Prints a brief help message to the console.

       • -V or --version

         Prints version information to the console.

See Also

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

Synopsis

ovs-tcpundump<<file>ovs-tcpundump-h|--helpovs-tcpundump-V|--version

       The  ovs-tcpundump  program reads tcpdump-xxoutput 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.

See Also