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