Wireshark-commits: [Wireshark-commits] master 6dffc3b: Distinguish between "events" and "reports".

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 May 2014 21:54:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6dffc3b7e364b7446c30db54d2193476a5f0fa93
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6dffc3b 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>
    

Actions performed:

    from  d5b1730   Fix a compiler warning.
    adds  6dffc3b   Distinguish between "events" and "reports".


Summary of changes:
 wiretap/pcapng.c |    3 ++-
 wiretap/wtap.h   |   42 +++++++++++++++++++++++++++++++++++-------
 2 files changed, 37 insertions(+), 8 deletions(-)