URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c1b672cf23dc2f3e55dc37e84099240932953806
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c1b672c by Peter Wu (peter@xxxxxxxxxxxxx):
checkAPIs: match packet-*.[ch], independent of locale
In perl, the \w character group seems to match '-' depending on the
locale. On Linux (with the C or en_US.UTF-8 locale), packet-ssl-utils.c
does not match.
This patch makes the regex match anything except for the path separator.
Change-Id: I27543072295af5f2bd5ea8ab36e5d913bebf7d85
Reviewed-on: https://code.wireshark.org/review/7266
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 5012cf8 Call pre_init_prefs each time our profile changes.
adds c1b672c checkAPIs: match packet-*.[ch], independent of locale
Summary of changes:
tools/checkAPIs.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)