summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-14Add default ciphering and integrity algorithms to use for when control messag...Martin Mathieson1-3/+46
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+1
2014-06-18PDCP LTE: do not try to decipher PDCP control messages (like ROHC feedback)Pascal Quantin1-3/+6
2014-06-06Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0Pascal Quantin1-1/+1
2014-05-06PDCP LTE: add identification of ZUC based security algorithmsPascal Quantin1-0/+2
2014-05-05MAC/RLC/PDCP LTE: replace obsolete APIsPascal Quantin1-14/+14
2014-05-04Remove enabling HAVE_SNOW3G by defaultMichael Mann1-2/+1
2014-05-03Update TODO commentsMartin Mathieson1-4/+6
2014-04-26Change preferences - always want to try to decrypt signalling PDUsMartin Mathieson1-2/+2
2014-03-10PDCP LTE: various fixes related to security handlingMartin Mathieson1-72/+147
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-8/+8
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-27Revert part of previous changeMartin Mathieson1-2/+1
2014-01-27Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson1-9/+43
2014-01-16Remove #include and make the situation with snow3g clearer in a comment. May...Martin Mathieson1-4/+5