aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-25From Pascal Quantin: fid some LTE MAC and PDCP typosmartinm1-20/+11
2010-01-25From Didier Gautheron via bug 4419:stig1-3/+0
2009-12-11From Pascal Quantin: add PDCP framing method over UDP.martinm1-0/+159
2009-11-16Allow LTE RRC dissector to call PDCP/RRC dissectors as appropriate for signal...martinm1-0/+9
2009-10-13Status report bitmap can be empty, so add test.martinm1-17/+21
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...krj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-07-13Remove calls to check_col().martinm1-116/+47
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-44/+44
2009-06-11Trivial: add spaces to info column string text.martinm1-2/+2
2009-05-31Don't dissect IP-ID and UDP checksum for IR, IR-DYN frames.martinm1-97/+104
2009-05-19Add a few more missing ROHC RTP fields.martinm1-4/+40
2009-05-13- add direction filter to PDCPmartinm1-90/+112
2009-05-11Enable preference to call LTE RRC for data inside PDCP frames.martinm1-11/+75
2009-05-08Rename lis to fms & some ROHC feedback format improvements.martinm1-27/+55
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-2/+2
2009-03-11The abbreviation is "TOHC", not "RoHC".martinm1-17/+17
2009-02-20Set and use 'plane' more carefully.martinm1-1/+6
2009-02-19From Vincent Helfre:martinm1-15/+15
2009-01-26Prefs callback & etc not req'd ...wmeier1-9/+2
2009-01-26Remove C++-style comment.martinm1-1/+1
2009-01-26Add dissector for LTE PDCP.martinm1-0/+2336