aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-05-31HTTP: fix typo in dissect_http_heur_tls()Nardi Ivan1-1/+1
2021-05-19BACnet: BACnet revision 22 secure connect datalink implementation.Dirk Römmen1-0/+39
2021-05-17http: fix compilation without zlib and brotli.Dario Lombardo1-0/+2
2021-05-15HTTP: Disabled decompression is not an errorUli Heilmeier1-1/+10
2021-05-08http: Add dissection of HTTP2-SettingsAnders Broman1-2/+33
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+1
2020-11-18HTTP: Restore SSTP supportJaap Keuter1-1/+3
2020-10-16IPPUSB ProtocolJamie Hare1-0/+1
2020-10-01http: don't try to dissect zero-length bodiesRonnie Sahlberg1-0/+3
2020-09-14http: Put the Digest parameters in a subtree.Anders Broman1-0/+36
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-2/+2
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+5
2019-12-31HTTP: Fix dissection of data following the HTTP Upgrade responsePeter Wu1-0/+7
2019-11-26HTTP: Add Too Early (425) HTTP Error code (RC8470)Alexis La Goutte1-0/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-05credentials: don't use wmem file scope but a local copy.Dario Lombardo1-4/+4
2019-07-03http: make a copy of the username.Dario Lombardo1-1/+1
2019-07-03http: remove unneeded allocation.Dario Lombardo1-1/+1
2019-07-01HTTP: fix a memory leak in basic_auth_credentials()Pascal Quantin1-1/+5
2019-07-01HTTP: check auth pointer validityPascal Quantin1-3/+5
2019-06-26tap: add credentials tap.Dario Lombardo1-4/+36
2019-05-08HTTP: fix bad reassembly with Content-Type and no Content-LengthPeter Wu1-8/+60
2019-04-25Don't define http_decompress_body if we don't have compression support.Guy Harris1-2/+0
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai1-3/+14
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-29/+29
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-14/+14
2018-12-28Allow floating point values for stats_treeMichael Mann1-15/+15
2018-12-27packet-http: Fix whitespace issuesGraham Bloice1-2/+2
2018-12-24packet-http: Fix indentation issuesGraham Bloice1-60/+60
2018-12-24http: Add request URI to responseGraham Bloice1-0/+18
2018-09-26HTTP: fix incomplete conversion from SSL to TLSPeter Wu1-23/+22
2018-09-25Add obsolete ssl[._]port preferences.Gerald Combs1-0/+1
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-15Add support for aliases to dissector tables.Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-6/+6
2018-09-05epan: Guard g_base64_decode_inplace() against zero length stringStig Bjørlykke1-10/+20
2018-09-03epan: Use g_base64_decode_inplace()Stig Bjørlykke1-6/+12
2018-08-13HTTP: create dissector table for HTTP UpgradePeter Wu1-42/+31
2018-08-13HTTP: start dissecting upgraded connections right after upgradePeter Wu1-20/+42
2018-08-13HTTP: really choose the correct server port for tunnelsPeter Wu1-2/+2
2018-08-10HTTP: set correct server port for tunnelsPeter Wu1-1/+4
2018-06-20HTTP: fix in desegmentation of HEAD requests and responsesErika Szelleova1-1/+1
2018-06-12http: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-32/+49
2018-05-31Don't assume an HTTP header doesn't contain a NUL.Guy Harris1-2/+15
2018-05-30http: continue parsing in spite of illegal header namePeter Wu1-60/+46
2018-05-27Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.Guy Harris1-0/+6
2018-03-29Extend 'HTTP Referer statistics' to sequence HTTP RedirectsMoshe Kaplan1-28/+166
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1