From a73328c11485942a966de84fc8536172edfdcf88 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 31 Jan 2013 15:36:30 +0100 Subject: [PATCH] dissectors: lldp: Highlight invalid frame marker Signed-off-by: Tobias Klauser --- proto_lldp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto_lldp.c b/proto_lldp.c index ae369888..22b76848 100644 --- a/proto_lldp.c +++ b/proto_lldp.c @@ -429,7 +429,8 @@ static void lldp(struct pkt_buff *pkt) return; out_invalid: - tprintf(" INVALID ]\n"); + tprintf(" %sINVALID%s ]\n", colorize_start_full(black, red), + colorize_end()); } static void lldp_less(struct pkt_buff *pkt) -- 2.11.4.GIT