aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-04HTTP dissector memory management tweaksDavid Perry1-67/+70
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+1
2022-11-30http: Check CitrixAGBasic Auth encodingJohn Thacker1-39/+51
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-1/+0
2022-11-01tls: add support for DESEGMENT_UNTIL_FIN, sequence numbersJohn Thacker1-11/+5
2022-11-01http: Store request/response data there, not in the conversationJohn Thacker1-58/+99
2022-10-11HTTP: Validate Basic Auth against UTF-8 after Base64 decodingJohn Thacker1-9/+14
2022-09-25http: Fix location_target length regressionJohn Thacker1-1/+1
2022-09-25http: Use the header value length after sanitizationJohn Thacker1-11/+13
2022-09-24http: Handle field value encodingJohn Thacker1-21/+31
2022-09-23HTTP: sanitize encoding header field stringsJohn Thacker1-2/+15
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+2
2022-08-31http: Fix a problem with a key expiringJohn Thacker1-4/+4
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-25HTTP: Test the first header line in a PDU moreJohn Thacker1-25/+34
2022-08-22HTTP: Send binary Continuation Data to Follow StreamJohn Thacker1-5/+23
2022-08-10HTTP: Speed up chunked Transfer-Encoding on TCPJohn Thacker1-10/+38
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-10/+2
2022-07-28GRPC: Fix the bug of GRPC-WEB decompression failure over HTTP1.1Huang Qiangxiong1-3/+9
2022-07-04http: Add path components to treeAnders Broman1-1/+65
2022-06-25HTTP: Add chunks as items instead of calling data dissectorJohn Thacker1-13/+12
2022-06-10tap: Adding flags for tap_packetRoland Knall1-5/+5
2022-03-18http: Pass data relative to the original offset to follow tapJohn Thacker1-5/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-6/+6
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