Wireshark-commits: [Wireshark-commits] master-3.2 b7c31f7: pcapng: give a structure member an appro
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b7c31f77f28d6432b158af48074ba2cd71ecadb3
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
b7c31f7 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 1d8cbc1150aae30a8723042c2711a3a34e645bf2)
Reviewed-on: https://code.wireshark.org/review/36978
Actions performed:
from e7e52e9 DTLS: try harder to decrypt broken traces with double CCS
add b7c31f7 pcapng: give a structure member an appropriate name.
Summary of changes:
epan/dissectors/file-pcapng.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)