]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vxlan-gpe.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-vxlan-gpe.c
index 038b772e65f5de90136e8d369f16b3784126b68b..fb903c2105e88d1d28b00a5c9943d136ccb0f4ab 100644 (file)
@@ -64,6 +64,7 @@ vxlan_gpe_print(netdissect_options *ndo, const u_char *bp, u_int len)
     uint8_t next_protocol;
     uint32_t vni;
 
+    ndo->ndo_protocol = "vxlan_gpe";
     if (len < VXLAN_GPE_HDR_LEN)
         goto trunc;