aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http2.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24HTTP2: Heuristicly detect application/jsonAnders Broman1-0/+37
2024-01-23HTTP2: Heuristically detect multipart/mixedAnders Broman1-3/+30
2024-01-20http2: Use our own process_reassembled_dataJohn Thacker1-2/+74
2023-12-06Remove init of tap variablesStig Bjørlykke1-3/+3
2023-11-22Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-5/+5
2023-11-20Remove init of proto variablesStig Bjørlykke1-164/+164
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-2/+2
2023-07-25HTTP2: Modified to use common streaming reassembly helper functionHuang Qiangxiong1-310/+58
2023-07-14Improve consistency of includesDr. Lars Völker1-3/+3
2023-06-22http2: add SETTINGS_NO_RFC7540_PRIORITIES of RFC9218Alexis La Goutte1-0/+11
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-2/+2
2023-06-17Convert wmem to C99 typesGerald Combs1-1/+1
2023-06-14http2: Human readable follow HTTP/2 headersJohn Thacker1-15/+22
2023-06-12JSON 3GPP: use http2_get_header_value() to fetch HTTP2 pathPascal Quantin1-18/+0
2023-06-09JSON 3GPP: add TS 29.512 ch5.8 Feature negotiation supportJoakim Karlsson1-0/+5
2023-06-07HTTP2: fix a bug of streaming reassemblyHuang Qiangxiong1-0/+1
2023-06-02http2: Improve PUSH_PROMISE handlingJohn Thacker1-36/+109
2023-05-31http2: add request duration to responsesAndreas Schultz1-0/+15
2023-05-31HTTP/2: Send compressed DATA frames to follow tap after decompressionJohn Thacker1-0/+14
2023-05-30HTTP2: Display (compressed) CONTINUATION fragment in bytesJohn Thacker1-4/+4
2023-05-27http2: Add support for Export ObjectsJohn Thacker1-0/+37
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-04-23Fix more calls to val_to_str() and related functionsMartin Mathieson1-1/+1
2023-04-18Decouple the media_type dissector table from HTTP.Guy Harris1-1/+2
2023-02-08Replace g_utf8_make_valid() with own functionJoão Valverde1-10/+3
2023-01-26HTTP2: Track the frame the request/response is contained inRyan Doyle1-5/+42
2023-01-19Handle NULL http2_session_t parsing an H2 settings frameKevin Grigorenko1-27/+28
2023-01-18Add HTTP2 connection and session window sizesKevin Grigorenko1-31/+227
2023-01-16Make a couple of functions staticMartin Mathieson1-1/+1
2023-01-09http2: fix leak of compositeKevin Albertson1-1/+9
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-1/+12
2022-11-30HTTP2: Load dynamic hf entries when UAT is changedJohn Thacker1-52/+75
2022-11-20HTTP2: Ensure that the unescaped header value is valid encodingJohn Thacker1-1/+9
2022-11-01tls: add support for DESEGMENT_UNTIL_FIN, sequence numbersJohn Thacker1-2/+3
2022-09-14follow: Have followers register their stream count functionJohn Thacker1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-08HTTP2: Send headers to the follow tap after decompressionJohn Thacker1-1/+23
2022-08-02follow: Only retrieve matching conversationsJohn Thacker1-3/+11
2022-07-20HTTP2: display the full request URINardi Ivan1-0/+37
2022-07-04http: Add path components to treeAnders Broman1-7/+10
2022-06-10tap: Adding flags for tap_packetRoland Knall1-3/+3
2022-04-24nghttp2: Implement minimum required version 1.11.0John Thacker1-15/+0
2022-04-01http2: Use the actual maximum table size for partial header workaroundJohn Thacker1-1/+1
2022-03-04HTTP2: Don't add a proto item before seeing if we'll dissect anythingJohn Thacker1-10/+11
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2022-01-16http2: add PRIORITY_UPDATE frame dissectionLucas Pardue1-26/+65
2022-01-16http2: detect extended CONNECT settingLucas Pardue1-0/+11
2022-01-16http2: add support for ORIGIN frameLucas Pardue1-1/+57
2022-01-09http2/grpc: make fake headers be used in uncompleted HPACK index table situationHuang Qiangxiong1-24/+49
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-5/+5