aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-01From Pascal Quantin:martinm1-17/+35
2011-12-01When have RLC PDUs that are truncated after headers:martinm1-8/+23
2011-11-24Only add the priority level if it is set inside valid range.martinm1-3/+5
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-24Fix encoding arg for various fcn calls:wmeier1-15/+15
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the 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-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-3/+3
2011-09-22Be careful about reporting number of missing SNs when wrapping around SN range.martinm1-2/+2
2011-09-21Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and (presumably...wmeier1-1/+1
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same sta...martinm1-0/+7
2011-09-10Update some comments.martinm1-11/+10
2011-09-06Use correct hf item, and add reassembled length into subtree summary.martinm1-6/+8
2011-09-06First stab at RLC re-assembly.martinm1-29/+393
2011-07-26Don't attach sequence analysis results to control/data PDUs when not appropri...martinm1-6/+34
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, MA...martinm1-2/+2
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) mes...martinm1-9/+12
2011-07-18Add a generated field for the number of NACKs in an AM status PDU.martinm1-0/+9
2011-06-20Some fixes to UM sequence analysis.martinm1-15/+21
2011-06-08Fix a typo (spotted by Pascal Quantin).martinm1-1/+1
2011-05-23Pass tap info into sequence analysis function.martinm1-3/+4
2011-05-19Improve AM sequence analysis, check ACK looks sensible compared with latest S...martinm1-7/+119
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().darkjames1-5/+2
2011-04-17Allow signaling protocol (e.g. RRC) to set number of SN bitsmartinm1-1/+15
2011-04-11Show Segment offset number in AM header root item.martinm1-1/+1
2011-04-01Take care not to append RLC mode to proto_item twice.martinm1-3/+0
2011-03-16Avoid some unnecessary assignments (as reported by clang).martinm1-10/+2
2011-03-06Remove some instances of _U_ where the parameter is now used.martinm1-2/+2
2011-02-28When doing sequence analysis, allow for the first SN to be seen not to be 0.martinm1-13/+25
2011-02-18Try to fix more Clang scan-build warnings.gerald1-0/+1
2011-02-02Allow PDCP dissector to be called for complete SDUs from UM RLC PDUs.martinm1-10/+19
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-11-15Assert was firing while working out sequence length for user plane frames.martinm1-12/+14
2010-11-05Pass ueid + channel-info into PDCP dissector.martinm1-0/+2
2010-11-02Don't allocate context struct until/unless heuristic signature string matches.martinm1-12/+14
2010-10-20Add longer desriptions of SOStart and SOEnd fields.martinm1-2/+2
2010-10-15Track and give link back to frame containing previous NACK.martinm1-0/+19
2010-10-10Minor code cleanup: wmeier1-16/+13
2010-09-20Fix sequence numbers reported when duplicate SN detected.martinm1-4/+6
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).martinm1-0/+2
2010-07-28Allow DRB frames to be passed to PDCP (where they may be decoded as IP).martinm1-31/+66
2010-07-20Minor formatting change.martinm1-3/+3
2010-07-13Allocate tap structs rather than using one static struct.martinm1-17/+14
2010-06-28Change a couple of format specifiers: %-nu looks better than %0nu heremartinm1-2/+2
2010-06-28Further improvements to UM sequence analysis.martinm1-15/+50
2010-06-25Improve UM analysis - make it more like AM.martinm1-14/+91
2010-06-18Add new strings/dissector function for signalling RRC messages that will addmartinm1-2/+2
2010-06-17Work out better whether RLC segment is a complete upper-layer PDU or not.martinm1-2/+2
2010-06-10Add the direction to so expert info texts.martinm1-2/+3