Wireshark-commits: [Wireshark-commits] master 2c1dcfe: The wtap from which we're reading to get sta
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c1dcfed4f68fb5b37659fc8f85180504ae2f152
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
2c1dcfe by Guy Harris (guy@xxxxxxxxxxxx):
The wtap from which we're reading to get statistics isn't a statistic itself.
Move it to the capture_session structure from the info_data_t structure,
and pass it as an argument to capture_info_new_packets().
Change-Id: I822392bbf48eeb27ba9e17b73775d2fc4349bc17
Reviewed-on: https://code.wireshark.org/review/32765
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4c8a226 Explicitly make cf->{rec,buf} the information for the selected packet.
add 2c1dcfe The wtap from which we're reading to get statistics isn't a statistic itself.
Summary of changes:
capchild/capture_session.h | 1 +
capture_info.c | 6 +++---
capture_info.h | 3 +--
ui/capture.c | 17 +++++++++--------
4 files changed, 14 insertions(+), 13 deletions(-)