URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=100d8ec9708d9d25c91b416046b97875d291c24b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
100d8ec by Dario Lombardo (lomato@xxxxxxxxx):
add dissector for distributed ruby protocol.
Documentation: http://ruby-doc.org/stdlib-2.5.1/libdoc/drb/rdoc/index.html
Depends on If5d3bd2eaf261b4bc7a7df4ac15098503081dd9f.
Bug: 14731
Change-Id: I5ae9ffd3b017db0b8adc483ed093582508a3e225
Reviewed-on: https://code.wireshark.org/review/27765
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 500102c add file dissector for ruby marshal objects.
adds 100d8ec add dissector for distributed ruby protocol.
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-drb.c | 128 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 130 insertions(+)
create mode 100644 epan/dissectors/packet-drb.c