Wireshark-commits: [Wireshark-commits] master-3.0 8c667d8: pcapng: give a structure member an appro

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Apr 2020 01:21:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c667d846c3ff2e16a5cc84ff7297bb9e898dcb6
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

8c667d8 by Guy Harris (guy@xxxxxxxxxxxx):

    pcapng: give a structure member an appropriate name.
    
    An entire pcapng file is dissected as a unit, so there's only one file;
    the "file_number" field counts Section Header Blocks, so it's a section
    number, not a file number.  Rename it to "section_number".
    
    Change-Id: I3ee477c9aa0ee4cdfa7496935b2be915c31a4644
    Reviewed-on: https://code.wireshark.org/review/36977
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (cherry picked from commit faa43991842ca770d7111fa4792863c99ac4dfa8)
    Reviewed-on: https://code.wireshark.org/review/36979
    

Actions performed:

    from  49dace5   capinfos: fix absolute and relative time display.
     add  8c667d8   pcapng: give a structure member an appropriate name.


Summary of changes:
 epan/dissectors/file-pcapng.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)