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(-)