]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lspping.c
Fix spaces
[tcpdump] / print-lspping.c
index f20d9b75dff0ba336181ea2f2507bef38ca29095..077f07b1de96c767c3d18c4e4718787a4073db60 100644 (file)
@@ -30,7 +30,6 @@
 #include "l2vpn.h"
 #include "oui.h"
 
-static const char tstr[] = " [|lspping]";
 
 /*
  * LSPPING common header
@@ -1088,12 +1087,6 @@ tooshort:
     ND_PRINT("\n\t\t packet is too short");
     return;
 trunc:
-    ND_PRINT("%s", tstr);
+    nd_print_trunc(ndo);
     return;
 }
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */