aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e1ap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-04-04 13:00:35 +0200
committerAnders Broman <a.broman58@gmail.com>2019-04-04 12:28:11 +0000
commitca694eb078ac710b9e9bd3d1b0f8dc80af185a31 (patch)
treec84b52318c555f1e1460eb7b74d30f035e7c46d1 /epan/dissectors/packet-e1ap.c
parent24ef40990020d06884ee4164b723a345e9985907 (diff)
PER: Use proto_tree_add_bitmask... () for named bits.
Change-Id: I2f4258e2f4fd11c26bdc101e1375d0b5708610b7 Reviewed-on: https://code.wireshark.org/review/32713 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-e1ap.c')
-rw-r--r--epan/dissectors/packet-e1ap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-e1ap.c b/epan/dissectors/packet-e1ap.c
index 8286bbc3b1..e9949da116 100644
--- a/epan/dissectors/packet-e1ap.c
+++ b/epan/dissectors/packet-e1ap.c
@@ -1715,7 +1715,7 @@ dissect_e1ap_TransportLayerAddress(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t
#line 394 "./asn1/e1ap/e1ap.cnf"
tvbuff_t *param_tvb = NULL;
offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
- 1, 160, TRUE, &param_tvb, NULL);
+ 1, 160, TRUE, NULL, 0, &param_tvb, NULL);
if (param_tvb) {
proto_tree *subtree;
@@ -2399,7 +2399,7 @@ dissect_e1ap_DRB_Failed_To_Modify_List_NG_RAN(tvbuff_t *tvb _U_, int offset _U_,
static int
dissect_e1ap_BIT_STRING_SIZE_1_131072(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
- 1, 131072, FALSE, NULL, NULL);
+ 1, 131072, FALSE, NULL, 0, NULL, NULL);
return offset;
}
@@ -4499,7 +4499,7 @@ dissect_e1ap_NG_RAN_QoS_Support_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx
static int
dissect_e1ap_NR_Cell_Identity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
- 36, 36, FALSE, NULL, NULL);
+ 36, 36, FALSE, NULL, 0, NULL, NULL);
return offset;
}