aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-26Align info column for AM/UM/TM PDUsPascal Quantin1-2/+2
2013-07-26Add Channel ID to MTCH PDUsPascal Quantin1-1/+2
2013-07-25Add a smarter UM analysis for MCCH/MTCH channelsPascal Quantin1-1/+9
2013-07-16Allow to perform sequence analysis when only RLC headers are loggedPascal Quantin1-9/+11
2013-07-03Clear info column when using UDP framingPascal Quantin1-2/+12
2013-06-17Apply r49983 to other dissectorsPascal Quantin1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-12/+12
2013-05-06Don't throw away UM re-assembly state when see MAC retx frame.Martin Mathieson1-2/+5
2013-04-01Typo's. That is all.Jaap Keuter1-4/+4
2013-03-16From beroset:Anders Broman1-19/+19
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-2/+2
2013-02-16Set more preferences to be on by default.Martin Mathieson1-8/+9
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