aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spdy.c
AgeCommit message (Expand)AuthorFilesLines
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