Wireshark-commits: [Wireshark-commits] master 910438b: Pcapng: support Name Resolution Block option

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Aug 2015 03:32:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=910438b17f3f8b9ca9cfdbb87b3daf49dd7eb9a0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

910438b by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Pcapng: support Name Resolution Block options
    
    Make pcapng decode options in an NRB during read, and store the comment
    option, and write it back out as well. Also make it handle plugin handlers
    for unknown options in received NRB(s).
    
    Change-Id: I81863ef8d85cb1c8b5ba6673ba0e562efe77714f
    Reviewed-on: https://code.wireshark.org/review/9723
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1420f3d   Add ui_gsm_map_summary_dialog.h so it goes into the source tarball.
    adds  910438b   Pcapng: support Name Resolution Block options


Summary of changes:
 debian/libwiretap0.symbols          |    4 +
 editcap.c                           |   17 +-
 file.c                              |   26 +++-
 mergecap.c                          |    2 +-
 reordercap.c                        |   13 +-
 tshark.c                            |   13 +-
 ui/gtk/file_import_dlg.c            |    4 +-
 ui/qt/resolved_addresses_dialog.cpp |   30 ++++
 ui/qt/resolved_addresses_dialog.h   |    2 +
 ui/qt/resolved_addresses_dialog.ui  |   14 ++
 ui/tap_export_pdu.c                 |    4 +-
 wiretap/file_access.c               |   19 ++-
 wiretap/nettrace_3gpp_32_423.c      |    3 +-
 wiretap/pcapng.c                    |  291 +++++++++++++++++++++--------------
 wiretap/pcapng_module.h             |   17 ++
 wiretap/wtap-int.h                  |    8 +-
 wiretap/wtap.c                      |   59 +++++++
 wiretap/wtap.h                      |  105 ++++++++++++-
 18 files changed, 473 insertions(+), 158 deletions(-)