From: Guy Harris Date: Tue, 20 Sep 2016 09:08:13 +0000 (-0700) Subject: The name is "FRF.15", so include the "." in the truncation message. X-Git-Tag: tcpdump-4.9.0-bp~171 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/5397ac8e9deed03264a1dde776d3239572060ea9 The name is "FRF.15", so include the "." in the truncation message. --- diff --git a/print-fr.c b/print-fr.c index eb01983c..e7821a40 100644 --- a/print-fr.c +++ b/print-fr.c @@ -622,7 +622,7 @@ frf15_print(netdissect_options *ndo, return; trunc: - ND_PRINT((ndo, "[|frf15]")); + ND_PRINT((ndo, "[|frf.15]")); } /*