X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/print-lspping.c diff --git a/print-lspping.c b/print-lspping.c index f20d9b75..077f07b1 100644 --- a/print-lspping.c +++ b/print-lspping.c @@ -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: - */