aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-30Trivial: Update AUTHORS entry, remove out-of-date comments, minor formattingMartin Mathieson1-4/+3
2010-03-14Add some extra (optional) physical layer attributes to logged MAC frames.Martin Mathieson1-7/+38
2010-02-27Get rid of unnecessary casting away of const.Guy Harris1-7/+7
2010-02-18Recognise update string for SR failure, and show ueid in MAC if set.Martin Mathieson1-2/+5
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-15/+0
2010-01-08Add needed offset to 'radio-type' attached to MAC frame.Martin Mathieson1-1/+1
2009-12-29Getting ready to dissect CPRI C&M commands.Martin Mathieson1-0/+125
2009-10-28Flag errors with expert info.Martin Mathieson1-2/+12
2009-10-26Add a preference to control whether or not comment strings are scanned for oo...Martin Mathieson1-2/+13
2009-10-26Add support for displaying/filtering some LTE MAC out-of-band events.Martin Mathieson1-1/+78
2009-10-26Add support for showing/filtering/resaving logged LTE strings.Martin Mathieson1-18/+38
2009-09-14Show UEId in info column for CCCH frames.Martin Mathieson1-1/+5
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-25Show CRC errors for RARs.Martin Mathieson1-6/+2
2009-08-15Allow s1ap not to be dissected (to avoid seeing errors, possibly due to propr...Martin Mathieson1-1/+13
2009-07-13Remove calls to check_col(), and stop giving '{' a line of its own.Martin Mathieson1-302/+160
2009-07-07Add preference for turning off LTE RRC.Martin Mathieson1-3/+13
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-05-26Misc dissector cleanup:Bill Meier1-18/+12
2009-05-13- add direction filter to PDCPMartin Mathieson1-14/+42
2009-05-11Enable preference to call LTE RRC for data inside PDCP frames.Martin Mathieson1-36/+38
2009-04-28Try to cast away win64 buildbot problem.Martin Mathieson1-1/+1
2009-04-28Avoid calling strlen() lots of unnecessary times when parsing outhdr values.Martin Mathieson1-3/+5
2009-04-27Try to speed up dissection by using pointers rather than allocating strings. ...Martin Mathieson1-21/+21
2009-04-18Try to speed up lookup of LTE mac/rlc/pdcp dissectorsMartin Mathieson1-23/+37
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-2/+2
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson1-3/+13
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson1-1/+7
2009-03-16Add a ReTX count (resends being caused by HARQ NACKs).Martin Mathieson1-1/+4
2009-02-20Set and use 'plane' more carefully.Martin Mathieson1-0/+3
2009-02-12Call GTPv2 dissector.Martin Mathieson1-0/+6
2009-01-26Add dissector for LTE PDCP.Martin Mathieson1-16/+0
2009-01-23Get ready to call PDCP LTE dissector (when its cleaned up and added).Martin Mathieson1-40/+294
2009-01-05Add RLC LTE dissector.Martin Mathieson1-7/+5
2009-01-02Fix a typo.Martin Mathieson1-2/+3
2009-01-02Use LTE RRC dissector.Martin Mathieson1-0/+236
2008-12-23Call new LTE MAC dissector when find in file.Martin Mathieson1-4/+187
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-5/+5
2008-08-25remove unnecessary registration of a prefs callback; minor cleanupBill Meier1-3/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ...Bill Meier1-5/+5
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-4/+4
2008-06-12Dissect BCH channels (expect control messages only).Martin Mathieson1-1/+1
2008-06-06Set release year and month for F7 FP (needed for correct EDCH no-of-subframes...Martin Mathieson1-0/+4
2008-06-04- Make FP radio division mode/speed explicit in struct for R7Martin Mathieson1-2/+7
2008-05-27Enable R7 FP for UDP-based variants.Martin Mathieson1-3/+7
2008-05-20Enable FP R7 support.Martin Mathieson1-2/+22
2008-02-03Add mapping for s1ap_r8.Martin Mathieson1-29/+50
2008-01-16Changed some variable types to make it compile.Stig Bjørlykke1-3/+3