aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spdy.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-4/+12
2016-04-04Rename "libz" to "zlib"João Valverde1-8/+8
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-25dns,spdy,ssl-utils: fix export PDUPeter Wu1-4/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-16Make zlib API constness-aware, take 2.Guy Harris1-0/+7
2015-12-16Revert "Make zlib API constness-aware"Guy Harris1-2/+1
2015-12-16Make zlib API constness-awareJoão Valverde1-1/+2
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-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-1/+1
2015-09-18spdy: do not overwrite HTTPS registrationPeter Wu1-2/+2
2015-08-21SPDY: fix no previous prototype for 'dissect_spdy_heur' [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-5/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-18Update some comments to reflect reality.Guy Harris1-1/+1
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-8/+11
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+3
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-17/+3
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann1-1/+3
2014-11-18SPDY: do not try to access an uninitialized tvb Pascal Quantin1-0/+2
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-5/+3
2014-10-13SPDY: Add Slot field for SYN_STREAM (and also unused field...)Alexis La Goutte1-2/+18
2014-10-13SPDY: Fix bitmask for priority bitAlexis La Goutte1-1/+1
2014-10-13SPDY: Fix the display of COL_INFO...Alexis La Goutte1-2/+4
2014-10-13SPDY: Fix typo about length for Control bitAlexis La Goutte1-1/+1
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-2/+2
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-08-05Do various minor dissector changes:Bill Meier1-1/+1
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-05-02Enhance display of SPDY packet (Remove some information from column)Alexis La Goutte1-59/+33
2014-05-01Cleanup SPDY dissector.Michael Mann1-27/+55
2014-04-30Cleanup libz streams in SPDY dissectorEvan Huus1-1/+21
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-04-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2014-04-16Get rid of another g_assert().Guy Harris1-1/+1
2014-04-16Fix FSF address.Guy Harris1-1/+1
2014-04-16Squelch some warnings:Guy Harris1-8/+10
2014-04-15Add SPDY dissector (from SPDYSHARK)Michael Mann1-0/+1939