+ /*
+ * XXX - OpenBSD has a single dissector for VXLAN and VXLAN-GPE,
+ * using the flag bits to distinguish between them.
+ *
+ * draft-ietf-nvo3-vxlan-gpe-12, the final VXLAN-GPE draft, says
+ * that VXLAN-GPE uses port 4790, rather than VXLAN's port 4789,
+ * and that the P flag bit must be set for VXLAN-GPE packets,
+ * indicating that the header includes a "next protocol" field,
+ * and that if a packet with the P it not set is received on
+ * port 4790, "the "Next Protocol" field must be set to zero and
+ * the payload MUST be ETHERNET(L2) as defined by [RFC7348]."
+ */