aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fp_hint.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-19From Michael Mann via bug 2794:stig1-1/+1
Fixed display filters with obvious typos. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36713 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23Remove some unncessary assignments to proto_item pointers.martinm1-6/+4
Coverity 904 & 905. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36287 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-15From Tobias Witek:martinm1-2/+2
Bug 5494 - FP-Hint: Display correct DCH-ID value In FP-Hint, DCH-IDs are stored as a 5-bit value. While a 5-bit value can hold values from 0..31, DCH-IDs in the NBAP, RNSAP and RRC protocols have values from 1..32. This patch adds 1 to the DCH-ID in FP-Hint in order to display the correct DCH-ID value in the protcol tree. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35190 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-08From Tobias Witek (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5283)martinm1-6/+13
epan/dissectors/packet-umts_fp.c * Added mac subdissector (MAC) call to HSDSCH TYPE2 frames epan/dissectors/packet-umts_mac.c * Added support for HSDSCH TYPE2 frames by means of not nibble-shifting (4 bits) the SDU if MAC-ehs is used epan/dissectors/packet-rlc.c * Added support for "Use special value of the HE field" (3gpp 25.332-7a0 9.2.2.7) commonly used for Release 7 HSDPA. REMARK: although the specification mandates that the special value is only allowed when activated by higher layers (RRC), it is interpreted unconditionally. We assume this is OK, because a different use in future specifications is very unlikely. epan/dissectors/packet-fp_hint.c * Added decoding of MAC-ehs indicator for HSDSCH frames * Bumped fpi->release from 6 to 7 to enable proper HSDSCH TYPE2 frame decoding in the UTMS MAC parser. In general, this appears not to affect decoding of (conformant) FP frames of pevious releases. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34433 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-01C-ize a C++ comment.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31763 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-01From Tobias Witek:etxrab1-17/+15
Replace ERF dissector with ATM dissector for protocols 'FP Hint' and 'META' https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4384 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31761 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31557 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-09hf[]: Use NULL for "blurb" instead of dup or empty text string;wmeier1-19/+17
#include <stdio.h> & <stdlib.h> not needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30430 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-09From Tobias Witek:etxrab1-0/+586
New protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321). This does not currently compile cleanly but checking it in to be worked on. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30414 f5534014-38df-0310-8fa8-9805f1628bb7