URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=946c8505418a025bd8e17be8a70ac2effa1be071
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
946c850 by Guy Harris (guy@xxxxxxxxxxxx):
More constification, to squelch warnings.
capture_input_drops() doesn't, and shouldn't, modify or free or... the
interface name, so make the pointer to it a const pointer.
Change-Id: Iafc5c5dd9939225b3aeb8a8e36c5bdeecc394e12
Reviewed-on: https://code.wireshark.org/review/32465
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4a9c686 More constification, to squelch warnings.
add 946c850 More constification, to squelch warnings.
Summary of changes:
capchild/capture_sync.c | 2 +-
capchild/capture_sync.h | 2 +-
tshark.c | 2 +-
ui/capture.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)