aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-25From Pascal Quantin (bug 6159).Martin Mathieson1-2/+15
2011-07-25Fix bug 6160.Martin Mathieson1-2/+2
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, MA...Martin Mathieson1-2/+2
2011-07-08Trivial: add a couple of newlines.Martin Mathieson1-0/+1
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-5/+2
2011-03-16Avoid some unnecessary assignments (as reported by clang).Martin Mathieson1-12/+4
2011-03-06Remove some instances of _U_ where the parameter is now used.Martin Mathieson1-6/+6
2011-02-04Show some top-level info about PDCP frame in protocol root.Martin Mathieson1-11/+30
2011-01-05Remove an unreached return.Jeff Morriss1-5/+2
2010-12-31Add current list of ROHC profile names, taken from:Martin Mathieson1-8/+20
2010-11-30From Pascal Quantin:Martin Mathieson1-29/+28
2010-11-22Add sequence analysis for PDCP, based upon RLC/UM.Martin Mathieson1-14/+419
2010-11-05Pass ueid + channel-info into PDCP dissector.Martin Mathieson1-0/+47
2010-11-02Don't allocate context struct until/unless heuristic signature string matches.Martin Mathieson1-11/+24
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss1-1/+1
2010-10-10Define a variable as static; Minor code simplification.Bill Meier1-9/+7
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-5/+5
2010-07-07From Pascal Quantin: Add offset of 1 to FMS.Martin Mathieson1-1/+1
2010-06-18Add new strings/dissector function for signalling RRC messages that will addMartin Mathieson1-4/+4
2010-01-25From Pascal Quantin: fid some LTE MAC and PDCP typosMartin Mathieson1-20/+11
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-3/+0
2009-12-11From Pascal Quantin: add PDCP framing method over UDP.Martin Mathieson1-0/+159
2009-11-16Allow LTE RRC dissector to call PDCP/RRC dissectors as appropriate for signal...Martin Mathieson1-0/+9
2009-10-13Status report bitmap can be empty, so add test.Martin Mathieson1-17/+21
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-07-13Remove calls to check_col().Martin Mathieson1-116/+47
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-44/+44
2009-06-11Trivial: add spaces to info column string text.Martin Mathieson1-2/+2
2009-05-31Don't dissect IP-ID and UDP checksum for IR, IR-DYN frames.Martin Mathieson1-97/+104
2009-05-19Add a few more missing ROHC RTP fields.Martin Mathieson1-4/+40
2009-05-13- add direction filter to PDCPMartin Mathieson1-90/+112
2009-05-11Enable preference to call LTE RRC for data inside PDCP frames.Martin Mathieson1-11/+75
2009-05-08Rename lis to fms & some ROHC feedback format improvements.Martin Mathieson1-27/+55
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-2/+2
2009-03-11The abbreviation is "TOHC", not "RoHC".Martin Mathieson1-17/+17
2009-02-20Set and use 'plane' more carefully.Martin Mathieson1-1/+6
2009-02-19From Vincent Helfre:Martin Mathieson1-15/+15
2009-01-26Prefs callback & etc not req'd ...Bill Meier1-9/+2
2009-01-26Remove C++-style comment.Martin Mathieson1-1/+1
2009-01-26Add dissector for LTE PDCP.Martin Mathieson1-0/+2336