From Didier Gautheron:
[obnox/wireshark/wip.git] / epan / dissectors / packet-mac-lte.c
2009-09-18 martinmTry again...
2009-09-18 martinmChange type to try to fix win64 build breakage.
2009-09-18 martinmUse a UAT table to map from LCIDs 3-10 to RLC drb channel.
2009-09-10 martinmAdd the option to call RLC dissector for LCID 1&2.
2009-09-10 martinmRe-arrange dissection of UL/DL-SCH so easier to test...
2009-09-08 martinmTrivial: add direction to expert info string for CRC...
2009-09-03 martinmShow UEId in info column for UL-SCH / DL-SCH frames.
2009-09-02 martinmAdd Semi-Persistent Scheduling (SPS) RNTI.
2009-08-26 martinmMake UL grant size a (generated) field of its own ...
2009-08-25 martinmShow CRC errors for RARs.
2009-08-05 martinmShow power headroom report inside its own subtree.
2009-08-01 martinmRemember Msg3 bytes and compare with Msg4 Contention...
2009-07-30 martinmShow backoff indicator value in subheader tree root.
2009-07-22 martinmImprove/expand checks on reserved bit values.
2009-07-14 martinmTrivial formatting changes to RAR output.
2009-07-14 martinmAdd preference to control whether decode of CRC-error...
2009-07-13 martinmRemove calls to check_col().
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-17 martinmCall RRC dissector inside TRY/CATCH block, in order to:
2009-06-17 martinmTrivial prettifications
2009-06-11 martinmAdd BSR reports into their own subtrees.
2009-06-04 martinmFix typos, and make filter strings more consistent.
2009-06-01 martinmFor DL-SCH/UL-SCH, show subframe number in info column.
2009-05-28 martinmAdd casts from size_t to fix win64 buildbot problems.
2009-05-28 martinmAdd definitions for a UDP framing protocol and heuristi...
2009-05-15 martinmTiming advance command is 6 bits.
2009-05-14 martinmBackoff Indicator must now (March 09) be the first...
2009-05-13 martinm- add direction filter to PDCP
2009-05-06 martinmHide a couple of generated fields when they have uninte...
2009-05-01 martinmAdd a generated field showing how many bytes were paddi...
2009-05-01 martinm- Don't show raw decode when doing RRC decode of payloads.
2009-04-30 martinmAnother check/expert error for RARs.
2009-04-27 martinmAllow RAR UL Request field to be broken down (as in...
2009-04-21 martinmAlso show number of RAR bodies/entries in stats.
2009-04-20 martinmAdd a preference for allowing transparent RRC data...
2009-04-17 martinmFor RAR PDUs, show RA-RNTI and subframe number in info...
2009-03-24 martinmOnly report CRC Status when we know it to be valid.
2009-03-23 martinmAdd CRC error flag to frames, and show in stats window.
2009-03-18 martinmAllow a lot more than 32 subheaders.
2009-03-16 martinmAdd a ReTX count (resends being caused by HARQ NACKs).
2009-03-11 martinmBe careful not to show not-relevant context info.
2009-02-25 martinmMore updates to LTE MAC stats. Layout working better...
2009-02-25 martinmAdd a preference to control checking of reserved bits.
2009-02-21 martinmFix length field passed to tap when last in frame....
2009-02-19 martinmFrom Vincent Helfre:
2009-02-18 martinmMake some display strings less verbose.
2009-02-12 martinmAdd tapping interface to MAC LTE.
2009-02-11 martinmAdd missing closing parentheses.
2009-01-21 martinmAlso check for bytes remaining for padding at end of...
2009-01-21 martinmBe more careful about the length of the last SDU or...
2009-01-09 martinmShow radio mode using correct value.
2009-01-08 martinmAdd a preference to allow single RAR entries to be...
2008-12-23 etxrabAdd a cast.
2008-12-23 martinmInitial Checkin of LTE MAC (3GPP 36.321)