aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http2.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-04HTTP2: Add tap for HTTP2 dissectorAlexis La Goutte1-0/+43
2015-02-03HTTP2: Fix offset for heuristicAlexis La Goutte1-1/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2015-01-20HTTP2: fix test failure on Solaris SPARCPascal Quantin1-4/+6
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-16HTTP2: Update to draft-16Alexis La Goutte1-3/+3
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-15/+15
2014-10-30HTTP2: Update to draft-15Alexis La Goutte1-15/+19
2014-09-19packet-http2.c: Do encoding-arg changes (all benign)Bill Meier1-23/+23
2014-09-19packet-http2.c: Fix a very minor bugBill Meier1-1/+1
2014-08-13http2: C90 doesn't permit anonymous structs or unionsEvan Huus1-13/+13
2014-08-13http2: Add additional header decoding informationTatsuhiro Tsujikawa1-11/+250
2014-08-03http2: Update to h2-14Tatsuhiro Tsujikawa1-49/+80
2014-08-03HTTP2: Add a preference to enable/disable HTTP2 (weak) heuristicsAlexis La Goutte1-0/+24
2014-07-16Fix assertion error when no header field was decompressedTatsuhiro Tsujikawa1-0/+4
2014-07-09Moved nghttp2 to epanGraham Bloice1-1/+1
2014-07-08Enhance HTTP/2 HPACK header decompression handlingTatsuhiro Tsujikawa1-111/+255
2014-07-08Dissect HTTP/2 draft-13Tatsuhiro Tsujikawa1-91/+57
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-02HTTP2 : Max value for type is now 0x0B (BLOCKED type), update the heuristicAlexis La Goutte1-2/+2
2014-05-31HTTP2: try to please OSX 10.6 x64 buildbotPascal Quantin1-8/+9
2014-05-31HTTP2: Showing decompressed headersAlexis La Goutte1-8/+274
2014-05-13HTTP2 enhance display when priority flag is setAlexis La Goutte1-3/+16
2014-05-13Enhance HTTP2 dissectorAlexis La Goutte1-21/+78
2014-04-28tvb_reported_length_remaining() returns gintEvan Huus1-3/+3
2014-04-27packet-http2: updated to http2 draft-12Daniel Stenberg1-192/+377
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0