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>
This commit is contained in:
Jaap Keuter 2016-02-08 23:27:12 +01:00 committed by Anders Broman
parent 093514eb49
commit 25ce3a34bd
1 changed files with 0 additions and 2 deletions

View File

@ -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)