URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7d8cb0ab4feb30759545ccacd32df6aa1f6492cc
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7d8cb0a by Guy Harris (guy@xxxxxxxxxxxx):
Constification, to remove some compiler warnings.
We don't modify expert_info_t's used when constructing an
ExpertPacketItem or when they're passed to the tap routine.
Change-Id: I9e6a1545ce2340091eb7c5f6a8ef5a1da675b3ab
Reviewed-on: https://code.wireshark.org/review/32456
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a3de3fb Treat erf_timestamp_t's as integral values.
add 7d8cb0a Constification, to remove some compiler warnings.
Summary of changes:
ui/qt/models/expert_info_model.cpp | 6 +++---
ui/qt/models/expert_info_model.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)