Wireshark-commits: [Wireshark-commits] master-2.6 b1f0f00: Add support for reading and writing the
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1f0f00e3b9297b46e418af090b64b9ca784ec7b
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
b1f0f00 by Guy Harris (guy@xxxxxxxxxxxx):
Add support for reading and writing the new if_hardware IDB option.
Support for writing it in live captures will come later; this change,
but not that one, will be backported so older versions of Wireshark
won't remove it when writing a file out.
Change-Id: I9fd4067991acfd2d18c03d0a373ce8337a9f3a76
Reviewed-on: https://code.wireshark.org/review/29064
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 77d52897f9746dcfeff837f81065bb2f1f51b649)
Reviewed-on: https://code.wireshark.org/review/29065
Actions performed:
from e51e537 prefs: fix range preferences-related crash after switching profiles
add b1f0f00 Add support for reading and writing the new if_hardware IDB option.
Summary of changes:
file_packet_provider.c | 2 ++
wiretap/merge.c | 19 +++++++++++++++++--
wiretap/pcapng.c | 13 +++++++++++++
wiretap/wtap.c | 7 +++++++
wiretap/wtap_opttypes.c | 9 +++++++++
wiretap/wtap_opttypes.h | 12 +++++++++++-
6 files changed, 59 insertions(+), 3 deletions(-)