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 01359be: Add better assertions for comparing integers

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Jul 2014 20:05:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01359be9e40ab144d45d1b6e8bdae41beddca288
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

01359be by Kevin Cox (kevincox@xxxxxxxxxxx):

    Add better assertions for comparing integers.
    
    Adds DISSECTOR_ASSERT_CMPINT() family of assertions which show the value
    of each side of the comparison upon failure.
    
    Change-Id: Ie6f2ba46d62fc864c08eb432c403fab8f1932d91
    Reviewed-on: https://code.wireshark.org/review/3103
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  4a8b688   Add casts to make the buildbot happy.
    adds  01359be   Add better assertions for comparing integers.


Summary of changes:
 epan/proto.h |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)