From 9a2f5a2db224f90cf59053733a279c3d68095ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Mon, 28 Oct 2013 18:59:33 +0000 Subject: [PATCH] Fix the compilation. I guess this is what is meant. Only compile tested... svn path=/trunk/; revision=52928 --- epan/dissectors/packet-diameter.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/epan/dissectors/packet-diameter.c b/epan/dissectors/packet-diameter.c index 0642b16b74..a308a54e4d 100644 --- a/epan/dissectors/packet-diameter.c +++ b/epan/dissectors/packet-diameter.c @@ -1117,12 +1117,10 @@ dissect_diameter_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) /* TODO: Populate result_code in tap record from AVP 268 */ } } + } + offset = 20; - offset = 20; - } - - /* Store the application id to be used by subdissectors */ - + /* Store the application id to be used by subdissectors */ /* Dissect AVPs until the end of the packet is reached */ while (offset < packet_len) {