GTPv2: Show spare bits in IE UP Function Selection Indication Flags.

Change-Id: Ic1983617e6b21114d55d834780627b0c928c2b83
Reviewed-on: https://code.wireshark.org/review/26365
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2018-03-08 15:13:41 +01:00 committed by Anders Broman
parent 5c25e1b2c1
commit 32365383a9
1 changed files with 1 additions and 0 deletions

View File

@ -6681,6 +6681,7 @@ dissect_gtpv2_up_func_slec_indic_flg(tvbuff_t *tvb, packet_info *pinfo _U_, prot
{
int offset = 0;
proto_tree_add_bits_item(tree, hf_gtpv2_spare_bits, tvb, offset << 3, 7, ENC_BIG_ENDIAN);
proto_tree_add_item(tree, hf_gtpv2_dcnr, tvb, offset, 1, ENC_BIG_ENDIAN);
}