Improve UM analysis - make it more like AM.
[obnox/wireshark/wip.git] / gtk / rlc_lte_stat_dlg.c
index 9ae1002109e15ca9fc7ae73f9e8107067ec1b588..178ec8b686c9224ca458bee15aca3a43b229be08 100644 (file)
@@ -455,6 +455,9 @@ rlc_lte_stat_packet(void *phs, packet_info *pinfo, epan_dissect_t *edt _U_,
         channel_stats->channelType = si->channelType;
         channel_stats->channelId = si->channelId;
     }
+    else {
+        return 0;
+    }
 
     if (si->direction == DIRECTION_UPLINK) {
         channel_stats->UL_frames++;