]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-babel.c
Fixed some warnings, added print-zep.c to CMakeLists
[tcpdump] / print-babel.c
index cb4e90b27d1e54c6ba7ff0d0f8a79825ba0e9030..84acf863a14d672e972994b22bb6742cf5ffdd02 100644 (file)
@@ -336,7 +336,7 @@ subtlvs_print(netdissect_options *ndo,
     return;
 
  invalid:
-    ND_PRINT("%s", istr);
+    nd_print_invalid(ndo);
 }
 
 #define ICHECK(i, l) \
@@ -732,6 +732,6 @@ babel_print_v2(netdissect_options *ndo,
     return;
 
  invalid:
-    ND_PRINT("%s", istr);
+    nd_print_invalid(ndo);
     return;
 }