aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-classicstun.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2016-02-08 23:27:12 +0100
committerAnders Broman <a.broman58@gmail.com>2016-02-09 12:14:20 +0000
commit25ce3a34bd57c305ac0ee93cfe6e09793eb281ac (patch)
tree911cd41132840a94852f3be7665e99d8f20a5a58 /epan/dissectors/packet-classicstun.c
parent093514eb49a7b2780f49cccae905c7d963301180 (diff)
Fix classicstun att_family decoding for IPv6 (CID 280363)
Remove left over code from adding att_family IPv6. Change-Id: I5414eb68f7d25139cb56ea8c5ce6b335ec774df4 Reviewed-on: https://code.wireshark.org/review/13838 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-classicstun.c')
-rw-r--r--epan/dissectors/packet-classicstun.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-classicstun.c b/epan/dissectors/packet-classicstun.c
index e07e0e13d8..5ac04c6528 100644
--- a/epan/dissectors/packet-classicstun.c
+++ b/epan/dissectors/packet-classicstun.c
@@ -496,8 +496,6 @@ dissect_classicstun(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *d
(transaction_id_first_word >> 16));
PROTO_ITEM_SET_GENERATED(ti);
- if (att_length < 8)
- break;
switch( tvb_get_guint8(tvb, offset+1) ){
case 1:
if (att_length < 8)