aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-09Use correct offset.etxrab1-2/+2
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.guy1-1/+0
2011-12-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,guy1-1/+1
2011-12-08Start using functions from packet-rohc.cetxrab1-2/+40
2011-12-08Skip correct number of bytes.martinm1-1/+1
2011-12-07Fix for bug 6650: IP-ID is 2 bytes.martinm1-5/+6
2011-10-24Fix encoding arg for various fcn calls:wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-12Fix a benign bug: Use correct proto_tree_add_item() encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-59/+59
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-17/+17
2011-09-23Use val_to_str_const().martinm1-10/+10
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
2011-07-25From Pascal Quantin (bug 6159).martinm1-2/+15
2011-07-25Fix bug 6160.martinm1-2/+2
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, MA...martinm1-2/+2
2011-07-08Trivial: add a couple of newlines.martinm1-0/+1
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+2
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().darkjames1-5/+2
2011-03-16Avoid some unnecessary assignments (as reported by clang).martinm1-12/+4
2011-03-06Remove some instances of _U_ where the parameter is now used.martinm1-6/+6
2011-02-04Show some top-level info about PDCP frame in protocol root.martinm1-11/+30
2011-01-05Remove an unreached return.morriss1-5/+2
2010-12-31Add current list of ROHC profile names, taken from:martinm1-8/+20
2010-11-30From Pascal Quantin:martinm1-29/+28
2010-11-22Add sequence analysis for PDCP, based upon RLC/UM.martinm1-14/+419
2010-11-05Pass ueid + channel-info into PDCP dissector.martinm1-0/+47
2010-11-02Don't allocate context struct until/unless heuristic signature string matches.martinm1-11/+24
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...morriss1-1/+1
2010-10-10Define a variable as static; Minor code simplification.wmeier1-9/+7
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-5/+5
2010-07-07From Pascal Quantin: Add offset of 1 to FMS.martinm1-1/+1
2010-06-18Add new strings/dissector function for signalling RRC messages that will addmartinm1-4/+4
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