#include "interface.h"
#include "extract.h"
-#include "addrtoname.h"
-
-#include "udp.h"
/*
* VXLAN header, draft-mahalingam-dutt-dcops-vxlan-03
* |R|R|R|R|I|R|R|R| Reserved |
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* | VXLAN Network Identifier (VNI) | Reserved |
- * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
void
{
u_int8_t flags;
u_int32_t vni;
-
+
if (len < 8) {
printf("[|VXLAN]");
return;