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 234ab5b: Replace (int)sizeof(guint*) by value guint8

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Mar 2014 05:35:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=234ab5b7632f03e8cdc3ad28f8bc22a00c2978d6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

234ab5b by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Replace (int)sizeof(guint*) by value
    guint8 => 1
    guint16 => 2
    guint32 => 4
    guint64 => 8
    
    Change-Id: I23ae863115522779d99cfadeb698ed43ca626667
    Reviewed-on: https://code.wireshark.org/review/597
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  aabb002   Add value string (type and data rate) from omnipeek
    adds  234ab5b   Replace (int)sizeof(guint*) by value guint8 => 1 guint16 => 2 guint32 => 4 guint64 => 8


Summary of changes:
 epan/dissectors/packet-zbee-zdp-management.c |  128 +++++++++++++-------------
 1 file changed, 64 insertions(+), 64 deletions(-)