From: hannes Date: Fri, 17 Jan 2003 11:07:49 +0000 (+0000) Subject: newline the truncated indicator - its's a little friendlier to scripts X-Git-Tag: tcpdump-3.8-bp~227 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/4f16f8793919f4f4049514e007584f5eaf158a53 newline the truncated indicator - its's a little friendlier to scripts --- diff --git a/print-bgp.c b/print-bgp.c index 98998751..3333eea0 100644 --- a/print-bgp.c +++ b/print-bgp.c @@ -36,7 +36,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.57 2002-12-15 08:33:23 hannes Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.58 2003-01-17 11:07:49 hannes Exp $"; #endif #include @@ -1514,7 +1514,7 @@ bgp_print(const u_char *dat, int length) p += hlen; start = p; } else { - printf("[|BGP %s]", tok2str(bgp_msg_values, "Unknown Message Type",bgp.bgp_type)); + printf("\n[|BGP %s]", tok2str(bgp_msg_values, "Unknown Message Type",bgp.bgp_type)); break; } }