]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-geneve.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-geneve.c
index a27c2b066ad732412dd99e722294552f5526891b..cfc981ede915800d6352cf1d9db319de11ac40f0 100644 (file)
@@ -153,6 +153,7 @@ geneve_print(netdissect_options *ndo, const u_char *bp, u_int len)
     uint8_t reserved;
     u_int opts_len;
 
+    ndo->ndo_protocol = "geneve";
     ND_PRINT("Geneve");
 
     ND_TCHECK_8(bp);