For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-umts_fp.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-23 martinmUse val_to_str_const().
2011-09-21 etxrabRemove check_col and use ENC_BIG_ENDIAN.
2011-05-20 morrissUse tvb_bytes_to_str() instead of a homegrown version.
2011-05-15 martinmAdd missing trailing 0 to an hf mask value.
2011-03-22 martinmFix mask when extracting FACH Indicator.
2011-03-17 martinmRespond to most of the clang warnings for this dissector.
2011-03-16 martinm2 VS Code Analyzer warnings were bogus. Avoid one and...
2011-03-06 martinmRemove some instances of _U_ where the parameter is...
2011-03-01 martinmWas reading F in mac-is descriptors the wrong way around...
2010-12-17 martinmRefactor EDCH-T2 function to also support the very...
2010-12-15 martinmUse value_string for MAC-is descriptor lchid.
2010-12-15 martinmPrettify the dissection of EDCH T2 data.
2010-12-15 martinmAdd support for FP E-DCH T2 frames.
2010-12-13 martinmShow DDI config info.
2010-11-23 martinmCheck the DDI while dissecting the header.
2010-11-22 martinmAdd another (unsupported) channel type identifier.
2010-11-19 martinmReserve not-yet-supported channel type IDs.
2010-10-08 martinmFrom Tobias Witek (https://bugs.wireshark.org/bugzilla...
2010-10-07 martinmFrom Tobias Witek (bug 5282):
2010-09-15 martinmAdd expert info for timing adjustment control message...
2010-08-27 martinmAllow 3GPP release info to be displayed.
2010-08-25 martinmShow (again?) MAC-d PDUs inside MAC-es PDUs.
2010-08-16 martinmSet length of 'PDU Block Header' subtrees.
2010-08-12 martinmFix a duplicate/copy-pasted filter field name.
2010-08-04 martinmUpdate bit_offset whether calling MAC dissector or...
2010-08-03 martinmAdd a preference to call MAC for TBs (on by default).
2010-01-22 wmeierFix some gcc -Wshadow warnings
2009-11-29 etxrabFrom Tobias Witek:
2009-11-05 etxrabFrom Tobias Witek:
2009-09-24 krjDon't guard col_append_str with check_col
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-12-17 wmeierFix typos and spelling (mostly in text strings)
2008-06-18 martinmShow enhanced high speed channels more clearly.
2008-06-12 martinmShow correct seqno in info column.
2008-06-12 martinmDissect BCH channels (expect control messages only).
2008-06-06 martinmFix RACH extended IE handling.
2008-06-05 martinmFix operator precedence problem.
2008-06-04 martinm- Make FP radio division mode/speed explicit in struct...
2008-05-27 martinmMissed "bytes" -> "bits" changes.
2008-05-27 martinmType 2 hsdsch data is different (size in bytes and...
2008-05-27 martinmFix max pdu size in hsdsch alloc type 2.
2008-05-25 martinmMore R7 tweaks and comment updates.
2008-05-20 martinmWhen extending values, extra bits are always m.s.
2008-05-20 martinmEnable FP R7 support.
2008-05-12 martinmHS-DSCH type 2 bug fix + prettification.
2008-05-11 martinmAdded HS-DSCH data frame type 2 (currently only compile...
2008-05-09 martinmAdd a couple of missing HS-DSCH data frame fields.
2008-05-02 martinmInitialise variable.
2008-05-02 wmeierFix (what I presume to be) a typo to prevent compile...
2008-05-02 martinmMore R7 additions.
2008-05-02 martinmUpdated common control messages to R7.
2008-04-28 martinmFix test for unlimited credits value in new alloc format.
2008-04-25 martinmAdd comment explaining that case is safe.
2008-04-25 martinmAdd cast to avoid Windows warning.
2008-04-25 martinmFixed some old problems found while starting to add...
2007-11-08 etxrabApply yet another set of the optimization patches:
2007-10-23 martinmMake groups of PDUs filterable as large FT_BYTES items
2007-10-22 martinmShow multi-byte variable length fields using FT_BYTES...
2007-05-09 grahambCast values to correct sizes for number of bits to...
2007-05-09 guyUnless I've missed something, the number of subframes...
2007-05-08 martinmFrom Kriang Lerdsuwanakij:
2007-03-21 martinmTry to squash a warning seen on win32 buildbot.
2007-02-14 geraldTry to fix a naming conflict on Windows.
2007-02-14 martinmChange fp_info struct to be more general by removing...
2007-01-04 martinmCheck in trivial changes before generating a big diff...
2006-12-18 martinmShow generated field when frame has 0 TBs for a channel
2006-12-14 martinmFix version check needed for EDCH 'Number of subframes...
2006-12-07 martinmFix range highlighted by EDCH sfn header tree
2006-12-07 martinmEDCH - show total number of PDUs in info column
2006-11-30 martinmFix infinite rate test, tweak filter names
2006-11-10 martinmFix test
2006-11-09 martinmMake it easier to track user-buffer-space vs capacity...
2006-10-26 martinmCast away remaining warnings seen on buildbot
2006-10-26 martinmHopefully zap some warnings
2006-10-20 martinmMinor info column formatting + improved hf long text...
2006-10-19 guyFix some compiler warnings (about real problems).
2006-10-05 martinmMake IPPrim based addresses filterable (mirroring ip...
2006-10-03 martinm- Add special case for reading strange encoding of...
2006-09-22 martinmAdd remaining dedicated control message types. This...
2006-09-22 martinmEDCH new fields + another DCH control message type
2006-09-21 martinmNew fields in R6 RACH
2006-09-18 martinmAdd old release DSCH FDD fields. Try to squash compile...
2006-09-15 martinmMore missing message types
2006-09-14 etxrabsvn propset.
2006-09-14 martinmMore fixes and prettifications
2006-09-13 martinmAdd support for R6 HSDPA data 'new IEs' (the spec seems...
2006-09-12 martinmMore DCH control types
2006-09-12 martinmVarious small fixes and prettifications
2006-09-11 martinmAdded E-DCH (HSUPA) channels to FP.
2006-09-06 martinmDissect some more common control messages
2006-09-04 martinmPartial implementation of UMTS FP. Currently only...