aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s7comm.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-02-02 21:10:59 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-02-03 07:46:01 +0000
commit55d53dbf1b1ed557455fd4a66ad52c761684b307 (patch)
tree20ea1f4f3e47748b3017dab374e64400a5dc8998 /epan/dissectors/packet-s7comm.c
parent95ba4daf5ba36dbd1586b43016a89e379d607768 (diff)
S7COMM: remove array size from function interface
Fixes #17198
Diffstat (limited to 'epan/dissectors/packet-s7comm.c')
-rw-r--r--epan/dissectors/packet-s7comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-s7comm.c b/epan/dissectors/packet-s7comm.c
index 8bace7c41b..0846880387 100644
--- a/epan/dissectors/packet-s7comm.c
+++ b/epan/dissectors/packet-s7comm.c
@@ -3151,7 +3151,7 @@ s7comm_decode_pistart_parameters(tvbuff_t *tvb,
proto_tree *param_tree,
const guint8 *servicename,
guint8 nfields, /* number of fields used */
- guint hf[12], /* array with header fields */
+ guint hf[], /* array with header fields */
guint32 offset)
{
guint8 i;