aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-10-20Separate signed and unsigned decimal UAT fields.Guy Harris1-1/+1
2018-08-10PDCP LTE: Update rohc_profile_valsAndersBroman1-0/+6
2018-04-14PDCP LTE: reuse existing pdcp_lte_info structure after first passPascal Quantin1-94/+91
2018-04-13PDCP LTE: add expert info for unknown / missing UDP framing tagsPascal Quantin1-3/+23
2018-04-12RoHC: IP version is 1 byte onlyPascal Quantin1-1/+3
2018-04-10NR (5G) PDCPMartin Mathieson1-1/+1
2018-04-06pdcp-lte: Various improvements spotted while reviewing pdcp-nr.Martin Mathieson1-100/+57
2018-03-04PDCP: show wrong calculated digest on MAC item, and add some comments about c...Martin Mathieson1-1/+6
2018-03-03PDCP: don't link back security setup to selfMartin Mathieson1-3/+5
2018-03-02PDCP: speed up dissection of status PDU.Martin Mathieson1-8/+14
2018-02-26PDCP: trivial changesMartin Mathieson1-32/+40
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-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-3/+3
2017-08-02PDCP LTE: upgrade dissector to v14.3.0Pascal Quantin1-6/+75
2017-06-26PDCP LTE: fix dissection of Polling bit for User plane Data PDU with 18 bits SNPascal Quantin1-4/+14
2017-05-03pdcp-lte: add preference to ignore Set Security AlgorithmBinh Trinh1-0/+12
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-9/+2
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-48/+30
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-11-20PDCP LTE: add NB-IoT channelsPascal Quantin1-10/+53
2016-11-20PDCP LTE: cache LTE RRC dissectors handlesPascal Quantin1-10/+24
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-11/+2
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-6/+2
2016-07-04LTE PDCP: Replace a few g_malloc0 calls with wmemMichael Mann1-7/+2
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-10/+10
2016-04-02PDCP LTE: upgrade dissector to v13.1.0Pascal Quantin1-2/+181
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-01-26PDCP LTE: upgrade dissector to v13.0.0Pascal Quantin1-26/+107
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-12/+13
2015-11-02PDCP LTE: fix dissection of signalling PDUs sent on common control channelsPascal Quantin1-29/+38
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-3/+0
2015-08-13Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+8
2015-07-24PDCP LTE: fix dissection when only header is captured but full PDU length is ...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-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-1/+3
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use g_direct_ functions for hash tables where possibleMartin Mathieson1-15/+1
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+2
2014-07-14Fix buildbot issues with commit f8f3239bb03487de1844ab0f6df0ba693322ce4bGraham Bloice1-2/+2