Put offset++ back in again.
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Apr 2010 10:12:03 +0000 (10:12 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Apr 2010 10:12:03 +0000 (10:12 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32531 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-rlc-lte.c

index ed381521f2d3037ae4b7195129e5f6380cb5cb30..02d35000861a3078586d938a5aa9251188382567 100644 (file)
@@ -448,6 +448,7 @@ static int dissect_rlc_lte_extension_header(tvbuff_t *tvb, packet_info *pinfo _U
         padding = tvb_get_guint8(tvb, offset) & 0x0f;
         ti = proto_tree_add_item(tree, hf_rlc_lte_extension_padding,
                                  tvb, offset, 1, FALSE);
+        offset++;
     }
 
     return offset;