aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http2.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-23correct http2 detectionMartin Kaiser1-3/+6
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-15Upgrade to HTTP2 draft-09Alexis La Goutte1-26/+76
2013-12-04Add also heuristic for HTTPAlexis La Goutte1-0/+1
2013-11-29Add HTTP2 heuristic when it is encapsulated in SSLAlexis La Goutte1-1/+14
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+6
2013-08-30From me and Stephen Ludin via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte1-0/+867