]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-eigrp.c
Fixed some warnings, added print-zep.c to CMakeLists
[tcpdump] / print-eigrp.c
index a9206a8761438727b3bb3d8c1f59fd79b7b000db..d206237dd22f1306290a6742719f455c5a5c4426 100644 (file)
@@ -35,7 +35,6 @@
 #include "extract.h"
 #include "addrtoname.h"
 
-static const char tstr[] = " [|eigrp]";
 
 struct eigrp_common_header {
     nd_uint8_t  version;
@@ -524,5 +523,5 @@ eigrp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
     }
     return;
 trunc:
-    ND_PRINT("%s", tstr);
+    nd_print_trunc(ndo);
 }