summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-08Add preference that allows RLC PDUs embedded inside MAC info to be seen nicel...Martin Mathieson1-4/+28
2010-02-04Add UEId to MAC tap struct and stats window.Martin Mathieson1-0/+1
2010-01-27From Pascal Quantin: show decoding of the Power Headroom Level field as speci...Martin Mathieson1-3/+72
2010-01-26Undo previous change to avoid crashing.Martin Mathieson1-0/+3
2010-01-25From Pascal Quantin: fid some LTE MAC and PDCP typosMartin Mathieson1-3/+3
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-6/+0
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-5/+5
2010-01-12Use g_snprintf()Anders Broman1-2/+2