summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Add wmem allocator parameter to format_uriMichael Mann4-31/+33
2017-01-31format_text_wmem -> format_textMichael Mann46-322/+205
2017-01-31Enable some more tests.Gerald Combs1-2/+2
2017-01-31TLS13: partial update of CertificateRequest for draft -18Peter Wu1-18/+48
2017-01-31TLS13: add Encrypted ExtensionsPeter Wu4-1/+34
2017-01-31TLS13: handle content type from decrypted recordPeter Wu1-5/+44
2017-01-31TLS13: update Certificate for draft -18Peter Wu2-9/+54
2017-01-31TLS13: fix CertificateVerify dissection for -18Peter Wu1-0/+1
2017-01-31Support for NSH with Ethernet encapsulationJaime Caamaño Ruiz1-0/+1
2017-01-31WSDG: Update some of the NSIS text.Gerald Combs3-9/+9
2017-01-31test: add (D)TLS test for AEAD ciphersPeter Wu4-0/+45
2017-01-31BGP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2017-01-31format_text -> format_text_wmem for wlan dialogsMichael Mann3-8/+25
2017-01-31Have tvb_format_text use wmem_packet_scope() memory.Michael Mann2-4/+6
2017-01-31TLS: add bare essentials for TLS 1.3 decryption supportPeter Wu3-6/+310
2017-01-31ssl-utils: add AEAD authentication checkPeter Wu1-1/+91
2017-01-31ssl-utils: refactor AEAD decryption handlingPeter Wu4-95/+137
2017-01-31Have hfinfo_format_text use format_text_wmem.Michael Mann1-7/+10
2017-01-31Have tvb_format_stringzpad use wmem_packet_scope() memory.Michael Mann2-4/+6
2017-01-31Add format_text_wmem.Michael Mann45-236/+323
2017-01-31ISAKMP: Add Forticlient (connect License and EndPoint Control) from Fortinet ...Alexis La Goutte1-0/+13
2017-01-31coap: add support for coaps (DTLS-secured CoAP)Peter Wu1-1/+3
2017-01-31dtls: fallback to data dissector if nothing took care of itPeter Wu1-5/+6
2017-01-30Dumpcap: Improve an error message.Gerald Combs1-0/+3
2017-01-30Qt: Use system DateTimeFormat in QDateTimeEditStig Bjørlykke1-0/+1
2017-01-30Remove unused variable initialization.Stig Bjørlykke1-1/+1
2017-01-30ZigBee: Add attribute and command names from Metering used with GBCS.Kenneth Soerensen2-13/+567
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann15-52/+46
2017-01-30Convert GHashTable -> wmem_map_t for ASN.1 disseectorsMichael Mann22-516/+220
2017-01-30Clean up indentation.Guy Harris1-23/+22
2017-01-30Have format_text_chr use wmem allocated memory.Michael Mann5-33/+26
2017-01-29(D)TLS: fix type of record sequence numberPeter Wu5-23/+23
2017-01-29Use g_list_prepend, it's more efficient.AndersBroman1-1/+1
2017-01-29Fix typo in autogen.shMoshe Kaplan1-1/+1
2017-01-29[Automatic update for 2017-01-29]Gerald Combs12-498/+955
2017-01-29Register reassembly tablesMichael Mann100-1146/+372
2017-01-29ipx: Convert GHashtable to wmem_mapDario Lombardo1-29/+4
2017-01-29ssl: add expert info for unexpected messages in TLS 1.3Peter Wu1-2/+14
2017-01-29Bugfix MPEG descriptor Logon Initialize Descriptor tag.Michael Mann1-53/+65
2017-01-29Fix decoding of T.30 over T.38.Guy Harris2-2/+2
2017-01-29Allow Decode As for T.38-over-TCP and T.38-over-UDP.Guy Harris2-2/+4
2017-01-28Revert "Check whether we need -lm for fmod."Guy Harris1-1/+0
2017-01-28Check whether we need -lm for fmod.Guy Harris1-0/+1
2017-01-28tcap: convert GHashTables into wmem.Dario Lombardo2-181/+81
2017-01-28wmem_map_new -> wmem_map_new_autoresetMichael Mann5-19/+10
2017-01-28wmem: Delay creation of map table until its neededMichael Mann1-2/+4
2017-01-28TLS: fix decryption of renegotiated sessionsPeter Wu2-4/+6
2017-01-28qsig: Remove unnecessary hash table functionalityMichael Mann2-95/+43
2017-01-28Add wmem_map_new_autoresetMichael Mann4-4/+123
2017-01-28decode_as: Initialize decode_as_list after freeStig Bjørlykke1-0/+1