summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-umts_fp.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-15Add support for FP E-DCH T2 frames.Martin Mathieson1-0/+1
svn path=/trunk/; revision=35188
2010-11-22Add another (unsupported) channel type identifier.Martin Mathieson1-0/+1
svn path=/trunk/; revision=35001
2010-11-19Reserve not-yet-supported channel type IDs.Martin Mathieson1-0/+2
svn path=/trunk/; revision=34967
2010-08-17Change a channel type #define to be contiguous with others.Martin Mathieson1-1/+1
svn path=/trunk/; revision=33831
2010-02-27Squelch warning (I think some compiler out there, perhaps AIX's, willGuy Harris1-1/+1
fail on that). svn path=/trunk/; revision=32023
2009-11-29From Tobias Witek:Anders Broman1-0/+2
Add support for UMTS FP over UDP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4218 svn path=/trunk/; revision=31113
2009-11-05From Tobias Witek:Anders Broman1-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 svn path=/trunk/; revision=30838
2008-06-04- Make FP radio division mode/speed explicit in struct for R7Martin Mathieson1-2/+11
- Various R7 fixes svn path=/trunk/; revision=25425
2008-05-25More R7 tweaks and comment updates.Martin Mathieson1-0/+1
svn path=/trunk/; revision=25376
2008-05-20Enable FP R7 support.Martin Mathieson1-2/+9
This commit adds a header file needed by my PDCP dissector. (not yet ready to be added). svn path=/trunk/; revision=25326
2008-05-11Add define for new channel type.Martin Mathieson1-18/+19
svn path=/trunk/; revision=25272
2007-05-08From Kriang Lerdsuwanakij:Martin Mathieson1-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. svn path=/trunk/; revision=21726
2007-02-14Try to fix a naming conflict on Windows.Gerald Combs1-1/+1
svn path=/trunk/; revision=20814
2007-02-14Change fp_info struct to be more general by removing DCT2000-specific field.Martin Mathieson1-7/+13
Also: - Fix a division-by-zero error in FP dissector - Correct the way DCT2000 IPPrim addresses and ports are dissected and displayed svn path=/trunk/; revision=20812
2007-02-08From: Kriang LerdsuwanakijLuis Ontanon1-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). svn path=/trunk/; revision=20749
2006-09-22Add missing updates to unbreak build...Martin Mathieson1-0/+1
svn path=/trunk/; revision=19287
2006-09-14svn propset.Anders Broman1-1/+1
svn path=/trunk/; revision=19234
2006-09-11Added E-DCH (HSUPA) channels to FP.Martin Mathieson1-1/+5
Also show VPI/VCI/CID in ATM protocol label. svn path=/trunk/; revision=19189
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult ↵Martin Mathieson1-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. svn path=/trunk/; revision=19130