1ovs-tcpundump(1) Open vSwitch Manual ovs-tcpundump(1)
2
3
4
6 ovs-tcpundump - convert ``tcpdump -xx'' output to hex strings
7
9 ovs-tcpundump < file
10
11 Common options:
12 [-h | --help] [-V | --version]
13
14
16 The ovs-tcpundump program reads tcpdump -xx output on stdin, looking
17 for hexadecimal packet data, and dumps each Ethernet as a single hexa‐
18 decimal string on stdout. This format is suitable for use with the
19 ofproto/trace command supported by ovs-vswitchd(8) via ovs-appctl(8).
20
21 At least two -x or -X options must be given, otherwise the output will
22 omit the Ethernet header, which prevents the output from being using
23 with ofproto/trace.
24
26 -h
27 --help Prints a brief help message to the console.
28
29 -V
30 --version
31 Prints version information to the console.
32
34 ovs-appctl(8), ovs-vswitchd(8), ovs-pcap(1), tcpdump(8), wireshark(8).
35
36
37
38Open vSwitch 2.12.0 ovs-tcpundump(1)