aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-02-13 03:29:33 +0000
committerGuy Harris <gharris@sonic.net>2021-02-13 05:48:04 +0000
commit3a60e4992d1ccb70217ce9a5cae6c36a3832b61f (patch)
treee6afba405ee1a1e51c89e8a1856685206196404a /docbook
parent21f9f3f1f25fad124d20160ce79f8b53be107f4d (diff)
wslua: expose some libwiretap APIs in Lua.
Provide Lua version of wtap_file_type_subtype_string(), wtap_file_type_subtype_short_string(), and wtap_short_string_to_file_type_subtype(). This will be backported to the 3.2 and 3.4 branches, to allow scripts not run on the bleeding-edge version to use them. (cherry picked from commit f0ebc507626e3ffd0195b132486da11b3c7b138b)
Diffstat (limited to 'docbook')
-rw-r--r--docbook/CMakeLists.txt1
-rw-r--r--docbook/wsluarm.adoc1
2 files changed, 2 insertions, 0 deletions
diff --git a/docbook/CMakeLists.txt b/docbook/CMakeLists.txt
index c30446ec27..bb221412a8 100644
--- a/docbook/CMakeLists.txt
+++ b/docbook/CMakeLists.txt
@@ -323,6 +323,7 @@ set(WSLUA_MODULES
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_frame_info.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_capture_info.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_dir.c
+ ${CMAKE_SOURCE_DIR}/epan/wslua/wslua_wtap.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_util.c
${CMAKE_SOURCE_DIR}/epan/wslua/wslua_struct.c
)
diff --git a/docbook/wsluarm.adoc b/docbook/wsluarm.adoc
index 7487b7be3f..8b90609df6 100644
--- a/docbook/wsluarm.adoc
+++ b/docbook/wsluarm.adoc
@@ -243,6 +243,7 @@ include::{build_dir}/wsluarm_src/wslua_tree.adoc[]
include::{build_dir}/wsluarm_src/wslua_tvb.adoc[]
include::{build_dir}/wsluarm_src/wslua_file.adoc[]
include::{build_dir}/wsluarm_src/wslua_dir.adoc[]
+include::{build_dir}/wsluarm_src/wslua_wtap.adoc[]
include::{build_dir}/wsluarm_src/wslua_util.adoc[]
include::{build_dir}/wsluarm_src/wslua_int64.adoc[]
include::{build_dir}/wsluarm_src/wslua_struct.adoc[]