aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-2/+3
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo1-1/+1
2015-07-24RLC LTE: fix dissection when only header is captured but full PDU length is r...Pascal Quantin1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-18/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-19/+10
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-3/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin1-30/+152
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-3/+3
2014-08-15(Minor) add editor-modelines; Adjust whitespace as needed.Bill Meier1-7/+20
2014-06-12Fix a regression, as -1 can no longer means until the end of the tvbMartin Mathieson1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-06-05When have more than one SDU in the same RLC PDU, make sure output from all of...Martin Mathieson1-0/+8
2014-05-05MAC/RLC/PDCP LTE: replace obsolete APIsPascal Quantin1-14/+14
2014-04-27Change preference default to use RRC-signalled value for SN field length of D...Martin Mathieson1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2014-01-10Move UEId to the beginning of summary shown in info column, plus only look fo...Martin Mathieson1-7/+8
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-12/+12
2013-11-22Tweak filter names for expert items, mostly to consistently use - rather than _Martin Mathieson1-15/+16
2013-11-11Include rohc struct inside pdcp instead of repeating all of the fieldsMartin Mathieson1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-04Don't show the channel information twice in the protocol root proto_itemMartin Mathieson1-12/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-21/+21
2013-09-05Batch of filterable expert info.Michael Mann1-36/+81
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-13/+14
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+2
2013-07-28Align info column for UM MCCH/MTCH PDUsPascal Quantin1-1/+6
2013-07-26Fix Frame Indicator analysis logicPascal Quantin1-41/+47
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