aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-per.c')
-rw-r--r--epan/dissectors/packet-per.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index cdc5e449e9..01fa516c09 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -1915,7 +1915,7 @@ DEBUG_ENTRY("dissect_per_sequence");
guint32 extension_index;
guint32 k;
- if(!((1L<<(num_extensions-1-i))&extension_mask)){
+ if(!((1U<<(num_extensions-1-i))&extension_mask)){
/* this extension is not encoded in this PDU */
continue;
}