aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/CMakeLists.txt2
-rw-r--r--epan/wslua/init_wslua.c2
-rw-r--r--epan/wslua/wslua.h2
-rw-r--r--epan/wslua/wslua_address.c2
-rw-r--r--epan/wslua/wslua_byte_array.c2
-rw-r--r--epan/wslua/wslua_capture_info.c2
-rw-r--r--epan/wslua/wslua_column.c2
-rw-r--r--epan/wslua/wslua_dir.c2
-rw-r--r--epan/wslua/wslua_dissector.c2
-rw-r--r--epan/wslua/wslua_dumper.c2
-rw-r--r--epan/wslua/wslua_file.c2
-rw-r--r--epan/wslua/wslua_file_common.c2
-rw-r--r--epan/wslua/wslua_file_common.h2
-rw-r--r--epan/wslua/wslua_file_handler.c2
-rw-r--r--epan/wslua/wslua_frame_info.c2
-rw-r--r--epan/wslua/wslua_gui.c2
-rw-r--r--epan/wslua/wslua_int64.c2
-rw-r--r--epan/wslua/wslua_internals.c2
-rw-r--r--epan/wslua/wslua_listener.c2
-rw-r--r--epan/wslua/wslua_nstime.c2
-rw-r--r--epan/wslua/wslua_pinfo.c2
-rw-r--r--epan/wslua/wslua_pref.c2
-rw-r--r--epan/wslua/wslua_proto.c2
-rw-r--r--epan/wslua/wslua_proto_expert.c2
-rw-r--r--epan/wslua/wslua_proto_field.c2
-rw-r--r--epan/wslua/wslua_struct.c2
-rw-r--r--epan/wslua/wslua_tree.c2
-rw-r--r--epan/wslua/wslua_tvb.c2
-rw-r--r--epan/wslua/wslua_util.c2
29 files changed, 29 insertions, 29 deletions
diff --git a/epan/wslua/CMakeLists.txt b/epan/wslua/CMakeLists.txt
index 56d751d07d..b6f69e0d1f 100644
--- a/epan/wslua/CMakeLists.txt
+++ b/epan/wslua/CMakeLists.txt
@@ -160,7 +160,7 @@ CHECKAPI(
)
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 8
diff --git a/epan/wslua/init_wslua.c b/epan/wslua/init_wslua.c
index b2c5c41d22..4ba45ce62a 100644
--- a/epan/wslua/init_wslua.c
+++ b/epan/wslua/init_wslua.c
@@ -1078,7 +1078,7 @@ void wslua_cleanup(void) {
lua_State* wslua_state(void) { return L; }
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua.h b/epan/wslua/wslua.h
index 06b63215bd..2712a2f517 100644
--- a/epan/wslua/wslua.h
+++ b/epan/wslua/wslua.h
@@ -815,7 +815,7 @@ extern void wslua_deregister_menus(void);
#endif
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_address.c b/epan/wslua/wslua_address.c
index 7bbce3653b..ea89af3a50 100644
--- a/epan/wslua/wslua_address.c
+++ b/epan/wslua/wslua_address.c
@@ -267,7 +267,7 @@ int Address_register(lua_State *L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_byte_array.c b/epan/wslua/wslua_byte_array.c
index 52f2983d9d..7709859459 100644
--- a/epan/wslua/wslua_byte_array.c
+++ b/epan/wslua/wslua_byte_array.c
@@ -383,7 +383,7 @@ int ByteArray_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_capture_info.c b/epan/wslua/wslua_capture_info.c
index 943bd62f99..877fbda9f1 100644
--- a/epan/wslua/wslua_capture_info.c
+++ b/epan/wslua/wslua_capture_info.c
@@ -507,7 +507,7 @@ int CaptureInfoConst_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_column.c b/epan/wslua/wslua_column.c
index 4a62557954..8fc1af2d78 100644
--- a/epan/wslua/wslua_column.c
+++ b/epan/wslua/wslua_column.c
@@ -368,7 +368,7 @@ int Columns_register(lua_State *L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_dir.c b/epan/wslua/wslua_dir.c
index 2260d36a86..cc64f565ca 100644
--- a/epan/wslua/wslua_dir.c
+++ b/epan/wslua/wslua_dir.c
@@ -354,7 +354,7 @@ int Dir_register(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_dissector.c b/epan/wslua/wslua_dissector.c
index 6a692fc14d..9b02c2f087 100644
--- a/epan/wslua/wslua_dissector.c
+++ b/epan/wslua/wslua_dissector.c
@@ -731,7 +731,7 @@ int wslua_deregister_dissector_tables(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_dumper.c b/epan/wslua/wslua_dumper.c
index 1d9fa36ba5..8385b8f8dd 100644
--- a/epan/wslua/wslua_dumper.c
+++ b/epan/wslua/wslua_dumper.c
@@ -515,7 +515,7 @@ int Dumper_register(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_file.c b/epan/wslua/wslua_file.c
index 47fe79608b..352ad318c9 100644
--- a/epan/wslua/wslua_file.c
+++ b/epan/wslua/wslua_file.c
@@ -507,7 +507,7 @@ int File_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_file_common.c b/epan/wslua/wslua_file_common.c
index a04595fb0f..7c0421a751 100644
--- a/epan/wslua/wslua_file_common.c
+++ b/epan/wslua/wslua_file_common.c
@@ -182,7 +182,7 @@ void remove_wdh_priv(lua_State* L, wtap_dumper *wdh) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_file_common.h b/epan/wslua/wslua_file_common.h
index 855b0c4596..06fe77114b 100644
--- a/epan/wslua/wslua_file_common.h
+++ b/epan/wslua/wslua_file_common.h
@@ -61,7 +61,7 @@ extern FrameInfoConst* push_FrameInfoConst(lua_State* L, const wtap_rec *rec, co
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_file_handler.c b/epan/wslua/wslua_file_handler.c
index 11f90994f7..5634f3d286 100644
--- a/epan/wslua/wslua_file_handler.c
+++ b/epan/wslua/wslua_file_handler.c
@@ -1045,7 +1045,7 @@ int wslua_deregister_filehandlers(lua_State* L _U_) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_frame_info.c b/epan/wslua/wslua_frame_info.c
index 5498e30b15..f0f8b998ac 100644
--- a/epan/wslua/wslua_frame_info.c
+++ b/epan/wslua/wslua_frame_info.c
@@ -390,7 +390,7 @@ int FrameInfoConst_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_gui.c b/epan/wslua/wslua_gui.c
index 938913418f..061e30a509 100644
--- a/epan/wslua/wslua_gui.c
+++ b/epan/wslua/wslua_gui.c
@@ -884,7 +884,7 @@ WSLUA_FUNCTION wslua_browser_open_data_file(lua_State* L) { /* Open a file in a
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_int64.c b/epan/wslua/wslua_int64.c
index 72887013ed..0bc05d33e2 100644
--- a/epan/wslua/wslua_int64.c
+++ b/epan/wslua/wslua_int64.c
@@ -1113,7 +1113,7 @@ LUALIB_API int UInt64_register(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_internals.c b/epan/wslua/wslua_internals.c
index e95dcffe8e..2688aea2e0 100644
--- a/epan/wslua/wslua_internals.c
+++ b/epan/wslua/wslua_internals.c
@@ -616,7 +616,7 @@ void wslua_register_class(lua_State *L, const wslua_class *cls_def)
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_listener.c b/epan/wslua/wslua_listener.c
index 289e1622e9..5beed49024 100644
--- a/epan/wslua/wslua_listener.c
+++ b/epan/wslua/wslua_listener.c
@@ -397,7 +397,7 @@ int wslua_deregister_listeners(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_nstime.c b/epan/wslua/wslua_nstime.c
index 5bc32f75ac..b3012e7136 100644
--- a/epan/wslua/wslua_nstime.c
+++ b/epan/wslua/wslua_nstime.c
@@ -223,7 +223,7 @@ int NSTime_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_pinfo.c b/epan/wslua/wslua_pinfo.c
index 9b6974eab8..050143c3ca 100644
--- a/epan/wslua/wslua_pinfo.c
+++ b/epan/wslua/wslua_pinfo.c
@@ -476,7 +476,7 @@ int Pinfo_register(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_pref.c b/epan/wslua/wslua_pref.c
index 036a4bf787..68c00f4cbb 100644
--- a/epan/wslua/wslua_pref.c
+++ b/epan/wslua/wslua_pref.c
@@ -497,7 +497,7 @@ WSLUA_REGISTER Prefs_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_proto.c b/epan/wslua/wslua_proto.c
index 148c7bc983..6ecc3de341 100644
--- a/epan/wslua/wslua_proto.c
+++ b/epan/wslua/wslua_proto.c
@@ -917,7 +917,7 @@ WSLUA_FUNCTION wslua_dissect_tcp_pdus(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_proto_expert.c b/epan/wslua/wslua_proto_expert.c
index 382a808da8..7958c590bf 100644
--- a/epan/wslua/wslua_proto_expert.c
+++ b/epan/wslua/wslua_proto_expert.c
@@ -165,7 +165,7 @@ int ProtoExpert_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_proto_field.c b/epan/wslua/wslua_proto_field.c
index 79433d66fb..cbcc1a8ba3 100644
--- a/epan/wslua/wslua_proto_field.c
+++ b/epan/wslua/wslua_proto_field.c
@@ -1481,7 +1481,7 @@ int ProtoField_register(lua_State* L) {
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_struct.c b/epan/wslua/wslua_struct.c
index 356132a336..10c0b06f2a 100644
--- a/epan/wslua/wslua_struct.c
+++ b/epan/wslua/wslua_struct.c
@@ -658,7 +658,7 @@ LUALIB_API int Struct_register(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local Variables:
* c-basic-offset: 2
diff --git a/epan/wslua/wslua_tree.c b/epan/wslua/wslua_tree.c
index ecf0d7045d..5c39741d7f 100644
--- a/epan/wslua/wslua_tree.c
+++ b/epan/wslua/wslua_tree.c
@@ -971,7 +971,7 @@ int TreeItem_register(lua_State *L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_tvb.c b/epan/wslua/wslua_tvb.c
index 1fd9569d27..4b91a3ffdb 100644
--- a/epan/wslua/wslua_tvb.c
+++ b/epan/wslua/wslua_tvb.c
@@ -1457,7 +1457,7 @@ int TvbRange_register(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/epan/wslua/wslua_util.c b/epan/wslua/wslua_util.c
index de30b5df81..ba3d29510e 100644
--- a/epan/wslua/wslua_util.c
+++ b/epan/wslua/wslua_util.c
@@ -278,7 +278,7 @@ WSLUA_FUNCTION wslua_register_stat_cmd_arg(lua_State* L) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4