aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-08-30 09:36:10 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-08-30 09:36:10 +0000
commitd89a3bab7755b30c0d73237a208d0ccd8c896b26 (patch)
treee8d442e4bdb6e97ece4488ad55add8a66485f32c /epan/dissectors/packet-dtls.c
parent3eb4d24c23274c794df9c8a0a87d46d395cc7cf4 (diff)
fragment_length has already been retrieved from TVB
svn path=/trunk/; revision=51590
Diffstat (limited to 'epan/dissectors/packet-dtls.c')
-rw-r--r--epan/dissectors/packet-dtls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dtls.c b/epan/dissectors/packet-dtls.c
index eceaf9b246..841fb4dbc6 100644
--- a/epan/dissectors/packet-dtls.c
+++ b/epan/dissectors/packet-dtls.c
@@ -1282,7 +1282,6 @@ dissect_dtls_handshake(tvbuff_t *tvb, packet_info *pinfo,
tvb, offset, 3, fragment_offset);
offset += 3;
- fragment_length = tvb_get_ntoh24(tvb, offset);
fragment_length_item = proto_tree_add_uint(ssl_hand_tree,
hf_dtls_handshake_fragment_length,
tvb, offset, 3,