aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Make some more protocols into pinos.Michael Mann7-29/+24
2017-02-01frame: use wmem instead of glib allocator.Dario Lombardo1-1/+2
2017-02-01h460: use wmem for strdup.Dario Lombardo2-8/+8
2017-02-01h248: convert GTree to wmem_tree.Dario Lombardo2-25/+17
2017-02-01ipmi: use wmem instead of glib allocator.Dario Lombardo1-1/+1
2017-02-01hdcp2: convert GHashTable to wmem_map.Dario Lombardo1-4/+4
2017-02-01proto: free memory on cleanup.Dario Lombardo1-5/+6
2017-02-01ieee802a: add shutdown routine.Dario Lombardo1-2/+9
2017-02-01ndps: convert GHashtable to wmem_map.Dario Lombardo1-28/+6
2017-02-01dtls: avoid possible NULL derefPeter Wu1-9/+3
2017-02-01GSM A / NAS-EPS: detect missing mandatory information elementsPascal Quantin4-66/+8
2017-02-01Bluetooth 5.0, HCI command/event PHY update dissectionAllan Møller Madsen3-4/+262
2017-02-01packet-btle.c: If frame information is missing, provide a default.Michael Mann1-1/+4
2017-02-01ssl-utils: fix format specifies type 'void *' but the argument has type 'SslF...Alexis La Goutte1-1/+1
2017-02-01Openflow (v5): fix redundant redeclaration of ‘dissect_openflow_message_v5â...Alexis La Goutte1-5/+0
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