Wireshark-commits: [Wireshark-commits] master 6fa77a6: Add data structures necessary to support mul

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Jun 2016 14:33:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6fa77a6acb7955c804ec73a571177163ad022623
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6fa77a6 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add data structures necessary to support multiple Section Header blocks.
    
    This doesn't try to use any data from multiple Section Header blocks, it
    just converts single Section Header block usage into a GArray, so the
    potential is there to then use/support multiple Section Header blocks
    within a file format (like pcapng)
    
    Change-Id: I6ad1f7b8daf4b1ad7ba0eb1ecf2e170421505486
    Reviewed-on: https://code.wireshark.org/review/15636
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  bd932bb   [docsis->type35ucd] Fix TLV 15 & 16 bugs
    adds  6fa77a6   Add data structures necessary to support multiple Section Header blocks.


Summary of changes:
 editcap.c                       |   30 ++++++++++-----------
 epan/wslua/wslua.h              |   10 ++++---
 epan/wslua/wslua_capture_info.c |   24 ++++++++---------
 file.c                          |   16 ++++++------
 reordercap.c                    |   14 +++++-----
 tshark.c                        |   18 ++++++-------
 ui/gtk/file_import_dlg.c        |    6 +++--
 ui/tap_export_pdu.c             |    5 +++-
 wiretap/erf.c                   |    5 ++--
 wiretap/file_access.c           |   26 ++++++++++--------
 wiretap/lanalyzer.c             |    2 +-
 wiretap/merge.c                 |   18 +++++++------
 wiretap/nettrace_3gpp_32_423.c  |   25 +++++++++---------
 wiretap/pcapng.c                |   19 +++++++++-----
 wiretap/wtap-int.h              |    4 +--
 wiretap/wtap.c                  |   55 ++++++++++++++++++---------------------
 wiretap/wtap.h                  |   18 ++++++-------
 wiretap/wtap_opttypes.c         |   12 +++++++++
 wiretap/wtap_opttypes.h         |   10 +++++++
 19 files changed, 177 insertions(+), 140 deletions(-)