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 ede5a9d: Convert tvb_get_ptr buffer access macros to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 Jul 2014 15:45:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ede5a9d4c0364c184bb79786128244343b0abe06
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ede5a9d by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.
    
    Added a few filterable fields in the process of trying to figure out the macros.  Much more can be done to add many more filterable fields (and remove proto_tree_add_text calls hidden in the macros), but that'll be done some other time.
    
    bug:10281
    Change-Id: I9788f176c0e721ff4f243d4ecb79d7d0114fffc0
    Reviewed-on: https://code.wireshark.org/review/3262
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  82bb800   GED125: remove a wrong comment regarding the default TCP port
    adds  ede5a9d   Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.


Summary of changes:
 plugins/wimax/msg_dlmap.c  |  461 ++++++++++++++++++++++++++------------------
 plugins/wimax/msg_ulmap.c  |  233 +++++++++++-----------
 plugins/wimax/packet-wmx.c |    1 -
 plugins/wimax/wimax_bits.h |  110 ++++-------
 4 files changed, 426 insertions(+), 379 deletions(-)