URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e34e6c6fc06fd95b4f42ca2d230aaa743387e1bb
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e34e6c6 by Peter Wu (peter@xxxxxxxxxxxxx):
Fix "Unescaped left brace in regex is deprecated"
This got reported with Perl 5.22:
Unescaped left brace in regex is deprecated, passed through in
regex; marked by <-- HERE in m/^typedef enum { <-- HERE / at
epan/wslua/make-init-lua.pl line 228.
The perldelta manual page says this about it:
"[..] a future version of Perl (tentatively v5.26) will consider
this to be a syntax error."
Change-Id: I7f23cc10dc3311a35d8c15faa4337e4d50d0bd61
Reviewed-on: https://code.wireshark.org/review/9034
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 8aa91b3 Provide PHY type and band information in the 802.11 pseudo-header.
adds e34e6c6 Fix "Unescaped left brace in regex is deprecated"
Summary of changes:
epan/wslua/make-init-lua.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)