aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-17Fix some UM sequence analysis issues.Martin Mathieson1-22/+22
2012-10-06Look up once and store the RLC and PDCP dissectors.Martin Mathieson1-6/+5
2012-10-01Add options to dissect MCCH from LTE MAC/RLC dissectorsPascal Quantin1-70/+106
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin1-1/+1
2012-09-21Upgrade PDCP LTE dissector to v11.0.0Pascal Quantin1-1/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19Revert r45005.Martin Mathieson1-5/+5
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson1-5/+5
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-2/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-22proto_item_append_string() doesn't work this case, so stop using it.Martin Mathieson1-5/+5
2012-08-21Call proto_item_append_string() rather than proto_item_append_text()Martin Mathieson1-3/+3
2012-08-21Use proto_item_append_string() rather than proto_item_append_text() withMartin Mathieson1-2/+2
2012-07-25Zero a struct to avoid branching based upon uninitialised fieldsMartin Mathieson1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-04-28Avoid needlessly shadowing a variable. From Visual Studio Analyzer.Martin Mathieson1-1/+0
2012-03-21Trivial formatting: Show segment offsets/length closer to associated sequence...Martin Mathieson1-2/+2
2012-03-11Within a status report, check that NACK_SNs are not 'ahead' of ACK_SN.Martin Mathieson1-0/+6
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