From ea46cdc4748d84d5026a7703b25e427f8170833e Mon Sep 17 00:00:00 2001 From: Hadriel Kaplan Date: Sat, 22 Feb 2014 00:44:00 -0500 Subject: Add GLib's regex library into Lua While Lua's built-in pattern support is ok for simple things, many people end up wanting a real regex engine. Since Wireshark already includes the GLib Regex library (a wrapper for PCRE), it makes sense to expose that library to Lua scripts. This has been done using Lrexlib, one of the most popular regex bindings for Lua. Lrexlib didn't support binding GLib's Regex in particular - it does for PCRE but GLib is a different API - so I've done that. A fairly thorough testsuite came along with that, which has been incorporated into the wireshark wslua testuites as well in this commit. Change-Id: I05811d1edf7af8d7c9f4f081de6850f31c0717c7 Reviewed-on: https://code.wireshark.org/review/332 Reviewed-by: Anders Broman --- docbook/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docbook/CMakeLists.txt') diff --git a/docbook/CMakeLists.txt b/docbook/CMakeLists.txt index bbcf284b2d..0373da5f76 100644 --- a/docbook/CMakeLists.txt +++ b/docbook/CMakeLists.txt @@ -310,7 +310,6 @@ set(WSLUA_MODULES ${CMAKE_SOURCE_DIR}/epan/wslua/wslua_tree.c ${CMAKE_SOURCE_DIR}/epan/wslua/wslua_tvb.c ${CMAKE_SOURCE_DIR}/epan/wslua/wslua_util.c - ${CMAKE_SOURCE_DIR}/epan/wslua/wslua_int64.c ${CMAKE_SOURCE_DIR}/epan/wslua/wslua_struct.c ) -- cgit v1.2.3