ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-2.2 784f003: Add support for reading and writing the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Aug 2018 06:37:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=784f00383fbe9da303f62e8d2b96574e8bbae15c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.2
Repository: wireshark

Commits:

784f003 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 08cbe559b3c82c4e152c3b8df2f6f6f1fe3d51a0)
    Reviewed-on: https://code.wireshark.org/review/29067
    

Actions performed:

    from  aa9e918   HTTP: set correct server port for tunnels
     add  784f003   Add support for reading and writing the new if_hardware IDB option.


Summary of changes:
 cfile.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(-)