aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Add Decode As capabilities to MoldUDP dissectorJustin Helgesen2-2/+34
2017-01-31Also show BGP Shutdown communication on admin resetArjen Zonneveld1-1/+1
2017-01-31PAPI: Add dissection of Licence ManagerAlexis La Goutte1-3/+271
2017-01-31Add wmem allocator parameter to format_uriMichael Mann3-25/+20
2017-01-31format_text_wmem -> format_textMichael Mann42-314/+198
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-31BGP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
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 Mann44-236/+322
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-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 Wu4-23/+12
2017-01-29Use g_list_prepend, it's more efficient.AndersBroman1-1/+1
2017-01-29[Automatic update for 2017-01-29]Gerald Combs2-8/+353
2017-01-29Register reassembly tablesMichael Mann92-1091/+354
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-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 Mann3-4/+122
2017-01-28decode_as: Initialize decode_as_list after freeStig Bjørlykke1-0/+1
2017-01-28Revert "MPLS: relax pw_eth_heuristic and improve 1st nibble logic"Anders Broman2-51/+24
2017-01-28Snort: add a preference to show alert in reassembled frameMartin Mathieson3-33/+117
2017-01-28MPLS: relax pw_eth_heuristic and improve 1st nibble logicFrancesco Fondelli2-24/+51
2017-01-28Updated parsing of ParticipantMessageData submessages.Adam Mitz1-12/+8
2017-01-28rtmpt: Ensure sequence count is incremented for stored fragmentsMichael Mann1-1/+3
2017-01-28(D)TLS: consolidate and simplify decrypted records handlingPeter Wu4-259/+157