aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-umts_fp.c')
-rw-r--r--epan/dissectors/packet-umts_fp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c
index e5d6435e6e..2ecd149cc0 100644
--- a/epan/dissectors/packet-umts_fp.c
+++ b/epan/dissectors/packet-umts_fp.c
@@ -5260,6 +5260,7 @@ update_pch_coversation_info(umts_fp_conversation_info_t *p_conv_data, packet_inf
{
fp_pch_channel_info_t* fp_pch_channel_info;
/* The channel type MUST be set to PCH */
+ DISSECTOR_ASSERT(p_conv_data);
DISSECTOR_ASSERT(p_conv_data->channel == CHANNEL_PCH);
fp_pch_channel_info = (fp_pch_channel_info_t*)p_conv_data->channel_specific_info;