URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=60cc8b4fd8a8584bace71cb9cd2b59f9d450a0ce
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
60cc8b4 by Dario Lombardo (lomato@xxxxxxxxx):
Support for looking for incomplete dissectors.
Change-Id: I03e592dd3d54fc0e1c4af09d5d5336dda93f950e
Reviewed-on: https://code.wireshark.org/review/6978
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 207b52a tvb_length is a macro wrapper for tvb_captured_length; use tvbuff_length.
adds 60cc8b4 Support for looking for incomplete dissectors.
Summary of changes:
epan/dissectors/packet-frame.c | 29 +++++++++++++++++++++++++++++
epan/prefs.c | 5 +++++
epan/prefs.h | 1 +
epan/proto.c | 30 ++++++++++++++++++++++++++++++
epan/proto.h | 8 ++++++++
5 files changed, 73 insertions(+)