URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8055351c6da4421d8aa5ac194413cbce10c2f5bb
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8055351 by Michael Mann (mmann78@xxxxxxxxxxxx):
Add SPDY dissector (from SPDYSHARK)
Porting SPDYSHARK Plugin ( http://code.google.com/p/spdyshark/) to built-in dissector
Closed-bug: 9821
Change-Id: I3169ab49e67f67a17e4094a289f4d3a389d610bc
Reviewed-on: https://code.wireshark.org/review/767
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 537a02b start a dissector for Ethernet Local Management Interface
adds 8055351 Add SPDY dissector (from SPDYSHARK)
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-spdy.c | 1939 +++++++++++++++++++++++++++++++++++++++
4 files changed, 1942 insertions(+)
create mode 100644 epan/dissectors/packet-spdy.c