URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=faa43991842ca770d7111fa4792863c99ac4dfa8
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
faa4399 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>
    
Actions performed:
    from  928bbf5   capinfos: fix absolute and relative time display.
     add  faa4399   pcapng: give a structure member an appropriate name.
Summary of changes:
 epan/dissectors/file-pcapng.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)