Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 4097c10: gsmtap: Introduce a new packet-gsmtap.h head

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Dec 2016 23:24:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4097c1075b91fdb189d8b6f566bacb969fde4b97
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4097c10 by Harald Welte (laforge@xxxxxxxxxxxx):

    gsmtap: Introduce a new packet-gsmtap.h header file
    
    Move the GSMTAP protocol related #defines to packet-gsmtap.h, as there
    are other dissectors (like packet-gsm_sim.c and future dissectors) need
    access to some of those #defines.
    
    Change-Id: Ibb3517bd773be63b7e3cd30104a5351427e22ebf
    Reviewed-on: https://code.wireshark.org/review/19185
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2dfa603   Initialize fd_head->frame in all cases where we allocate fd_head.
    adds  4097c10   gsmtap: Introduce a new packet-gsmtap.h header file


Summary of changes:
 epan/dissectors/Makefile.am      |    1 +
 epan/dissectors/packet-gsm_sim.c |    4 +-
 epan/dissectors/packet-gsmtap.c  |  133 +-----------------------------
 epan/dissectors/packet-gsmtap.h  |  169 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 174 insertions(+), 133 deletions(-)
 create mode 100644 epan/dissectors/packet-gsmtap.h