Reenable the commented out code. I was able to reproducably break
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 19 Jul 2011 19:36:26 +0000 (19:36 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 19 Jul 2011 19:36:26 +0000 (19:36 +0000)
the compilation but after a complete removal of the build directory
and a rebuild the problem is gone.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38123 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/rlc_lte_stat_dlg.c

index 436b2e527e7f514b388539f3128d658a0eb1d822..636374cef8e8391a4bb7b444847ab21cb354c628 100644 (file)
@@ -391,12 +391,11 @@ rlc_lte_stat_packet(void *phs, packet_info *pinfo, epan_dissect_t *edt _U_,
 
     /* Common channel stats */
     switch (si->channelType) {
-        /* case CHANNEL_TYPE_BCCH_BCH:
+        case CHANNEL_TYPE_BCCH_BCH:
         case CHANNEL_TYPE_BCCH_DL_SCH:
             hs->common_stats.bcch_frames++;
             hs->common_stats.bcch_bytes += si->pduLength;
             return 1;
- */
         case CHANNEL_TYPE_PCCH:
             hs->common_stats.pcch_frames++;
             hs->common_stats.pcch_bytes += si->pduLength;