aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-wtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wtp.c b/epan/dissectors/packet-wtp.c
index bec0e08ad9..f4773b9150 100644
--- a/epan/dissectors/packet-wtp.c
+++ b/epan/dissectors/packet-wtp.c
@@ -620,7 +620,7 @@ dissect_wtp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (fCon) { /* Now, analyze variable part */
unsigned char tCon;
unsigned char tByte;
- unsigned char tpiLen;
+ guint tpiLen;
tvbuff_t *tmp_tvb;
vHeader = 0; /* Start scan all over */