From 628398feff72eb448c61d4d8d03f48f982028288 Mon Sep 17 00:00:00 2001 From: Markus Amend Date: Thu, 19 Apr 2012 09:52:15 +0200 Subject: [PATCH] proto_ipv6_routing.h:beautify output --- src/proto_ipv6_routing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_ipv6_routing.h b/src/proto_ipv6_routing.h index decff52c..71082433 100644 --- a/src/proto_ipv6_routing.h +++ b/src/proto_ipv6_routing.h @@ -51,7 +51,7 @@ static inline void dissect_routinghdr_type_0(struct pkt_buff *pkt, if (routing_0 == NULL) return; - tprintf("Res (%x)", routing_0->reserved); + tprintf("Res (0x%x)", routing_0->reserved); num_addr = *hdr_ext_len * 8 / sizeof(*addr); while (num_addr--) { -- 2.11.4.GIT