aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Try again...Martin Mathieson1-6/+7
2009-09-18Change type to try to fix win64 build breakage.Martin Mathieson1-2/+2
2009-09-18Use a UAT table to map from LCIDs 3-10 to RLC drb channel.Martin Mathieson1-40/+229
2009-09-10Add the option to call RLC dissector for LCID 1&2.Martin Mathieson1-0/+57
2009-09-10Re-arrange dissection of UL/DL-SCH so easier to test for ommitted SDUs.Martin Mathieson1-326/+325
2009-09-08Trivial: add direction to expert info string for CRC failures.Martin Mathieson1-1/+2
2009-09-03Show UEId in info column for UL-SCH / DL-SCH frames.Martin Mathieson1-2/+3
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.Martin Mathieson1-0/+2
2009-08-26Make UL grant size a (generated) field of its own (for easier use as a custom...Martin Mathieson1-1/+17
2009-08-25Show CRC errors for RARs.Martin Mathieson1-1/+4
2009-08-05Show power headroom report inside its own subtree.Martin Mathieson1-9/+37
2009-08-01Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.Martin Mathieson1-6/+211
2009-07-30Show backoff indicator value in subheader tree root.Martin Mathieson1-4/+9
2009-07-22Improve/expand checks on reserved bit values.Martin Mathieson1-8/+27
2009-07-14Trivial formatting changes to RAR output.Martin Mathieson1-8/+11
2009-07-14Add preference to control whether decode of CRC-error'd frames should be atte...Martin Mathieson1-1/+33
2009-07-13Remove calls to check_col().Martin Mathieson1-65/+39
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-30/+30
2009-06-17Call RRC dissector inside TRY/CATCH block, in order to:Martin Mathieson1-16/+33
2009-06-17Trivial prettificationsMartin Mathieson1-2/+2
2009-06-11Add BSR reports into their own subtrees.Martin Mathieson1-44/+98
2009-06-04Fix typos, and make filter strings more consistent.Martin Mathieson1-10/+15
2009-06-01For DL-SCH/UL-SCH, show subframe number in info column.Martin Mathieson1-2/+3
2009-05-28Add casts from size_t to fix win64 buildbot problems.Martin Mathieson1-3/+3
2009-05-28Add definitions for a UDP framing protocol and heuristic dissector (example c...Martin Mathieson1-0/+141
2009-05-15Timing advance command is 6 bits.Martin Mathieson1-1/+2
2009-05-14Backoff Indicator must now (March 09) be the first subheader in an RAR PDU.Martin Mathieson1-0/+9
2009-05-13- add direction filter to PDCPMartin Mathieson1-1/+0
2009-05-06Hide a couple of generated fields when they have uninteresting values.Martin Mathieson1-3/+11
2009-05-01Add a generated field showing how many bytes were padding at the end of a DL/...Martin Mathieson1-8/+33
2009-05-01- Don't show raw decode when doing RRC decode of payloads.Martin Mathieson1-22/+35
2009-04-30Another check/expert error for RARs.Martin Mathieson1-2/+8
2009-04-27Allow RAR UL Request field to be broken down (as in 36.213).Martin Mathieson1-3/+93
2009-04-21Also show number of RAR bodies/entries in stats.Martin Mathieson1-5/+8
2009-04-20Add a preference for allowing transparent RRC data (BCH, PCH, CCCH) to be dec...Martin Mathieson1-21/+83
2009-04-17For RAR PDUs, show RA-RNTI and subframe number in info column.Martin Mathieson1-4/+5
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson1-10/+13
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson1-2/+28
2009-03-18Allow a lot more than 32 subheaders.Martin Mathieson1-3/+3
2009-03-16Add a ReTX count (resends being caused by HARQ NACKs).Martin Mathieson1-3/+33
2009-03-11Be careful not to show not-relevant context info.Martin Mathieson1-3/+6
2009-02-25More updates to LTE MAC stats. Layout working better now.Martin Mathieson1-0/+1
2009-02-25Add a preference to control checking of reserved bits.Martin Mathieson1-4/+13
2009-02-21Fix length field passed to tap when last in frame. Also check for > BSR.Martin Mathieson1-7/+24
2009-02-19From Vincent Helfre:Martin Mathieson1-4/+1
2009-02-18Make some display strings less verbose.Martin Mathieson1-21/+21
2009-02-12Add tapping interface to MAC LTE.Martin Mathieson1-10/+34
2009-02-11Add missing closing parentheses.Martin Mathieson1-2/+2
2009-01-21Also check for bytes remaining for padding at end of DL frame.Martin Mathieson1-1/+1
2009-01-21Be more careful about the length of the last SDU or padding in a PDU.Martin Mathieson1-3/+5