Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
[metze/wireshark/wip.git] / epan / dissectors / packet-pdcp-lte.c
2011-06-20 Bill MeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-05-05 Jakub ZawadzkiCleanup: replace se_alloc+memcpy combo with single...
2011-03-16 Martin MathiesonAvoid some unnecessary assignments (as reported by...
2011-03-06 Martin MathiesonRemove some instances of _U_ where the parameter is...
2011-02-04 Martin MathiesonShow some top-level info about PDCP frame in protocol...
2011-01-05 Jeff MorrissRemove an unreached return.
2010-12-31 Martin MathiesonAdd current list of ROHC profile names, taken from:
2010-11-30 Martin MathiesonFrom Pascal Quantin:
2010-11-22 Martin MathiesonAdd sequence analysis for PDCP, based upon RLC/UM.
2010-11-05 Martin MathiesonPass ueid + channel-info into PDCP dissector.
2010-11-02 Martin MathiesonDon't allocate context struct until/unless heuristic...
2010-10-30 Jeff MorrissMake tvb_strneql()'s size parameter be a size_t. Remov...
2010-10-10 Bill MeierDefine a variable as static; Minor code simplification.
2010-09-24 Jeff Morriss(Refining the regexp...) Replace blurbs that match...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-07-07 Martin MathiesonFrom Pascal Quantin: Add offset of 1 to FMS.
2010-06-18 Martin MathiesonAdd new strings/dissector function for signalling RRC...
2010-01-25 Martin MathiesonFrom Pascal Quantin: fid some LTE MAC and PDCP typos
2010-01-25 Stig BjørlykkeFrom Didier Gautheron via bug 4419:
2009-12-11 Martin MathiesonFrom Pascal Quantin: add PDCP framing method over UDP.
2009-11-16 Martin MathiesonAllow LTE RRC dissector to call PDCP/RRC dissectors...
2009-10-13 Martin MathiesonStatus report bitmap can be empty, so add test.
2009-09-23 Kovarththanan Raja... Use col_set_str instead of col_add_fstri/col_add_str...
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-07-13 Martin MathiesonRemove calls to check_col().
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-11 Martin MathiesonTrivial: add spaces to info column string text.
2009-05-31 Martin MathiesonDon't dissect IP-ID and UDP checksum for IR, IR-DYN...
2009-05-19 Martin MathiesonAdd a few more missing ROHC RTP fields.
2009-05-13 Martin Mathieson- add direction filter to PDCP
2009-05-11 Martin MathiesonEnable preference to call LTE RRC for data inside PDCP...
2009-05-08 Martin MathiesonRename lis to fms & some ROHC feedback format improvements.
2009-05-08 Bill MeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2009-03-11 Martin MathiesonThe abbreviation is "TOHC", not "RoHC".
2009-02-20 Martin MathiesonSet and use 'plane' more carefully.
2009-02-19 Martin MathiesonFrom Vincent Helfre:
2009-01-26 Bill MeierPrefs callback & etc not req'd ...
2009-01-26 Martin MathiesonRemove C++-style comment.
2009-01-26 Martin MathiesonAdd dissector for LTE PDCP.