]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-geneve.c
Update .gitignore for other configurations
[tcpdump] / print-geneve.c
index cfc981ede915800d6352cf1d9db319de11ac40f0..c6ec3a5350664185765e8d1b43cefbe05f49a2cc 100644 (file)
@@ -234,5 +234,5 @@ geneve_print(netdissect_options *ndo, const u_char *bp, u_int len)
     return;
 
 trunc:
-    ND_PRINT(" [|geneve]");
+    nd_print_trunc(ndo);
 }