ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 28524f1: ESP: improve IPv6 address matching

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Aug 2018 04:06:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=28524f1abf848dc0d59150756c6acd384fc6130e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

28524f1 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    ESP: improve IPv6 address matching
    
    Current IPv6 address expansion function has trouble with certain
    classes of addresses, returning errors for valid addresses. The
    expression to determine address validity is based on an unknown
    assumption, now replaced by one without false negatives.
    
    Bug: 15056
    Change-Id: Ic52f8e944f86a2b4d6838846795735df77cba56d
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/29290
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d1749f7   Support of ZCL enhancements
     add  28524f1   ESP: improve IPv6 address matching


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