aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http2.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-13Remove nghttp2 code and use system' nghttp2Balint Reczey1-2/+42
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-08-24HTTP2: Display PUSH_PROMISE Header in bytesAlexis La Goutte1-4/+4
2016-08-18HTTP2: export dissect_http2_pduAlexis La Goutte1-1/+2
2016-04-19HTTP2: Add final RFC(7838) of HTTP Alternative Services (ALTSVC)Alexis La Goutte1-62/+21
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+0
2016-02-22HTTP2: Reduce resource usage.Tatsuhiro Tsujikawa1-18/+141
2016-02-03HTTP2: fix 'http2' exists multiple times with NOT compatible types: FT_NONE a...Alexis La Goutte1-4/+4
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-14ssl: improve interaction with heuristics subdissectorsPeter Wu1-3/+13
2015-12-26HTTP2: fix cast from 'const void *' to 'struct HTTP2Tap *' drops const qualif...Alexis La Goutte1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-07Remove some unnecessary includes.Guy Harris1-2/+0
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-3/+3
2015-08-02HTTP2: remove weak part of the heuristicPascal Quantin1-6/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-13/+4
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-05-17HTTP2: Update to final RFCAlexis La Goutte1-3/+2
2015-03-24http2: fix dissection over TLSEdward Dao1-4/+13
2015-03-12http2: improve heuristics, remember conversationPeter Wu1-15/+13