NAS EPS: add a missing break

Change-Id: I71a32b831cdb8d7d07e48cabe2c6cd7204968c28
Reviewed-on: https://code.wireshark.org/review/14665
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2016-03-28 13:34:12 +02:00
parent 878a277b08
commit 1aaaac5e2e
1 changed files with 1 additions and 0 deletions

View File

@ -3004,6 +3004,7 @@ de_esm_pkmf_address(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_,
break;
case 2:
proto_tree_add_item(tree, hf_nas_esm_pkmf_ipv6, tvb, curr_offset, 16, ENC_NA);
break;
default:
break;
}