Trivial: comment update
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 18 Nov 2009 13:47:38 +0000 (13:47 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 18 Nov 2009 13:47:38 +0000 (13:47 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31004 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-rlc-lte.c

index ebf8bad813fe3001923e68db10f264e8c625cd11..87c453bff3ad0447233c360d09c9e25c631b762b 100644 (file)
@@ -690,7 +690,7 @@ static void dissect_rlc_lte_tm(tvbuff_t *tvb, packet_info *pinfo,
                 break;
 
             case CHANNEL_TYPE_BCCH:
-                /* TODO: */
+                /* TODO: Problem is don't know which transport channel... */
                 return;
 
             case CHANNEL_TYPE_PCCH:
@@ -1166,7 +1166,6 @@ void dissect_rlc_lte(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
 
     /*****************************************/
     /* Show context information              */
-    /* TODO: hide inside own tree?           */
 
     ti = proto_tree_add_uint(rlc_lte_tree, hf_rlc_lte_context_direction,
                              tvb, 0, 0, p_rlc_lte_info->direction);