Wireshark-commits: [Wireshark-commits] master-2.0 a50a12a: ssl-utils: fix anchoring matches in keyl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Oct 2015 08:46:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a50a12a07bfa8e0aa1283a48539ccaeeabacd0a9
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

a50a12a by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl-utils: fix anchoring matches in keylog file
    
    Somehow "# CLIENT_RANDOM" would also be matched by the regex. It turns
    out that glib requires two flags to enable anchoring.
    
    This issue also causes silent truncation of keylog lines rather than
    reporting no match.
    
    Change-Id: Ib51265b6ec428988c222b4f3bc3cbc99ef0d72bf
    Reviewed-on: https://code.wireshark.org/review/10933
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 2f454a3f8c5c8d87b346c5b52ce5846625b7053c)
    Reviewed-on: https://code.wireshark.org/review/11004
    

Actions performed:

    from  8ea823c   ssl-utils: Fix parsing pre-master-secrets in keylog-file
    adds  a50a12a   ssl-utils: fix anchoring matches in keylog file


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)