PFCP: fix a typo (CID 1418345)
authorPascal Quantin <pascal.quantin@gmail.com>
Sat, 23 Sep 2017 19:47:48 +0000 (21:47 +0200)
committerPascal Quantin <pascal.quantin@gmail.com>
Sat, 23 Sep 2017 21:08:38 +0000 (21:08 +0000)
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>
epan/dissectors/packet-pfcp.c

index 8391fe3ad4da897c00e7ca9d69fc42c6c8627a2c..45cacca7cfb473a46e7c6df2e133efe706bf9bec 100644 (file)
@@ -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[] = {