Wireshark-commits: [Wireshark-commits] master 717ca58: ipv6: fix build with old 32-bit glib headers

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 1 Sep 2016 08:23:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=717ca58264f1c745c3efb8d9da0050d52b51bb1f
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

717ca58 by Peter Wu (peter@xxxxxxxxxxxxx):

    ipv6: fix build with old 32-bit glib headers (master only)
    
    Introduced with v2.3.0rc0-112-gdcb7b71, nxt is only a guint8* which
    fails on 32-bit glib before 2.31.2.
    
    Change-Id: Ide1816a971fa213f5669a7fa71bc111d5b1cc921
    Reviewed-on: https://code.wireshark.org/review/17418
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  71f8674   ipsec: fix build with old 32-bit glib headers
    adds  717ca58   ipv6: fix build with old 32-bit glib headers (master only)


Summary of changes:
 epan/dissectors/packet-ipv6.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)