aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-10-23 16:34:23 -0400
committerMichael Mann <mmann78@netscape.net>2015-10-24 01:45:12 +0000
commit3385c2951c7dfecaaf0aad871a0842319d386321 (patch)
tree811df3ea5557ca118ecfa27281b237595070c214 /epan/dissectors/packet-nfs.c
parent4f39c603c2f0a2e429afedd18cd5c796bbbf8916 (diff)
NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.
I thought this was already caught by one of the check*.pl scripts, but I ran into the one in packet-nfs.c and decided to manually check the dissector directory. Change-Id: I8df83227255818eabc43763e3cf760cf762797cc Reviewed-on: https://code.wireshark.org/review/11230 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-nfs.c')
-rw-r--r--epan/dissectors/packet-nfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
index 4db140e786..a9f94fcfce 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -1580,6 +1580,7 @@ dissect_fhandle_data_NETAPP(tvbuff_t* tvb, packet_info *pinfo _U_, proto_tree *t
&hf_nfs_fh_file_flag_vbn_access,
&hf_nfs_fh_file_flag_multivolume,
&hf_nfs_fh_file_flag_metadata,
+ NULL
};
if (tree) {