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