aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Put UM and AM extension headers inside the header tree.Martin Mathieson1-2/+2
2012-03-08Write UEID to info column using left-justified, fixed width.Martin Mathieson1-1/+1
2012-02-28Show number of extensions in header root.Martin Mathieson1-0/+10
2012-02-03Add a link back to previous frame for UM sequence number analysis.Martin Mathieson1-4/+33
2012-01-24Use bitfields to make channel_hash_key struct fit into one word.Martin Mathieson1-5/+8
2012-01-23PDCP:Martin Mathieson1-143/+253
2012-01-22Various small tweaks to sequence analysis/re-assembly, plus implementMartin Mathieson1-20/+34
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-12-16Fix tvb memory leak; Also: For a "packet-lifetime" tvb use ep_alloc'd (not se...Bill Meier1-7/+7
2011-12-01From Pascal Quantin:Martin Mathieson1-17/+35
2011-12-01When have RLC PDUs that are truncated after headers:Martin Mathieson1-8/+23
2011-11-24Only add the priority level if it is set inside valid range.Martin Mathieson1-3/+5
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-15/+15
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the 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-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-09-22Be careful about reporting number of missing SNs when wrapping around SN range.Martin Mathieson1-2/+2
2011-09-21Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and (presumably...Bill Meier1-1/+1
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same sta...Martin Mathieson1-0/+7
2011-09-10Update some comments.Martin Mathieson1-11/+10
2011-09-06Use correct hf item, and add reassembled length into subtree summary.Martin Mathieson1-6/+8
2011-09-06First stab at RLC re-assembly.Martin Mathieson1-29/+393
2011-07-26Don't attach sequence analysis results to control/data PDUs when not appropri...Martin Mathieson1-6/+34
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, MA...Martin Mathieson1-2/+2
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) mes...Martin Mathieson1-9/+12
2011-07-18Add a generated field for the number of NACKs in an AM status PDU.Martin Mathieson1-0/+9
2011-06-20Some fixes to UM sequence analysis.Martin Mathieson1-15/+21
2011-06-08Fix a typo (spotted by Pascal Quantin).Martin Mathieson1-1/+1
2011-05-23Pass tap info into sequence analysis function.Martin Mathieson1-3/+4
2011-05-19Improve AM sequence analysis, check ACK looks sensible compared with latest S...Martin Mathieson1-7/+119
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-5/+2
2011-04-17Allow signaling protocol (e.g. RRC) to set number of SN bitsMartin Mathieson1-1/+15
2011-04-11Show Segment offset number in AM header root item.Martin Mathieson1-1/+1
2011-04-01Take care not to append RLC mode to proto_item twice.Martin Mathieson1-3/+0
2011-03-16Avoid some unnecessary assignments (as reported by clang).Martin Mathieson1-10/+2
2011-03-06Remove some instances of _U_ where the parameter is now used.Martin Mathieson1-2/+2
2011-02-28When doing sequence analysis, allow for the first SN to be seen not to be 0.Martin Mathieson1-13/+25
2011-02-18Try to fix more Clang scan-build warnings.Gerald Combs1-0/+1
2011-02-02Allow PDCP dissector to be called for complete SDUs from UM RLC PDUs.Martin Mathieson1-10/+19
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-15Assert was firing while working out sequence length for user plane frames.Martin Mathieson1-12/+14
2010-11-05Pass ueid + channel-info into PDCP dissector.Martin Mathieson1-0/+2
2010-11-02Don't allocate context struct until/unless heuristic signature string matches.Martin Mathieson1-12/+14
2010-10-20Add longer desriptions of SOStart and SOEnd fields.Martin Mathieson1-2/+2
2010-10-15Track and give link back to frame containing previous NACK.Martin Mathieson1-0/+19
2010-10-10Minor code cleanup: Bill Meier1-16/+13
2010-09-20Fix sequence numbers reported when duplicate SN detected.Martin Mathieson1-4/+6
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).Martin Mathieson1-0/+2