Wireshark-commits: [Wireshark-commits] master afc1265: writecap: rename pcapng_write_session_block

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Dec 2018 23:41:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afc1265b63cfd3388af2745da9c8a66cb81f2b45
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

afc1265 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    writecap: rename pcapng_write_session_block to _section_block
    
    The pcapng file format specification speaks of a secion block, not
    a session block. Let the function name reflect the proper name of
    the block it writes.
    
    Change-Id: Id399fae3648c93f4750fedaa297b18f95f2bb96f
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/31099
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  053f47f   Don't assume the filter will be non-null.
     add  afc1265   writecap: rename pcapng_write_session_block to _section_block


Summary of changes:
 dumpcap.c          | 2 +-
 extcap/sdjournal.c | 2 +-
 text2pcap.c        | 2 +-
 writecap/pcapio.c  | 2 +-
 writecap/pcapio.h  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)