aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Collapse)AuthorFilesLines
2006-10-26Hopefully zap some warningsmartinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19702 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-20Minor info column formatting + improved hf long text entriesmartinm1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19626 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Fix some compiler warnings (about real problems).guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19604 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-05Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).martinm1-54/+83
Add some if (tree) tests to try to avoid doing extra work (large FP captures can be very slow to load). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19439 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-03- Add special case for reading strange encoding of ATM CID fieldmartinm1-3/+8
- Indicate direction of DCH Data in info column - Assume EDCH payload CRC if 2 bytes are left over (previous test was broken) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19405 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-22Add remaining dedicated control message types. This dissector is pretty ↵martinm1-5/+59
complete now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19286 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-22EDCH new fields + another DCH control message typemartinm1-48/+165
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19285 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-21New fields in R6 RACHmartinm1-5/+115
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19270 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-18Add old release DSCH FDD fields. Try to squash compiler warnings seen on ↵martinm1-8/+75
MACOS buildbot git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19253 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-15More missing message typesmartinm1-12/+142
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19235 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-14More fixes and prettificationsmartinm1-28/+58
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19233 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-13Add support for R6 HSDPA data 'new IEs' (the spec seems not be be very ↵martinm1-4/+89
clear...). Try to cast away a warning seen on buildbot logs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19229 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-12More DCH control typesmartinm1-17/+64
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19212 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-12Various small fixes and prettificationsmartinm1-12/+60
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19207 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-11Added E-DCH (HSUPA) channels to FP.martinm1-19/+401
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-06Dissect some more common control messagesmartinm1-27/+87
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19164 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult ↵martinm1-0/+1626
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