aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-9/+9
2012-12-16Fix some clang warnings.Martin Mathieson1-4/+4
2012-12-11Dissect eMBMS MTCH LCIDsPascal Quantin1-3/+38
2012-12-09Add release number to UMTS and LTE RLCPascal Quantin1-1/+1
2012-11-29Add versions of a function that doesn't need do substitute specifiers.Martin Mathieson1-6/+21
2012-11-29Make all enum_val_t's const.Jeff Morriss1-3/+3
2012-11-17Add channel type & ID to sequence analysis expert item strings.Martin Mathieson1-33/+63
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