aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2020-03-21Some cppcheck fixes.Martin Mathieson1-1/+1
2020-02-15Some issues spotted by PVS-Studio in bug 16335. Many more remainMartin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-60/+60
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-04-14RLC LTE: reuse existing rlc_lte_info structure after first passPascal Quantin1-67/+62
2018-04-13RLC LTE: add expert info for unknown / missing UDP framing tagsPascal Quantin1-2/+20
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-29LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields.Martin Mathieson1-3/+3
2017-08-02RLC LTE: update header to reflect the correct versionPascal Quantin1-1/+1
2017-07-04RLC LTE: fix dissection of NB-IoT PDUsPascal Quantin1-14/+44
2017-04-11NB-IoT SRB1bis implementationMathias Kurth1-2/+16
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-43/+26
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-2/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-31RLC LTE: upgrade dissector to v13.0.0Pascal Quantin1-44/+151
2016-01-31RLC LTE: fix dissection of RLC AM PDUs with odd number of 15 bits LIPascal Quantin1-1/+1
2016-01-26PDCP LTE: upgrade dissector to v13.0.0Pascal Quantin1-1/+5
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-25/+25
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
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