datapath: Fix handling of 802.1Q and SNAP headers.
[sliver-openvswitch.git] / tests / test-flows.c
index be401ed..3d31aae 100644 (file)
@@ -75,6 +75,7 @@ main(int argc OVS_UNUSED, char *argv[])
             printf("mismatch on packet #%d (1-based).\n", n);
             printf("Packet:\n");
             ofp_print_packet(stdout, packet->data, packet->size, packet->size);
+            ovs_hex_dump(stdout, packet->data, packet->size, 0, true);
             printf("Expected flow:\n%s\n", exp_s);
             printf("Actually extracted flow:\n%s\n", got_s);
             printf("\n");