aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-09Obsolete a preferenceMartin Mathieson1-6/+3
2012-04-01Clear info column before calling ROHC dissector.Martin Mathieson1-0/+3
2012-03-30When a capture starts with a non-zero SN, don't report 0-(SN-1) asMartin Mathieson1-1/+4
2012-03-08Want to write RRC info column info always. Also save and restore writableMartin Mathieson1-1/+8
2012-03-08Add a preference to show in the info column RLC, PDCP or trafficMartin Mathieson1-1/+61
2012-02-03Dissect and check reserved bits at start of signalling format.Martin Mathieson1-0/+17
2012-01-23Use plane rather than channelType as part of key for looking up channelMartin Mathieson1-3/+3
2012-01-23PDCP:Martin Mathieson1-1/+1
2012-01-22Use detailed key for sequence analysis results to avoid overwriting withMartin Mathieson1-21/+77
2012-01-22Allow sequence analysis to be done either for PDCP frames found in RLCMartin Mathieson1-12/+68
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-12-20Avoid dupliacte entries in col_protoAnders Broman1-2/+2
2011-12-15#if 0 out a bunch of (currently?) unused routines.Guy Harris1-3/+3
2011-12-15Clean up indentation.Guy Harris1-46/+47
2011-12-15#if 0 now unused variables.Anders Broman1-6/+7
2011-12-15Call the rohc dissector directly, the code will be cleaned upAnders Broman1-5/+27
2011-12-15From Per Liedberg:Anders Broman1-3/+6
2011-12-12- Change the tree layout to mimic packet-pdcp-lte.cAnders Broman1-2/+2
2011-12-10Fix a couple of warnings.Anders Broman1-5/+5
2011-12-10Dissect the whole IR dyn packet in packet-rohc.cAnders Broman1-19/+17
2011-12-09Dissect the whole IR packet in packet-rohc.cAnders Broman1-20/+18
2011-12-09Use correct offset.Anders Broman1-2/+2
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.Guy Harris1-1/+0
2011-12-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,Guy Harris1-1/+1
2011-12-08Start using functions from packet-rohc.cAnders Broman1-2/+40
2011-12-08Skip correct number of bytes.Martin Mathieson1-1/+1
2011-12-07Fix for bug 6650: IP-ID is 2 bytes.Martin Mathieson1-5/+6
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-12Fix a benign bug: Use correct proto_tree_add_item() encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-59/+59
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-17/+17
2011-09-23Use val_to_str_const().Martin Mathieson1-10/+10
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
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