ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-1.12 13c5737: Convert tvb_get_ptr buffer access macro

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

Commits:

13c5737 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert tvb_get_ptr buffer access macros to use much safer tvb access macros.
    
    Manually merged from ede5a9d4c0364c184bb79786128244343b0abe06  (master branch)
    
    bug:10281
    Change-Id: I8d4ba699b8244793cdffe5d72a78ccfefe789e94
    Reviewed-on: https://code.wireshark.org/review/3269
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  974fdcb   fix encodingmask of DiagnosticInfo
    adds  13c5737   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(-)