aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/CMakeLists.txt2
-rw-r--r--epan/wmem/wmem.h2
-rw-r--r--epan/wmem/wmem_allocator.h2
-rw-r--r--epan/wmem/wmem_allocator_block.c2
-rw-r--r--epan/wmem/wmem_allocator_block.h2
-rw-r--r--epan/wmem/wmem_allocator_block_fast.c2
-rw-r--r--epan/wmem/wmem_allocator_block_fast.h2
-rw-r--r--epan/wmem/wmem_allocator_simple.c2
-rw-r--r--epan/wmem/wmem_allocator_simple.h2
-rw-r--r--epan/wmem/wmem_allocator_strict.c2
-rw-r--r--epan/wmem/wmem_allocator_strict.h2
-rw-r--r--epan/wmem/wmem_array.c2
-rw-r--r--epan/wmem/wmem_array.h2
-rw-r--r--epan/wmem/wmem_core.c2
-rw-r--r--epan/wmem/wmem_core.h2
-rw-r--r--epan/wmem/wmem_interval_tree.c2
-rw-r--r--epan/wmem/wmem_interval_tree.h2
-rw-r--r--epan/wmem/wmem_list.c2
-rw-r--r--epan/wmem/wmem_list.h2
-rw-r--r--epan/wmem/wmem_map.c2
-rw-r--r--epan/wmem/wmem_map.h2
-rw-r--r--epan/wmem/wmem_map_int.h2
-rw-r--r--epan/wmem/wmem_miscutl.c2
-rw-r--r--epan/wmem/wmem_miscutl.h2
-rw-r--r--epan/wmem/wmem_queue.h2
-rw-r--r--epan/wmem/wmem_scopes.c2
-rw-r--r--epan/wmem/wmem_scopes.h2
-rw-r--r--epan/wmem/wmem_stack.c2
-rw-r--r--epan/wmem/wmem_stack.h2
-rw-r--r--epan/wmem/wmem_strbuf.c2
-rw-r--r--epan/wmem/wmem_strbuf.h2
-rw-r--r--epan/wmem/wmem_strutl.c2
-rw-r--r--epan/wmem/wmem_strutl.h2
-rw-r--r--epan/wmem/wmem_test.c2
-rw-r--r--epan/wmem/wmem_tree-int.h2
-rw-r--r--epan/wmem/wmem_tree.c2
-rw-r--r--epan/wmem/wmem_tree.h2
-rw-r--r--epan/wmem/wmem_user_cb.c2
-rw-r--r--epan/wmem/wmem_user_cb.h2
-rw-r--r--epan/wmem/wmem_user_cb_int.h2
40 files changed, 40 insertions, 40 deletions
diff --git a/epan/wmem/CMakeLists.txt b/epan/wmem/CMakeLists.txt
index e66007e448..77f222db79 100644
--- a/epan/wmem/CMakeLists.txt
+++ b/epan/wmem/CMakeLists.txt
@@ -105,7 +105,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/wmem/wmem.h b/epan/wmem/wmem.h
index cc13fc8b91..2827301a6d 100644
--- a/epan/wmem/wmem.h
+++ b/epan/wmem/wmem.h
@@ -29,7 +29,7 @@
#endif /* __WMEM_H__ */
/*
- * 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/wmem/wmem_allocator.h b/epan/wmem/wmem_allocator.h
index 4c160d090a..4bc3487b85 100644
--- a/epan/wmem/wmem_allocator.h
+++ b/epan/wmem/wmem_allocator.h
@@ -50,7 +50,7 @@ struct _wmem_allocator_t {
#endif /* __WMEM_ALLOCATOR_H__ */
/*
- * 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/wmem/wmem_allocator_block.c b/epan/wmem/wmem_allocator_block.c
index 3c838a33e9..f3e17b8ff6 100644
--- a/epan/wmem/wmem_allocator_block.c
+++ b/epan/wmem/wmem_allocator_block.c
@@ -1112,7 +1112,7 @@ wmem_block_allocator_init(wmem_allocator_t *allocator)
}
/*
- * 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/wmem/wmem_allocator_block.h b/epan/wmem/wmem_allocator_block.h
index 0ff82bec50..a56757b42b 100644
--- a/epan/wmem/wmem_allocator_block.h
+++ b/epan/wmem/wmem_allocator_block.h
@@ -32,7 +32,7 @@ wmem_block_verify(wmem_allocator_t *allocator);
#endif /* __WMEM_ALLOCATOR_BLOCK_H__ */
/*
- * 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/wmem/wmem_allocator_block_fast.c b/epan/wmem/wmem_allocator_block_fast.c
index a6011281f7..bdb8c2f75d 100644
--- a/epan/wmem/wmem_allocator_block_fast.c
+++ b/epan/wmem/wmem_allocator_block_fast.c
@@ -245,7 +245,7 @@ wmem_block_fast_allocator_init(wmem_allocator_t *allocator)
}
/*
- * 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/wmem/wmem_allocator_block_fast.h b/epan/wmem/wmem_allocator_block_fast.h
index 0471469131..d17d40ca80 100644
--- a/epan/wmem/wmem_allocator_block_fast.h
+++ b/epan/wmem/wmem_allocator_block_fast.h
@@ -27,7 +27,7 @@ wmem_block_fast_allocator_init(wmem_allocator_t *allocator);
#endif /* __WMEM_ALLOCATOR_BLOCK_FAST_H__ */
/*
- * 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/wmem/wmem_allocator_simple.c b/epan/wmem/wmem_allocator_simple.c
index 3c254a65ed..3c949c70fc 100644
--- a/epan/wmem/wmem_allocator_simple.c
+++ b/epan/wmem/wmem_allocator_simple.c
@@ -137,7 +137,7 @@ wmem_simple_allocator_init(wmem_allocator_t *allocator)
}
/*
- * 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/wmem/wmem_allocator_simple.h b/epan/wmem/wmem_allocator_simple.h
index 9166f5412f..4c045bdd65 100644
--- a/epan/wmem/wmem_allocator_simple.h
+++ b/epan/wmem/wmem_allocator_simple.h
@@ -28,7 +28,7 @@ wmem_simple_allocator_init(wmem_allocator_t *allocator);
#endif /* __WMEM_ALLOCATOR_SIMPLE_H__ */
/*
- * 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/wmem/wmem_allocator_strict.c b/epan/wmem/wmem_allocator_strict.c
index 7240079dac..92404bcc9f 100644
--- a/epan/wmem/wmem_allocator_strict.c
+++ b/epan/wmem/wmem_allocator_strict.c
@@ -217,7 +217,7 @@ wmem_strict_allocator_init(wmem_allocator_t *allocator)
}
/*
- * 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/wmem/wmem_allocator_strict.h b/epan/wmem/wmem_allocator_strict.h
index 2297bcf848..5352090abd 100644
--- a/epan/wmem/wmem_allocator_strict.h
+++ b/epan/wmem/wmem_allocator_strict.h
@@ -31,7 +31,7 @@ wmem_strict_check_canaries(wmem_allocator_t *allocator);
#endif /* __WMEM_ALLOCATOR_STRICT_H__ */
/*
- * 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/wmem/wmem_array.c b/epan/wmem/wmem_array.c
index 974384cab9..bf106764d2 100644
--- a/epan/wmem/wmem_array.c
+++ b/epan/wmem/wmem_array.c
@@ -159,7 +159,7 @@ wmem_array_get_count(wmem_array_t *array)
}
/*
- * 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/wmem/wmem_array.h b/epan/wmem/wmem_array.h
index e8d8dc76e1..0fdd27fce9 100644
--- a/epan/wmem/wmem_array.h
+++ b/epan/wmem/wmem_array.h
@@ -90,7 +90,7 @@ wmem_array_get_count(wmem_array_t *array);
#endif /* __WMEM_ARRAY_H__ */
/*
- * 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/wmem/wmem_core.c b/epan/wmem/wmem_core.c
index 1aa41fdfcd..5d3b5c7f7a 100644
--- a/epan/wmem/wmem_core.c
+++ b/epan/wmem/wmem_core.c
@@ -212,7 +212,7 @@ wmem_cleanup(void)
}
/*
- * 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/wmem/wmem_core.h b/epan/wmem/wmem_core.h
index daa3704d46..8ad169bf03 100644
--- a/epan/wmem/wmem_core.h
+++ b/epan/wmem/wmem_core.h
@@ -219,7 +219,7 @@ wmem_cleanup(void);
#endif /* __WMEM_CORE_H__ */
/*
- * 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/wmem/wmem_interval_tree.c b/epan/wmem/wmem_interval_tree.c
index cde19d7bb8..31b91f8e9e 100644
--- a/epan/wmem/wmem_interval_tree.c
+++ b/epan/wmem/wmem_interval_tree.c
@@ -175,7 +175,7 @@ wmem_print_itree(wmem_tree_t *tree)
}
/*
- * 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/wmem/wmem_interval_tree.h b/epan/wmem/wmem_interval_tree.h
index 57863bc8ee..5fb3172e5a 100644
--- a/epan/wmem/wmem_interval_tree.h
+++ b/epan/wmem/wmem_interval_tree.h
@@ -88,7 +88,7 @@ wmem_print_itree(wmem_itree_t *tree);
#endif /* __WMEM_INTERVAL_TREE_H__ */
/*
- * 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/wmem/wmem_list.c b/epan/wmem/wmem_list.c
index b6d4ecbb37..b54881b93c 100644
--- a/epan/wmem/wmem_list.c
+++ b/epan/wmem/wmem_list.c
@@ -261,7 +261,7 @@ wmem_list_foreach(wmem_list_t *list, GFunc foreach_func, gpointer user_data)
}
/*
- * 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/wmem/wmem_list.h b/epan/wmem/wmem_list.h
index 8e55fbcc98..db17df0ba7 100644
--- a/epan/wmem/wmem_list.h
+++ b/epan/wmem/wmem_list.h
@@ -115,7 +115,7 @@ wmem_destroy_list(wmem_list_t *list);
#endif /* __WMEM_LIST_H__ */
/*
- * 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/wmem/wmem_map.c b/epan/wmem/wmem_map.c
index b6064def15..7c97ca510a 100644
--- a/epan/wmem/wmem_map.c
+++ b/epan/wmem/wmem_map.c
@@ -474,7 +474,7 @@ wmem_double_hash(gconstpointer key)
}
/*
- * 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/wmem/wmem_map.h b/epan/wmem/wmem_map.h
index 0553b32348..16ee94f66e 100644
--- a/epan/wmem/wmem_map.h
+++ b/epan/wmem/wmem_map.h
@@ -218,7 +218,7 @@ wmem_double_hash(gconstpointer key);
#endif /* __WMEM_MAP_H__ */
/*
- * 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/wmem/wmem_map_int.h b/epan/wmem/wmem_map_int.h
index d90bc4c1c4..982c02435d 100644
--- a/epan/wmem/wmem_map_int.h
+++ b/epan/wmem/wmem_map_int.h
@@ -27,7 +27,7 @@ wmem_init_hashing(void);
#endif /* __WMEM_MAP_INT_H__ */
/*
- * 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/wmem/wmem_miscutl.c b/epan/wmem/wmem_miscutl.c
index 33d5089e6c..92e8376fa6 100644
--- a/epan/wmem/wmem_miscutl.c
+++ b/epan/wmem/wmem_miscutl.c
@@ -30,7 +30,7 @@ wmem_memdup(wmem_allocator_t *allocator, const void *source, const size_t size)
}
/*
- * 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/wmem/wmem_miscutl.h b/epan/wmem/wmem_miscutl.h
index 012d60a7bb..0c326a0993 100644
--- a/epan/wmem/wmem_miscutl.h
+++ b/epan/wmem/wmem_miscutl.h
@@ -50,7 +50,7 @@ G_GNUC_MALLOC;
#endif /* __WMEM_MISCUTL_H__ */
/*
- * 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/wmem/wmem_queue.h b/epan/wmem/wmem_queue.h
index 4c2fd29485..483278f3ee 100644
--- a/epan/wmem/wmem_queue.h
+++ b/epan/wmem/wmem_queue.h
@@ -56,7 +56,7 @@ typedef wmem_list_t wmem_queue_t;
#endif /* __WMEM_QUEUE_H__ */
/*
- * 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/wmem/wmem_scopes.c b/epan/wmem/wmem_scopes.c
index 0217b784b4..7e63647fcc 100644
--- a/epan/wmem/wmem_scopes.c
+++ b/epan/wmem/wmem_scopes.c
@@ -152,7 +152,7 @@ wmem_cleanup_scopes(void)
}
/*
- * 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/wmem/wmem_scopes.h b/epan/wmem/wmem_scopes.h
index 7d1a3c87e3..5e3fb1cc2d 100644
--- a/epan/wmem/wmem_scopes.h
+++ b/epan/wmem/wmem_scopes.h
@@ -69,7 +69,7 @@ wmem_cleanup_scopes(void);
#endif /* __WMEM_SCOPES_H__ */
/*
- * 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/wmem/wmem_stack.c b/epan/wmem/wmem_stack.c
index 260a29ea90..7ceb3c7ba2 100644
--- a/epan/wmem/wmem_stack.c
+++ b/epan/wmem/wmem_stack.c
@@ -43,7 +43,7 @@ wmem_stack_pop(wmem_stack_t *stack)
}
/*
- * 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/wmem/wmem_stack.h b/epan/wmem/wmem_stack.h
index 8afa39adc1..9a30de511e 100644
--- a/epan/wmem/wmem_stack.h
+++ b/epan/wmem/wmem_stack.h
@@ -60,7 +60,7 @@ wmem_stack_pop(wmem_stack_t *stack);
#endif /* __WMEM_STACK_H__ */
/*
- * 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/wmem/wmem_strbuf.c b/epan/wmem/wmem_strbuf.c
index 8034079620..9026053e38 100644
--- a/epan/wmem/wmem_strbuf.c
+++ b/epan/wmem/wmem_strbuf.c
@@ -281,7 +281,7 @@ wmem_strbuf_finalize(wmem_strbuf_t *strbuf)
}
/*
- * 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/wmem/wmem_strbuf.h b/epan/wmem/wmem_strbuf.h
index ae694bed80..0916ef99a2 100644
--- a/epan/wmem/wmem_strbuf.h
+++ b/epan/wmem/wmem_strbuf.h
@@ -96,7 +96,7 @@ wmem_strbuf_finalize(wmem_strbuf_t *strbuf);
#endif /* __WMEM_STRBUF_H__ */
/*
- * 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/wmem/wmem_strutl.c b/epan/wmem/wmem_strutl.c
index a7fb811224..33012d779d 100644
--- a/epan/wmem/wmem_strutl.c
+++ b/epan/wmem/wmem_strutl.c
@@ -324,7 +324,7 @@ wmem_ascii_strdown(wmem_allocator_t *allocator, const gchar *str, gssize len)
return result;
}
/*
- * 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/wmem/wmem_strutl.h b/epan/wmem/wmem_strutl.h
index 61c4b225d8..87963a77b3 100644
--- a/epan/wmem/wmem_strutl.h
+++ b/epan/wmem/wmem_strutl.h
@@ -111,7 +111,7 @@ wmem_ascii_strdown(wmem_allocator_t *allocator, const gchar *str, gssize len);
#endif /* __WMEM_STRUTL_H__ */
/*
- * 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/wmem/wmem_test.c b/epan/wmem/wmem_test.c
index 7df9a1feda..8082fe8324 100644
--- a/epan/wmem/wmem_test.c
+++ b/epan/wmem/wmem_test.c
@@ -1464,7 +1464,7 @@ main(int argc, char **argv)
}
/*
- * 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/wmem/wmem_tree-int.h b/epan/wmem/wmem_tree-int.h
index e2feb87857..48ecb6cadb 100644
--- a/epan/wmem/wmem_tree-int.h
+++ b/epan/wmem/wmem_tree-int.h
@@ -71,7 +71,7 @@ wmem_itree_range_overlap(const wmem_range_t *r1, const wmem_range_t *r2);
#endif /* __WMEM_TREE__INTERNALS_H__ */
/*
- * 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/wmem/wmem_tree.c b/epan/wmem/wmem_tree.c
index 796aa5c27e..b85b801e36 100644
--- a/epan/wmem/wmem_tree.c
+++ b/epan/wmem/wmem_tree.c
@@ -826,7 +826,7 @@ wmem_print_tree(wmem_tree_t *tree, wmem_printer_func key_printer, wmem_printer_f
wmem_print_subtree(tree, 0, key_printer, data_printer);
}
/*
- * 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/wmem/wmem_tree.h b/epan/wmem/wmem_tree.h
index 9c32fa9ec8..ad2fc29f4f 100644
--- a/epan/wmem/wmem_tree.h
+++ b/epan/wmem/wmem_tree.h
@@ -242,7 +242,7 @@ wmem_print_tree(wmem_tree_t *tree, wmem_printer_func key_printer, wmem_printer_f
#endif /* __WMEM_TREE_H__ */
/*
- * 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/wmem/wmem_user_cb.c b/epan/wmem/wmem_user_cb.c
index aa0295c11b..c9b02c2e17 100644
--- a/epan/wmem/wmem_user_cb.c
+++ b/epan/wmem/wmem_user_cb.c
@@ -91,7 +91,7 @@ wmem_unregister_callback(wmem_allocator_t *allocator, guint id)
}
/*
- * 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/wmem/wmem_user_cb.h b/epan/wmem/wmem_user_cb.h
index cc41006562..e107dcdaa9 100644
--- a/epan/wmem/wmem_user_cb.h
+++ b/epan/wmem/wmem_user_cb.h
@@ -79,7 +79,7 @@ wmem_unregister_callback(wmem_allocator_t *allocator, guint id);
#endif /* __WMEM_USER_CB_H__ */
/*
- * 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/wmem/wmem_user_cb_int.h b/epan/wmem/wmem_user_cb_int.h
index 79ff154f92..3045d943ab 100644
--- a/epan/wmem/wmem_user_cb_int.h
+++ b/epan/wmem/wmem_user_cb_int.h
@@ -30,7 +30,7 @@ wmem_call_callbacks(wmem_allocator_t *allocator, wmem_cb_event_t event);
#endif /* __WMEM_USER_CB_INT_H__ */
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4