Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 641eb36: Fix value_string checks in checkAPIs.pl.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Mar 2014 17:25:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=641eb36dd5c89d5b2f6291d5bc540072b4bacdf2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

641eb36 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Fix value_string checks in checkAPIs.pl.
    
    Some strings contain semicolons, which meant g36db2df was terminating
    our REs too early. Try terminating them with '}' followed by ';'.
    
    Change-Id: I97f63351ef35c91e3123d9abd47576d47fea4b2b
    Reviewed-on: https://code.wireshark.org/review/638
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  53dab8e   Note that a dissector heuristic test *must not* cause an exception before returning FALSE.
    adds  641eb36   Fix value_string checks in checkAPIs.pl.


Summary of changes:
 tools/checkAPIs.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)