aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Add support for Couchbase LWW *_with_meta commandsolivermd1-0/+87
2017-02-03MKA: Padding support for basic-param-set dissection addedsamsaha1-0/+4
2017-02-03BTLE: check connection_info presence before trying to perform reassemblyPascal Quantin1-48/+52
2017-02-03dfilter-macro: add cleanup routine.Dario Lombardo3-0/+9
2017-02-03stream: clean up reassembly table.Dario Lombardo1-0/+1
2017-02-02NFSv4.2 mode_umask supportAndreas Gruenbacher1-0/+19
2017-02-02dtls: Support Decode As for selecting appdata dissectorPeter Wu1-1/+41
2017-02-02xml: use wmem allocators and replace GHashTable with wmem_map_t.Dario Lombardo2-109/+87
2017-02-02imf: convert GHashTable to wmem_mapDario Lombardo1-4/+4
2017-02-02ncp: convert GHashTable to wmem_map_t.Dario Lombardo1-36/+7
2017-02-02GHashtable -> wmem_map conversionsMichael Mann30-721/+289
2017-02-02iso15765: convert GHashTable to wmem_map.Dario Lombardo1-18/+5
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