From 7ba700b7f6e5fb17d280e2b8a3ae28866777715f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:52:33 +0200 Subject: Merging upstream version 4.99.5. Signed-off-by: Daniel Baumann --- print-dtp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'print-dtp.c') diff --git a/print-dtp.c b/print-dtp.c index a1ae4ba..4bc6f5c 100644 --- a/print-dtp.c +++ b/print-dtp.c @@ -17,9 +17,7 @@ /* \summary: Dynamic Trunking Protocol (DTP) printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -84,7 +82,7 @@ dtp_print(netdissect_options *ndo, const u_char *tptr, u_int length) /* infinite loop check */ if (len < 4 || len > length) { - ND_PRINT("[invalid TLV length %u]", len); + ND_PRINT("[TLV length %u]", len); goto invalid; } -- cgit v1.2.3