Lustre: add missing NULL terminator to flags lists

Bug: 14331
Change-Id: I439b1fe36ecb2e063146d7aebf517d842d4f8a4c
Reviewed-on: https://code.wireshark.org/review/25277
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2018-01-12 10:22:07 +01:00
parent f942ad09f6
commit 9b705928c2
1 changed files with 2 additions and 0 deletions

View File

@ -4045,6 +4045,7 @@ dissect_struct_llogd_body(tvbuff_t *tvb, int offset, proto_tree *parent_tree, gu
&hf_lustre_llog_hdr_flag_is_plain,
&hf_lustre_llog_hdr_flag_ext_jobid,
&hf_lustre_llog_hdr_flag_is_fixsize,
NULL
};
data_len = LUSTRE_BUFFER_LEN(buf_num);
@ -4124,6 +4125,7 @@ dissect_struct_llog_log_hdr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto
&hf_lustre_llog_hdr_flag_is_plain,
&hf_lustre_llog_hdr_flag_ext_jobid,
&hf_lustre_llog_hdr_flag_is_fixsize,
NULL
};
data_len = LUSTRE_BUFFER_LEN(buf_num);