aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Protobuf: Add a UAT table to map URI -> message_typeMartin Mathieson1-3/+0
2024-02-18Some spellingsMartin Mathieson1-1/+1
2024-02-14Stats tree: Change our path separatorGerald Combs1-4/+4
2024-02-12stats_tree API updatesGerald Combs1-4/+9
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-12-06Remove init of tap variablesStig Bjørlykke1-4/+4
2023-11-20Remove init of proto variablesStig Bjørlykke1-105/+105
2023-11-14http: clean up some issues with the Load Distribution statistics.Guy Harris1-2/+2
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-5/+1
2023-10-13http: Only allocate server address for upgrade onceJohn Thacker1-1/+1
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-09-19HTTP: File data is bytes, not a stringJohn Thacker1-10/+9
2023-07-26http: Don't create extra TCP streams and conversation dataJohn Thacker1-16/+22
2023-07-13IPP: Support both IPP and IPPSJohn Thacker1-2/+23
2023-07-11HTTP: Warn if there is extra data after a bodyJohn Thacker1-3/+25
2023-06-21http: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2023-06-14http: Update and use add path components functionJohn Thacker1-68/+58
2023-06-13http: Add a field for Range and Content-RangeStig Bjørlykke1-0/+12
2023-06-12Reassembly: add helper macrosHuang Qiangxiong1-94/+3
2023-06-11http: Remove some unused codeJohn Thacker1-174/+0
2023-05-27http2: Add support for Export ObjectsJohn Thacker1-14/+7
2023-05-19Fix some more item lengths vs callsMartin Mathieson1-1/+1
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-04-25HTTP: content info for heuristic subdissectorsTomas Kukosa1-1/+1
2023-04-18Decouple the media_type dissector table from HTTP.Guy Harris1-79/+76
2023-04-17HTTP/GRPC-Web: support dissecting chunked data in streaming reassembly modehuangqiangxiong1-71/+388
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