Wireshark-commits: [Wireshark-commits] master 0e0f20b: wiretap: add a routine that adds a wtap_bloc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 02 May 2020 02:50:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e0f20bc7d9cd3f41cea1ad58b2cd71e849aab2e
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0e0f20b by Guy Harris (guy@xxxxxxxxxxxx):

    wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.
    
    Change-Id: I0a2e09bc3d1a858a304ded0c42be6bf09034812e
    Reviewed-on: https://code.wireshark.org/review/37019
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  43b945d   Note why we're getting the time stamp from the frame data structure.
     add  0e0f20b   wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.


Summary of changes:
 wiretap/erf.c         | 4 ++--
 wiretap/file_access.c | 2 +-
 wiretap/pcapng.c      | 2 +-
 wiretap/wtap-int.h    | 6 ++++++
 wiretap/wtap.c        | 5 +++++
 5 files changed, 15 insertions(+), 4 deletions(-)