aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
Commit message (Expand)AuthorAgeFilesLines
* When extending values, extra bits are always m.s.Martin Mathieson2008-05-201-19/+34
* Enable FP R7 support.Martin Mathieson2008-05-201-59/+106
* HS-DSCH type 2 bug fix + prettification.Martin Mathieson2008-05-121-16/+65
* Added HS-DSCH data frame type 2 (currently only compile-tested).Martin Mathieson2008-05-111-6/+250
* Add a couple of missing HS-DSCH data frame fields.Martin Mathieson2008-05-091-2/+39
* Initialise variable.Martin Mathieson2008-05-021-0/+1
* Fix (what I presume to be) a typo to prevent compile error.Bill Meier2008-05-021-1/+1
* More R7 additions.Martin Mathieson2008-05-021-2/+38
* Updated common control messages to R7.Martin Mathieson2008-05-021-24/+107
* Fix test for unlimited credits value in new alloc format.Martin Mathieson2008-04-281-2/+2
* Add comment explaining that case is safe.Martin Mathieson2008-04-251-0/+1
* Add cast to avoid Windows warning.Martin Mathieson2008-04-251-1/+1
* Fixed some old problems found while starting to add R7 support.Martin Mathieson2008-04-251-33/+186
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-1/+1
* Make groups of PDUs filterable as large FT_BYTES itemsMartin Mathieson2007-10-231-2/+2
* Show multi-byte variable length fields using FT_BYTES|BASE_HEX.Martin Mathieson2007-10-221-32/+25
* Cast values to correct sizes for number of bits to squelch Win32 warningsGraham Bloice2007-05-091-3/+3
* Unless I've missed something, the number of subframes can be as many asGuy Harris2007-05-091-1/+1
* From Kriang Lerdsuwanakij:Martin Mathieson2007-05-081-174/+201
* Try to squash a warning seen on win32 buildbot.Martin Mathieson2007-03-211-1/+1
* Try to fix a naming conflict on Windows.Gerald Combs2007-02-141-4/+4
* Change fp_info struct to be more general by removing DCT2000-specific field.Martin Mathieson2007-02-141-37/+54
* Check in trivial changes before generating a big diff...Martin Mathieson2007-01-041-1/+1
* Show generated field when frame has 0 TBs for a channelMartin Mathieson2006-12-181-0/+20
* Fix version check needed for EDCH 'Number of subframes' fieldMartin Mathieson2006-12-141-1/+4
* Fix range highlighted by EDCH sfn header treeMartin Mathieson2006-12-071-4/+5
* EDCH - show total number of PDUs in info columnMartin Mathieson2006-12-071-2/+4
* Fix infinite rate test, tweak filter namesMartin Mathieson2006-11-301-10/+14
* Fix testMartin Mathieson2006-11-101-1/+1
* Make it easier to track user-buffer-space vs capacity requests for HSDPA callsMartin Mathieson2006-11-091-0/+35
* Cast away remaining warnings seen on buildbotMartin Mathieson2006-10-261-3/+3
* Hopefully zap some warningsMartin Mathieson2006-10-261-1/+1
* Minor info column formatting + improved hf long text entriesMartin Mathieson2006-10-201-4/+4
* Fix some compiler warnings (about real problems).Guy Harris2006-10-191-2/+2
* Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).Martin Mathieson2006-10-051-54/+83
* - Add special case for reading strange encoding of ATM CID fieldMartin Mathieson2006-10-031-3/+8
* Add remaining dedicated control message types. This dissector is pretty comp...Martin Mathieson2006-09-221-5/+59
* EDCH new fields + another DCH control message typeMartin Mathieson2006-09-221-48/+165
* New fields in R6 RACHMartin Mathieson2006-09-211-5/+115
* Add old release DSCH FDD fields. Try to squash compiler warnings seen on MAC...Martin Mathieson2006-09-181-8/+75
* More missing message typesMartin Mathieson2006-09-151-12/+142
* svn propset.Anders Broman2006-09-141-1/+1
* More fixes and prettificationsMartin Mathieson2006-09-141-28/+58
* Add support for R6 HSDPA data 'new IEs' (the spec seems not be be very clear....Martin Mathieson2006-09-131-4/+89
* More DCH control typesMartin Mathieson2006-09-121-17/+64
* Various small fixes and prettificationsMartin Mathieson2006-09-121-12/+60
* Added E-DCH (HSUPA) channels to FP.Martin Mathieson2006-09-111-19/+401
* Dissect some more common control messagesMartin Mathieson2006-09-061-27/+87
* Partial implementation of UMTS FP. Currently only works with Catapult DCT200...Martin Mathieson2006-09-041-0/+1626