aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http2.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-46/+46
2021-11-28http2: fix building error caused by fake header feature without nghttp2Huang Qiangxiong1-1/+1
2021-11-26HTTP2/GRPC: support using fake headers if first HEADERS frame is missingHuang Qiangxiong1-1/+277
2021-10-20http2: fix the stream mode reassembly issueHuang Qiangxiong1-25/+28
2021-09-13HTTP2, QUIC: fix "Follow Stream"Nardi Ivan1-2/+26
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-6/+6
2021-06-18wslog: Use NULL for empty/default domainJoão Valverde1-0/+1
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+2
2021-05-08http: Add dissection of HTTP2-SettingsAnders Broman1-3/+8
2021-05-06HTTP2: Make it possible to configure a port range.Anders Broman1-1/+2
2021-04-26http2: Rename GOAWAY Promised-Stream-ID to Last-Stream-ID Wolfgang Steinwender1-1/+1
2021-03-27Follow SIP Call: Added Follow SIP Call to Follow menuJirka Novak1-1/+1
2020-07-06http2: fix no previous prototype for functioAlexis La Goutte1-1/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-8/+8
2020-06-01HTTP2: check return code of a strcmp() callMartin Mathieson1-1/+1
2020-06-01http2: fix build error with nghttp2 before 1.11Peter Wu1-6/+17
2020-05-26nghttp2: Assume we have a method header if we find <unknown>Anders Broman1-2/+5
2020-05-25http2: workaround to fix headers dissection for partial capturesPeter Wu1-0/+63
2020-04-22http2: Replace deprecated function.Anders Broman1-2/+6
2020-04-20http2: Use proto_tree_add_bitmask_with_flags_ret_uint64() to dis flags.Anders Broman1-25/+62
2020-04-20http2: Introduce decode as for streams without content-type.Anders Broman1-3/+47
2020-04-17http2: fix compilation without HAVE_HTTP2.Dario Lombardo1-1/+15
2020-04-17http2: Make session info part of function signatures.Anders Broman1-91/+75
2020-04-15http2: mark conversation param as unused - without HAVE_NGHTT2Martin Mathieson1-4/+4
2020-04-15http2: Reduce the number of times calling find_or_create_conversation()Anders Broman1-91/+91
2020-02-23Some more issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-2/+0
2019-11-03HTTP2: fix build without nghttp2Jaap Keuter1-0/+2
2019-11-03HTTP2/gRPC: Support streaming mode reassemblyHuang Qiangxiong1-13/+442
2019-09-22http2: show a clear warning when Wireshark lacks nghttp2Peter Wu1-5/+3
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-9/+142
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai1-10/+36
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-5/+5
2019-01-22NGAP: Handle vnd.3gpp.ngap content-type (TS 39.502)Anders Broman1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-28Allow floating point values for stats_treeMichael Mann1-1/+1
2018-12-20http2: add Header unescaped presentationJoakim Karlsson1-0/+15
2018-11-29Add sip_call_id filter to RTP stream.Anders Broman1-1/+1
2018-11-21HTTP2: fix field length for the SETTINGS frameAlexander Koeppe1-1/+1
2018-09-28http2: fix build without nghttp2Peter Wu1-0/+8
2018-09-27HTTP2: allow subdissectors to query the Stream IDPeter Wu1-0/+19
2018-09-15Add support for aliases to dissector tables.Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-2/+2
2018-08-13HTTP: create dissector table for HTTP UpgradePeter Wu1-2/+3
2018-07-22Clean up whitespace.Guy Harris1-1/+0
2018-07-22Do some more checks.Guy Harris1-4/+23
2018-06-13HTTP2: prevent a segmentation fault if HTTP2 dissector was not called on firs...Pascal Quantin1-1/+3
2018-05-27Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.Guy Harris1-0/+6