URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c74afc3cdf916dded666a62eaf925b00b905aab6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
c74afc3 by Guy Harris (guy@xxxxxxxxxxxx):
Distinguish between "events" and "reports".
Have two different classes of file-type-specific records - "events" and
"reports". An "event" indicates something that happened in the capture
process, such as a status transition on the network; a "report" just
gives information not corresponding to something happening in the
capture process, such as capture statistics.
Note that both of those should be dissected and displayed like packets,
and leave open the possibility of file-type-specific records whose
contents should be processed and saved but not displayed in the packet
list.
Shorten "file_type_specific" to "ft_specific".
Change-Id: I2342d82ef992c794b76f354c057823dd5eb371e6
Reviewed-on: https://code.wireshark.org/review/1779
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 6dffc3b7e364b7446c30db54d2193476a5f0fa93)
Reviewed-on: https://code.wireshark.org/review/1780
Actions performed:
from 782d41e Fix a compiler warning.
adds c74afc3 Distinguish between "events" and "reports".
Summary of changes:
wiretap/pcapng.c | 3 ++-
wiretap/wtap.h | 42 +++++++++++++++++++++++++++++++++++-------
2 files changed, 37 insertions(+), 8 deletions(-)