Put context info in own subtree.
[obnox/wireshark/wip.git] / epan / dissectors / packet-mac-lte.c
2010-03-09 martinmPut context info in own subtree.
2010-03-04 stigFrom LEGO via bug 3459:
2010-03-03 martinmFix crash where was overwriting buffer for large PDUs...
2010-03-03 martinmFix a test.
2010-03-03 martinmIts convenient to be able to filter on mac-lte.ulsch...
2010-03-02 guySquelch some compiler warnings, clean up indentation...
2010-02-23 martinmCalculate/show time between Msg3 and Msg4
2010-02-20 martinmInclude detected DL retx in stats.
2010-02-18 martinmRecognise update string for SR failure, and show ueid...
2010-02-08 martinmAdd preference that allows RLC PDUs embedded inside...
2010-02-04 martinmAdd UEId to MAC tap struct and stats window.
2010-01-27 martinmFrom Pascal Quantin: show decoding of the Power Headroo...
2010-01-26 martinmUndo previous change to avoid crashing.
2010-01-25 martinmFrom Pascal Quantin: fid some LTE MAC and PDCP typos
2010-01-25 stigFrom Didier Gautheron via bug 4419:
2010-01-18 wmeierFix some gcc -Wshadow warnings ....
2010-01-12 etxrabUse g_snprintf()
2010-01-12 martinmUse snprintf() to pass checkAPI
2010-01-12 martinmAppend to the SDU field only once (instead of for each...
2009-12-29 martinmShow in stats % of UL traffic that is padding (subheade...
2009-12-18 martinmFix crash bug by allocating correct size of struct...
2009-12-17 martinmRemove stray #if 1
2009-12-17 martinmAdding FT_NONE item with proto_tree_add_item() causes...
2009-12-14 martinmAdd a cast to try to keep the win64 compiler happy
2009-12-14 martinmShow the time between SR and failure or grant.
2009-12-14 martinmCatch unexpected Scheduling Request state transitions...
2009-12-04 martinmFix length in loop (from Pascal Quantin).
2009-12-04 martinmFrom Pascal Quantin via bug 4296.
2009-12-04 martinmProvide frame links between grant or failure ind back...
2009-12-02 martinmThe beginnings of a state machine to track a UE's SR...
2009-11-29 martinmObselete a couple of preferences that can always be on.
2009-11-25 martinmInclude ue id in expert info for retx.
2009-11-25 martinmTrack UL HARQ retx, look for original tx frame.
2009-11-19 martinmTweak expert info level/text.
2009-11-18 martinmExpert warning about BSRs over a threshold configured...
2009-11-08 martinmImprove expert and info column strings reporting OOB...
2009-10-26 martinmChange a filter string for consistency.
2009-10-26 martinmAdd support for displaying/filtering some LTE MAC out...
2009-10-25 martinmLabel a short BSR as "short"
2009-10-22 martinmExpert error if (non-padded) PDU is shorter than reported.
2009-10-22 martinmMore long BSR fixes.
2009-10-22 martinmFix issues with long BSR format, and attach expert...
2009-10-14 martinmImprove DL HARQ resend detection by storing multiple...
2009-10-13 martinmAdd detection for suspected DL retx (due to HARQ)....
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)