URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=62c0e032e062c6e3d932d311bcca9f281ade27f4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
62c0e03 by gal (graeme.lunt@xxxxxxxxxx):
GIOP: Reassembly of fragments
Support for the reassembly of GIOP Fragment message types.
A new bool preference (giop.reassemble) is introduced to control reassembly
and it is enabled by default.
Change-Id: I10ca51f745710dca3b57a03cc89126f7b1dc06b4
Reviewed-on: https://code.wireshark.org/review/7966
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 085e95a Geospatial and Imagery Access Service (GIAS) Dissector
adds 62c0e03 GIOP: Reassembly of fragments
Summary of changes:
epan/dissectors/packet-giop.c | 178 +++++++++++++++++++++++++++++++++++++++--
epan/dissectors/packet-giop.h | 16 ++++
2 files changed, 188 insertions(+), 6 deletions(-)