aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http2.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-19Fix cppcheck 1.83 warningsAlexandr Savca1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-27http2: underscore replaced by dash in static headers nameAlexander Gryanko1-27/+27
2018-01-14http2: headers filter with UAT supportAlexander Gryanko1-1/+601
2017-11-30http2: select fields from Decompressed header tab when possiblePeter Wu1-14/+18
2017-09-26HTTP2: Store all packets' header indexes in header_stream_info structHuang Qiangxiong1-8/+87
2017-08-22HTTP2: pass in the media type parameters to the media type dissectorRyan Doyle1-3/+61
2017-07-25HTTP2: Fix an access invalid memory address error.Huang Qiangxiong1-1/+1
2017-07-22HTTP2: Fix missing ifdef HAVE_NGHTTP2Uli Heilmeier1-0/+2
2017-07-22HTTP2: Dissect reassembled http2.data.data according to content-type (as text...Huang Qiangxiong1-4/+72
2017-06-22HTTP2: Fix compilation without HAVE_NGHTTP2.Gerald Combs1-1/+1
2017-06-22http2: reassemble entity bodies in data framesRyan Doyle1-3/+513
2017-06-13Improve the HTTP2 dissector by not inserting empty padding, which looks ugly.Richard Sharpe1-9/+17
2017-06-05Remove "length only" check for dissectors that use tcp_dissect_pdus.Michael Mann1-4/+0
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-1/+1