aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18Recognise update string for SR failure, and show ueid in MAC if set.martinm1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31916 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-25From Didier Gautheron via bug 4419:stig1-15/+0
se_alloc and ep_alloc never return NULL and se_alloc0 already initialized data with 0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31654 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-08Add needed offset to 'radio-type' attached to MAC frame.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31469 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-29Getting ready to dissect CPRI C&M commands.martinm1-0/+125
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31391 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-28Flag errors with expert info.martinm1-2/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30748 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-26Add a preference to control whether or not comment strings are scanned for ↵martinm1-2/+13
oob LTE MAC messages. Scanning them is probably quite slow. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30713 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-26Add support for displaying/filtering some LTE MAC out-of-band events.martinm1-1/+78
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30711 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-26Add support for showing/filtering/resaving logged LTE strings.martinm1-18/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30700 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-14Show UEId in info column for CCCH frames.martinm1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29892 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29726 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29568 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-25Show CRC errors for RARs.martinm1-6/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29548 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-15Allow s1ap not to be dissected (to avoid seeing errors, possibly due to ↵martinm1-1/+13
proprietary variants). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29420 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-13Remove calls to check_col(), and stop giving '{' a line of its own.martinm1-302/+160
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29078 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07Add preference for turning off LTE RRC.martinm1-3/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28988 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
More FT_XXX cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28971 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26Misc dissector cleanup:wmeier1-18/+12
- Make some fcns & vars static - hf[] blurbs: "" and repeated text --> NULL - Move proto_register & proto_reg_handoff to end of source - packet-catapult-dct2000: simplify proto_reg_handoff - Use consistent indentation git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28488 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-13- add direction filter to PDCPmartinm1-14/+42
- fix PDCP fields ("pdcp.*" -> "pdcp-lte.*") - improve PDCP info column output (to be more like RLC) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28342 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-11Enable preference to call LTE RRC for data inside PDCP frames.martinm1-36/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28329 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-28Try to cast away win64 buildbot problem.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28191 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-28Avoid calling strlen() lots of unnecessary times when parsing outhdr values.martinm1-3/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28190 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-27git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28183 ↵anonsvn1-21/+21
f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-18Try to speed up lookup of LTE mac/rlc/pdcp dissectorsmartinm1-23/+37
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28085 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-29Define certain fcns as static (if not used externally).wmeier1-2/+2
Also: whiule we're at it: - fix hf[] blurbs as appropriate to use NULL; - fix some indentation git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27890 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-24Only report CRC Status when we know it to be valid.martinm1-3/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27841 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-23Add CRC error flag to frames, and show in stats window.martinm1-1/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27837 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-16Add a ReTX count (resends being caused by HARQ NACKs).martinm1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27739 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-20Set and use 'plane' more carefully.martinm1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27488 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-12Call GTPv2 dissector.martinm1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27440 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-26Add dissector for LTE PDCP.martinm1-16/+0
This dissector has lots of TODOs, and hasn't really been worked on in a while, but since a couple of people had been asking about PDCP support I thought I'd check it in now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27293 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-23Get ready to call PDCP LTE dissector (when its cleaned up and added).martinm1-40/+294
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27289 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-05Add RLC LTE dissector.martinm1-7/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27161 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-02Fix a typo.martinm1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27149 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-02Use LTE RRC dissector.martinm1-0/+236
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27148 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-23Call new LTE MAC dissector when find in file.martinm1-4/+187
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27103 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25remove unnecessary registration of a prefs callback; minor cleanupwmeier1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26076 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-27Fix some warnings reported by gcc -Wshadow ...wmeier1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25616 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-23Renamed a local variable to avoid name collisions.stig1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25563 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-12Dissect BCH channels (expect control messages only).martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25445 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-06Set release year and month for F7 FP (needed for correct EDCH ↵martinm1-0/+4
no-of-subframes field). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25436 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-04- Make FP radio division mode/speed explicit in struct for R7martinm1-2/+7
- Various R7 fixes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25425 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-27Enable R7 FP for UDP-based variants.martinm1-3/+7
Correct interpretation of hs-dsch outhdr flag. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25384 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-20Enable FP R7 support.martinm1-2/+22
This commit adds a header file needed by my PDCP dissector. (not yet ready to be added). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25326 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-03Add mapping for s1ap_r8.martinm1-29/+50
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24264 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-16Changed some variable types to make it compile.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24117 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-16- Display some sctpprim parametersmartinm1-45/+295
- Parse sctpprim v3 properly now - Add wtp protocol name git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24113 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-03Add "soap" -> "http" mapping.martinm1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23703 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-02Improve some comments (and test committing from Windowsmartinm1-24/+38
build). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23343 f5534014-38df-0310-8fa8-9805f1628bb7