aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-09-23 21:47:48 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-09-23 21:08:38 +0000
commitc0fc66c67095f10a4dd4a22f3c5aaadcb7b245c2 (patch)
treeea5ca67d83eb34e28bdbc8ca8cfa08d218536380
parentc5403b6c1ec1c905ea0add21a25e617cd2e76a6e (diff)
PFCP: fix a typo (CID 1418345)
Change-Id: If87fa31dc4933f0b54946910559b4260424848e7 Reviewed-on: https://code.wireshark.org/review/23661 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-rw-r--r--epan/dissectors/packet-pfcp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-pfcp.c b/epan/dissectors/packet-pfcp.c
index 8391fe3ad4..45cacca7cf 100644
--- a/epan/dissectors/packet-pfcp.c
+++ b/epan/dissectors/packet-pfcp.c
@@ -4714,7 +4714,7 @@ proto_register_pfcp(void)
};
/* Setup protocol subtree array */
-#define NUM_INDIVIDUAL_ELEMS_PFCP 31
+#define NUM_INDIVIDUAL_ELEMS_PFCP 32
gint *ett[NUM_INDIVIDUAL_ELEMS_PFCP +
(NUM_PFCP_IES - 1)];
@@ -4747,9 +4747,9 @@ proto_register_pfcp(void)
ett[26] = &ett_pfcp_sxsrrsp;
ett[27] = &ett_pfcp_measurement_info;
ett[28] = &ett_pfcp_node_report_type;
- ett[28] = &ett_pfcp_remote_gtp_u_peer;
- ett[29] = &ett_pfcp_oci_flags;
- ett[30] = &ett_sx_assoc_rel_req_flags;
+ ett[29] = &ett_pfcp_remote_gtp_u_peer;
+ ett[30] = &ett_pfcp_oci_flags;
+ ett[31] = &ett_sx_assoc_rel_req_flags;
static ei_register_info ei[] = {