aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Fix builds without libpcap.Guy Harris2-0/+4
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo7-102/+221
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-02wsutil/sober128: remove unused macros and functionsPeter Wu2-429/+4
2017-02-02xml: use wmem allocators and replace GHashTable with wmem_map_t.Dario Lombardo2-109/+87
2017-02-02sharkd: make it compile without libGeoIP.Dario Lombardo1-2/+1
2017-02-02imf: convert GHashTable to wmem_mapDario Lombardo1-4/+4
2017-02-02Rawshark: Add a memory limit (-m) option.Gianluca Borello2-1/+29
2017-02-02ncp: convert GHashTable to wmem_map_t.Dario Lombardo2-39/+11
2017-02-02GHashtable -> wmem_map conversionsMichael Mann30-721/+289
2017-02-02iso15765: convert GHashTable to wmem_map.Dario Lombardo1-18/+5
2017-02-02tools: add a Gtk/GNOME suppression file.Dario Lombardo2-0/+295
2017-02-02Qt: Add extcap placeholder parameterStig Bjørlykke5-4/+17
2017-02-02Make some more protocols into pinos.Michael Mann7-29/+24
2017-02-01Use INVALID_SOCKET for an invalid socket handle.Guy Harris1-14/+14
2017-02-01Fix some more UN*X-vs-Windows issues.Guy Harris1-3/+3
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-01Expand a comment to give more details.Guy Harris1-1/+14
2017-02-01sharkd: windows supportJakub Zawadzki2-26/+98
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-31Don't provide GTK setup by default.Joerg Mayer1-5/+6
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 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