aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Add and use accessors to get/set per-packet data for LTE MAC.Martin Mathieson1-0/+13
2011-01-27Improve/rework the way we look for the original frame when there is a DL. ret...Martin Mathieson1-68/+39
2011-01-17- Use correct data pointer during a comparison.Martin Mathieson1-7/+13
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-15/+7
2011-01-14When looking for previous frame for UL/DL retx, use harq-id + ndi bit.Martin Mathieson1-58/+68
2011-01-14Rather than repairing out-of-range subframe numbers, make sure error gets rep...Martin Mathieson1-2/+14
2010-12-28From non-customers via bug 5530: Fix a buffer overflow in the MAC LTEGerald Combs1-2/+3
2010-12-26Only a new transmission grant should end a Scheduling Request.Martin Mathieson1-3/+6
2010-12-05Add more PHY attributes to MAC frames.Martin Mathieson1-5/+42
2010-11-13From Pascal Quantin:Martin Mathieson1-1/+27
2010-11-12Check given RNTI value is consistent with given RNTI-type.Martin Mathieson1-0/+32
2010-11-05Show some reserved bits as hex, not decimal.Martin Mathieson1-1/+1
2010-11-02Add 'ndi' and 'harq-id' as new MAC-PHY DL attributes.Martin Mathieson1-2/+29
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-20In heuristic dissector, don't check/allocate struct until/unless signature pa...Martin Mathieson1-15/+16
2010-10-18Don't clear info column when showing MAC or RLC-level info.Martin Mathieson1-2/+7
2010-10-15Improve info column when showing PHY info for MAC frames.Martin Mathieson1-2/+9
2010-10-07Add more CRC failure codes.Martin Mathieson1-8/+18
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-8/+8
2010-09-03Add bandwidth figures per UE.Martin Mathieson1-0/+2
2010-08-12From Pascal Quantin:Martin Mathieson1-5/+12
2010-07-20Updading opensuse 11.2 -> 11.3 updated gcc to 4.5.0, which createdJörg Mayer1-17/+15
2010-07-19Give up dissecting a MAC PDU if we see control LCIDs after data ones.Martin Mathieson1-1/+3
2010-07-13Allocate tap structs rather than using one static struct.Martin Mathieson1-17/+16
2010-07-05Show grant-subframe from context info.Martin Mathieson1-1/+7
2010-07-05Check range of supplied subframe number. If out, set back to max (9) andMartin Mathieson1-0/+5
2010-07-05For DL HARQ retx, support knowing result or not.Martin Mathieson1-51/+47
2010-06-18Add new strings/dissector function for signalling RRC messages that will addMartin Mathieson1-2/+2
2010-06-10Add the direction to so expert info texts.Martin Mathieson1-3/+7
2010-05-24Check that the PDU isn't bigger than the reported grant size. Thought I was a...Martin Mathieson1-2/+8
2010-04-30Trivial: Update AUTHORS entry, remove out-of-date comments, minor formattingMartin Mathieson1-4/+1
2010-04-22Set TA control element expert info based on improved understanding of spec.Martin Mathieson1-4/+11
2010-04-22- Lower severity on expert items about Timing Advance if <= 31Martin Mathieson1-29/+49
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-23Improve reporting of Scheduling Request failure.Martin Mathieson1-8/+4
2010-03-22Show oob items outside of context tree.Martin Mathieson1-12/+21
2010-03-17Trivial reformattingMartin Mathieson1-2/+2
2010-03-14Add some extra (optional) physical layer attributes to logged MAC frames.Martin Mathieson1-67/+366
2010-03-09Put context info in own subtree.Martin Mathieson1-78/+132
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2010-03-03Fix crash where was overwriting buffer for large PDUs when tracking retxs.Martin Mathieson1-6/+10
2010-03-03Fix a test.Martin Mathieson1-2/+2
2010-03-03Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch.Martin Mathieson1-0/+25
2010-03-02When looking at time differences between frames, round to nearest number of ms.Martin Mathieson1-9/+9
2010-03-01Improve RLC AM sequence analysis by taking MAC retx into account.Martin Mathieson1-0/+27
2010-02-23Calculate/show time between Msg3 and Msg4Martin Mathieson1-8/+32
2010-02-20Include detected DL retx in stats.Martin Mathieson1-7/+10
2010-02-18Recognise update string for SR failure, and show ueid in MAC if set.Martin Mathieson1-0/+6