aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-12Use g_snprintf()etxrab1-2/+2
2010-01-12Use snprintf() to pass checkAPImartinm1-2/+2
2010-01-12Append to the SDU field only once (instead of for each byte!).martinm1-2/+5
2009-12-29Show in stats % of UL traffic that is padding (subheader or payload).martinm1-0/+6
2009-12-18Fix crash bug by allocating correct size of struct (used with SR tracking).martinm1-2/+6
2009-12-17Remove stray #if 1martinm1-1/+0
2009-12-17Adding FT_NONE item with proto_tree_add_item() causes crashes later, so usemartinm1-4/+8
2009-12-14Add a cast to try to keep the win64 compiler happymartinm1-2/+2
2009-12-14Show the time between SR and failure or grant.martinm1-6/+43
2009-12-14Catch unexpected Scheduling Request state transitions as expert info.martinm1-7/+57
2009-12-04Fix length in loop (from Pascal Quantin).martinm1-1/+1
2009-12-04From Pascal Quantin via bug 4296.martinm1-6/+17
2009-12-04Provide frame links between grant or failure ind back to SR.martinm1-11/+56
2009-12-02The beginnings of a state machine to track a UE's SR state and provide links ...martinm1-3/+246
2009-11-29Obselete a couple of preferences that can always be on.martinm1-45/+29
2009-11-25Include ue id in expert info for retx.martinm1-2/+2
2009-11-25Track UL HARQ retx, look for original tx frame.martinm1-81/+234
2009-11-19Tweak expert info level/text.martinm1-3/+4
2009-11-18Expert warning about BSRs over a threshold configured in pref.martinm1-12/+62
2009-11-08Improve expert and info column strings reporting OOB events.martinm1-9/+9
2009-10-26Change a filter string for consistency.martinm1-1/+1
2009-10-26Add support for displaying/filtering some LTE MAC out-of-band events.martinm1-0/+104
2009-10-25Label a short BSR as "short"martinm1-19/+19
2009-10-22Expert error if (non-padded) PDU is shorter than reported.martinm1-4/+15
2009-10-22More long BSR fixes.martinm1-20/+20
2009-10-22Fix issues with long BSR format, and attach expert info for non-zero RAR TA t...martinm1-6/+19
2009-10-14Improve DL HARQ resend detection by storing multiple frames per UE.martinm1-15/+33
2009-10-13Add detection for suspected DL retx (due to HARQ). Needed if logging is done ...martinm1-8/+146
2009-09-18Try again...martinm1-6/+7
2009-09-18Change type to try to fix win64 build breakage.martinm1-2/+2
2009-09-18Use a UAT table to map from LCIDs 3-10 to RLC drb channel.martinm1-40/+229
2009-09-10Add the option to call RLC dissector for LCID 1&2.martinm1-0/+57
2009-09-10Re-arrange dissection of UL/DL-SCH so easier to test for ommitted SDUs.martinm1-326/+325
2009-09-08Trivial: add direction to expert info string for CRC failures.martinm1-1/+2
2009-09-03Show UEId in info column for UL-SCH / DL-SCH frames.martinm1-2/+3
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.martinm1-0/+2
2009-08-26Make UL grant size a (generated) field of its own (for easier use as a custom...martinm1-1/+17
2009-08-25Show CRC errors for RARs.martinm1-1/+4
2009-08-05Show power headroom report inside its own subtree.martinm1-9/+37
2009-08-01Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.martinm1-6/+211
2009-07-30Show backoff indicator value in subheader tree root.martinm1-4/+9
2009-07-22Improve/expand checks on reserved bit values.martinm1-8/+27
2009-07-14Trivial formatting changes to RAR output.martinm1-8/+11
2009-07-14Add preference to control whether decode of CRC-error'd frames should be atte...martinm1-1/+33
2009-07-13Remove calls to check_col().martinm1-65/+39
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-30/+30
2009-06-17Call RRC dissector inside TRY/CATCH block, in order to:martinm1-16/+33
2009-06-17Trivial prettificationsmartinm1-2/+2
2009-06-11Add BSR reports into their own subtrees.martinm1-44/+98
2009-06-04Fix typos, and make filter strings more consistent.martinm1-10/+15