summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-14Fix -Wsometimes-uninitialized found by ClangAlexis La Goutte1-2/+2
2014-01-14SNOW3G is not available on default WiresharkPascal Quantin1-1/+1
2014-01-14Make sure we allocate bytes for snow3g at least rounded up to next 4 byte bou...Martin Mathieson1-3/+3
2014-01-14Update a commentMartin Mathieson1-2/+1
2014-01-14Add snow3g integrity (not quite working for me), but rework how integrity and...Martin Mathieson1-78/+82
2014-01-14Provide hook for calling EEA1 implementation (Snow3G). Implementation not su...Martin Mathieson1-44/+74
2014-01-14Cast away constness.Guy Harris1-3/+3
2014-01-10Update a comment and fix some indentationMartin Mathieson1-4/+4
2014-01-06Call deciphering and integrity checking appropriately forMartin Mathieson1-5/+29
2014-01-06Do EEA2 deciphering in-place, from PascalMartin Mathieson1-10/+2
2014-01-03EIA2 is now functionalPascal Quantin1-8/+18
2013-12-31Zero security struct to avoid reading garbage value, and remove a redundant testMartin Mathieson1-10/+4
2013-12-25Code that uses that parameter is #if 0'ed out, so _U_ it for now.Guy Harris1-1/+1
2013-12-25Show ciphering and integrity keys separately. Correct inputs to integrity ca...Martin Mathieson1-18/+34
2013-12-24dirty hack to make things compile without libgcryptMartin Kaiser1-1/+1
2013-12-24Lop off last 4 bytes of payload to use for digest calculation. Still doesn't ...Martin Mathieson1-1/+1
2013-12-24Still not quite working, but using MAC API with gcrypt 1.6 now for digestMartin Mathieson1-18/+35
2013-12-23Fix setup of new expert info item.Guy Harris1-1/+1
2013-12-23Fix compilation after last change in packet-pdcp-lte (about unused parameter)Alexis La Goutte1-1/+1
2013-12-23Add #if 0'd code to calculate CMAC digest, which isn't supported in windows b...Martin Mathieson1-6/+67
2013-12-23Remove printf() callMartin Mathieson1-1/+0
2013-12-23Call function and compare result with parsed mac-i. Now just need to do EIA2...Martin Mathieson1-17/+60
2013-12-23Use preference variable that wasn't used yet to pacify buildbotMartin Mathieson1-0/+27
2013-12-23Starting to get ready for integrity checkingMartin Mathieson1-34/+61
2013-12-19Change types and add cast to try to please buildbotMartin Mathieson1-3/+3
2013-12-19Cope with spaces or dashes in security keysMartin Mathieson1-8/+44