aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-mapi.c
diff options
context:
space:
mode:
authorBinh Trinh <beango@gmail.com>2016-06-17 21:46:11 -0400
committerMichael Mann <mmann78@netscape.net>2016-06-18 14:42:35 +0000
commitc07fd447c362099b04eedb445e8fa469643403f7 (patch)
tree45026be011f392dad58b166467c59b8ca0dcc3e2 /epan/dissectors/packet-dcerpc-mapi.c
parenta7aaf0ba72ecb1e5e975eabef1ba7ff00f49a198 (diff)
DCE/RPC: fix array of pointers with NULL
Change-Id: Ie89f8fd4ec744d427d41866206d5a6784c5b224f Reviewed-on: https://code.wireshark.org/review/16004 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-mapi.c')
-rw-r--r--epan/dissectors/packet-dcerpc-mapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-mapi.c b/epan/dissectors/packet-dcerpc-mapi.c
index 1f62029908..3f742b476d 100644
--- a/epan/dissectors/packet-dcerpc-mapi.c
+++ b/epan/dissectors/packet-dcerpc-mapi.c
@@ -9223,6 +9223,7 @@ mapi_dissect_bitmap_ulEventType(tvbuff_t *tvb _U_, int offset _U_, packet_info *
&hf_mapi_ulEventType_fnevStatusObjectModified,
&hf_mapi_ulEventType_fnevReservedForMapi,
&hf_mapi_ulEventType_fnevExtended,
+ NULL
};
guint16 flags;
ALIGN_TO_2_BYTES;