Wireshark-commits: [Wireshark-commits] master 006d982: Adding a dissector for the Distributed Objec
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=006d9821f610bb6c006ac0f0d84ab8668a307945
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
006d982 by Mike Morrin (morrinmike@xxxxxxxxx):
Adding a dissector for the Distributed Object Framework protocol.
The DOF is part of the open-source OpenDOF Project,
more information at https://opendof.org
There is a sample capture file (with encryption keys) at
https://wiki.wireshark.org/SampleCaptures#DOF_.28Distributed_Object_Framework.29_Protocols
Change-Id: I8d8ce3edf39904d0467a403157f9de2d2a165e90
Reviewed-on: https://code.wireshark.org/review/14394
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7548d18 9p: change glib functions into wmem calls.
adds 006d982 Adding a dissector for the Distributed Object Framework protocol.
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-dof.c |12647 +++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-v120.c | 3 -
epan/tfs.c | 3 +
epan/tfs.h | 3 +
6 files changed, 12655 insertions(+), 3 deletions(-)
create mode 100644 epan/dissectors/packet-dof.c