aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-22Fix some gcc -Wshadow warningswmeier1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31623 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-29From Tobias Witek:etxrab1-0/+30
Add support for UMTS FP over UDP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4218 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31113 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-05From Tobias Witek:etxrab1-41/+89
w protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30838 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30125 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
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-60/+60
(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
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27065 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27028 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-18Show enhanced high speed channels more clearly.martinm1-2/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25472 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-12Show correct seqno in info column.martinm1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25446 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-12Dissect BCH channels (expect control messages only).martinm1-1/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25445 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-06Fix RACH extended IE handling.martinm1-37/+154
Flags have different meanings depending upon radio mode... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25435 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-05Fix operator precedence problem.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25430 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-04- Make FP radio division mode/speed explicit in struct for R7martinm1-12/+84
- Various R7 fixes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25425 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-27Missed "bytes" -> "bits" changes.martinm1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25387 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-27Type 2 hsdsch data is different (size in bytes and byte-aligned).martinm1-4/+57
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25386 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-27Fix max pdu size in hsdsch alloc type 2.martinm1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25385 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-25More R7 tweaks and comment updates.martinm1-27/+56
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25376 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-20When extending values, extra bits are always m.s.martinm1-19/+34
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25328 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-20Enable FP R7 support.martinm1-59/+106
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-05-12HS-DSCH type 2 bug fix + prettification.martinm1-16/+65
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25277 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-11Added HS-DSCH data frame type 2 (currently only compile-tested).martinm1-6/+250
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25271 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-09Add a couple of missing HS-DSCH data frame fields.martinm1-2/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25267 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-02Initialise variable.martinm1-0/+1
(sorry about the build breakage, these new message formats will be tested soon and it looks like I forgot to compile-test the last change I made...). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25220 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-02Fix (what I presume to be) a typo to prevent compile error.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25219 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-02More R7 additions.martinm1-2/+38
Main missing part is new HSDSCH data frame type 2. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25217 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-02Updated common control messages to R7.martinm1-24/+107
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25216 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-28Fix test for unlimited credits value in new alloc format.martinm1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25185 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-25Add comment explaining that case is safe.martinm1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25178 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-25Add cast to avoid Windows warning.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25177 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-25Fixed some old problems found while starting to add R7 support.martinm1-33/+186
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25171 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
-set_str2add_str_val_to_str git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23406 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-23Make groups of PDUs filterable as large FT_BYTES itemsmartinm1-2/+2
(where the initial length isn't readily available when item is first added) Note that this still won't work where an initial length of 0 is given for the item that will later be extended using proto_item_set_len(), as the pointer value part of the zero-length array will reamin NULL... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23253 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Show multi-byte variable length fields using FT_BYTES|BASE_HEX.martinm1-32/+25
Note that there is still a problem with 'Apply as filter' filters. They seem to remember the initial length of the item, and not the final length set using proto_item_set_len() (this is the case for groups of TBs/PDUs). Will investigate when time allows... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23239 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-09Cast values to correct sizes for number of bits to squelch Win32 warningsgrahamb1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21737 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-09Unless I've missed something, the number of subframes can be as many asguy1-1/+1
16 (4 bits, 0-origin, so that's 15 + 1 as the maximum). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21733 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-08From Kriang Lerdsuwanakij:martinm1-174/+201
This patch adds the handling of Spare Extension bytes to UMTS Frame Protocol. It also handles the case when the presence of CRC in dedicated channels is not known (i.e. when FP from a K12/K15 log is dissected). The new functionality is placed in the new function "dissect_spare_extension_and_crc". The "dch_crc_present" field inside "struct fp_info" (file packet-umts_fp.h) is also extended to handle the case of unknown CRC presence. Much of other changes is to update "offset" variable and return it so that the location of Spare Extension and CRC is available. The patch also include a small tweak to handle Frame Protocol information saved from K15. Some fields appear 8 bytes later compared to K12. The changes are in the file packet-k12.c. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21726 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21Try to squash a warning seen on win32 buildbot.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21092 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-14Try to fix a naming conflict on Windows.gerald1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20814 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-14Change fp_info struct to be more general by removing DCT2000-specific field.martinm1-37/+54
Also: - Fix a division-by-zero error in FP dissector - Correct the way DCT2000 IPPrim addresses and ports are dissected and displayed git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20812 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-04Check in trivial changes before generating a big diff...martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20304 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-18Show generated field when frame has 0 TBs for a channelmartinm1-0/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20146 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-14Fix version check needed for EDCH 'Number of subframes' fieldmartinm1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20137 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-07Fix range highlighted by EDCH sfn header treemartinm1-4/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20060 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-07EDCH - show total number of PDUs in info columnmartinm1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20059 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-30Fix infinite rate test, tweak filter namesmartinm1-10/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20025 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-10Fix testmartinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19873 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-09Make it easier to track user-buffer-space vs capacity requests for HSDPA callsmartinm1-0/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19871 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-26Cast away remaining warnings seen on buildbotmartinm1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19704 f5534014-38df-0310-8fa8-9805f1628bb7