Don't overwrite isPhyRetx field for UL frames with DL check.
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Mar 2011 11:16:28 +0000 (11:16 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Mar 2011 11:16:28 +0000 (11:16 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36118 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-mac-lte.c

index 0d8713758cacae8f8c98db37547f99271ee0eb4f..29f749e60e2c0decf9039717cf5895bfe9244349 100644 (file)
@@ -2830,8 +2830,10 @@ static void dissect_ulsch_or_dlsch(tvbuff_t *tvb, packet_info *pinfo, proto_tree
     if (direction == DIRECTION_DOWNLINK) {
         /* Result will be added to context tree */
         TrackReportedDLHARQResend(pinfo, tvb, offset, context_tree, p_mac_lte_info);
+
+        tap_info->isPHYRetx = (p_mac_lte_info->dl_retx == dl_retx_yes);
     }
-    tap_info->isPHYRetx = (p_mac_lte_info->dl_retx == dl_retx_yes);
+
 
 
     /* Now padding, if present, extends to the end of the PDU */