aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-10From Jacob Nordgren and Rishie Sharma:etxrab1-0/+5
RLC: changed so reassembly fail flag is set per channel instead of globally. RLC: added reset channel function Added support for reconfigurin HSDSCH flows, and E-DCH flows (just needs to figure out when it should become active for 'overloaded' ports), also changed slightly how ehs headers are configured in nbap. Removed extra (debugging) port in nbap This is the last patch set for a while. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44423 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-26From Jacob Nordgren and Rishie Sharma:etxrab1-2/+14
- RRC now configures logical channels in HS-DSCH hs, and some HSDSCH common support added - RLC: modifed memory management, MAC: dch would set the incorrect logical channel for RLC git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44027 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onetxrab1-0/+4
Updateing conversation handling to dissect FP/MAC/RLC (Work in progress). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43781 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-16From Jacob Nordgren and Rishie Sharma:etxrab1-0/+6
Updated conversation handling to dissect FP/MAC/RLC git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43749 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-28/+85
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-15Add support for FP E-DCH T2 frames.martinm1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35188 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-22Add another (unsupported) channel type identifier.martinm1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35001 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-19Reserve not-yet-supported channel type IDs.martinm1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34967 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-17Change a channel type #define to be contiguous with others.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33831 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-28Added svn:ignore targets.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32055 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-29From Tobias Witek:etxrab1-0/+2
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-0/+11
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
2008-06-04- Make FP radio division mode/speed explicit in struct for R7martinm1-2/+11
- Various R7 fixes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25425 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-25More R7 tweaks and comment updates.martinm1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25376 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-20Enable FP R7 support.martinm1-2/+9
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-11Add define for new channel type.martinm1-18/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25272 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-08From Kriang Lerdsuwanakij:martinm1-1/+1
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-02-14Try to fix a naming conflict on Windows.gerald1-1/+1
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-7/+13
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-02-08From: Kriang Lerdsuwanakijlego1-0/+1
In the attached patch, the K12 wiretap now saves the content of record after captured packet data. The K12 dissector then could extract them and provide useful information to properly dissect FP frames (user plane of UTRAN Iub interface). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20749 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-22Add missing updates to unbreak build...martinm1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19287 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-14svn propset.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19234 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-11Added E-DCH (HSUPA) channels to FP.martinm1-1/+5
Also show VPI/VCI/CID in ATM protocol label. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19189 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult ↵martinm1-0/+60
DCT2000 format files, as need extra information about packet when decoding. There are a few TODOs (notably E-DCH channels), but the current version gives OK coverage. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19130 f5534014-38df-0310-8fa8-9805f1628bb7