aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-26 11:43:17 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-26 18:44:40 +0000
commit20800366ddbbb2945491120afe7265796c26bf11 (patch)
tree4b3d7cea14c9eedfcedfde41ae1046fd2f28ce58 /epan/dfilter
parent99f574aecb0115e5017fb120056117220ffed87b (diff)
HTTPS (almost) everywhere.
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/CMakeLists.txt2
-rw-r--r--epan/dfilter/dfilter-macro.c2
-rw-r--r--epan/dfilter/dfilter.c2
-rw-r--r--epan/dfilter/dfunctions.c2
-rw-r--r--epan/dfilter/dfvm.c2
-rw-r--r--epan/dfilter/drange.c2
-rw-r--r--epan/dfilter/gencode.c2
-rw-r--r--epan/dfilter/semcheck.c4
-rw-r--r--epan/dfilter/sttype-function.c2
-rw-r--r--epan/dfilter/sttype-integer.c2
-rw-r--r--epan/dfilter/sttype-pointer.c2
-rw-r--r--epan/dfilter/sttype-range.c2
-rw-r--r--epan/dfilter/sttype-set.c2
-rw-r--r--epan/dfilter/sttype-string.c2
-rw-r--r--epan/dfilter/sttype-test.c2
-rw-r--r--epan/dfilter/syntax-tree.c2
16 files changed, 17 insertions, 17 deletions
diff --git a/epan/dfilter/CMakeLists.txt b/epan/dfilter/CMakeLists.txt
index ef584e58e7..953001a64a 100644
--- a/epan/dfilter/CMakeLists.txt
+++ b/epan/dfilter/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/dfilter/dfilter-macro.c b/epan/dfilter/dfilter-macro.c
index 5ff2493489..385c8b39ed 100644
--- a/epan/dfilter/dfilter-macro.c
+++ b/epan/dfilter/dfilter-macro.c
@@ -679,7 +679,7 @@ void dfilter_macro_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: 8
diff --git a/epan/dfilter/dfilter.c b/epan/dfilter/dfilter.c
index d9d438e2af..8362122c2e 100644
--- a/epan/dfilter/dfilter.c
+++ b/epan/dfilter/dfilter.c
@@ -454,7 +454,7 @@ dfilter_dump(dfilter_t *df)
}
/*
- * 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/dfilter/dfunctions.c b/epan/dfilter/dfunctions.c
index e8cfb33e26..076c049f7b 100644
--- a/epan/dfilter/dfunctions.c
+++ b/epan/dfilter/dfunctions.c
@@ -332,7 +332,7 @@ df_func_lookup(char *name)
}
/*
- * 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/dfilter/dfvm.c b/epan/dfilter/dfvm.c
index 322ca05812..5bbcbaccb6 100644
--- a/epan/dfilter/dfvm.c
+++ b/epan/dfilter/dfvm.c
@@ -668,7 +668,7 @@ dfvm_init_const(dfilter_t *df)
}
/*
- * 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/dfilter/drange.c b/epan/dfilter/drange.c
index ce97f406d4..4efae86d7d 100644
--- a/epan/dfilter/drange.c
+++ b/epan/dfilter/drange.c
@@ -222,7 +222,7 @@ drange_foreach_drange_node(drange_t * dr, GFunc func, gpointer funcdata)
}
/*
- * 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/dfilter/gencode.c b/epan/dfilter/gencode.c
index c6736296e4..42f0375bb5 100644
--- a/epan/dfilter/gencode.c
+++ b/epan/dfilter/gencode.c
@@ -662,7 +662,7 @@ dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields)
}
/*
- * 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/dfilter/semcheck.c b/epan/dfilter/semcheck.c
index b548fdc342..eab750747b 100644
--- a/epan/dfilter/semcheck.c
+++ b/epan/dfilter/semcheck.c
@@ -453,7 +453,7 @@ struct check_drange_sanity_args {
* The macro which creates them, STTYPE_ACCESSOR, is defined in
* epan/dfilter/syntax-tree.h.
*
- * From http://www.wireshark.org/lists/ethereal-dev/200308/msg00070.html
+ * From https://www.wireshark.org/lists/ethereal-dev/200308/msg00070.html
*/
static void
@@ -1534,7 +1534,7 @@ dfw_semcheck(dfwork_t *dfw, GPtrArray *deprecated)
}
/*
- * 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/dfilter/sttype-function.c b/epan/dfilter/sttype-function.c
index 73478b28ef..d2d181d5f3 100644
--- a/epan/dfilter/sttype-function.c
+++ b/epan/dfilter/sttype-function.c
@@ -124,7 +124,7 @@ sttype_register_function(void)
}
/*
- * 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/dfilter/sttype-integer.c b/epan/dfilter/sttype-integer.c
index a148e55508..c7fd24c656 100644
--- a/epan/dfilter/sttype-integer.c
+++ b/epan/dfilter/sttype-integer.c
@@ -27,7 +27,7 @@ sttype_register_integer(void)
}
/*
- * 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/dfilter/sttype-pointer.c b/epan/dfilter/sttype-pointer.c
index d5da7196cf..0ee0d4b0cc 100644
--- a/epan/dfilter/sttype-pointer.c
+++ b/epan/dfilter/sttype-pointer.c
@@ -47,7 +47,7 @@ sttype_register_pointer(void)
}
/*
- * 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/dfilter/sttype-range.c b/epan/dfilter/sttype-range.c
index bf97701d01..6c0eddac44 100644
--- a/epan/dfilter/sttype-range.c
+++ b/epan/dfilter/sttype-range.c
@@ -122,7 +122,7 @@ sttype_register_range(void)
}
/*
- * 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/dfilter/sttype-set.c b/epan/dfilter/sttype-set.c
index 34c1852002..15dfd2afc2 100644
--- a/epan/dfilter/sttype-set.c
+++ b/epan/dfilter/sttype-set.c
@@ -72,7 +72,7 @@ sttype_register_set(void)
}
/*
- * 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/dfilter/sttype-string.c b/epan/dfilter/sttype-string.c
index 8793014bd3..00ffda5181 100644
--- a/epan/dfilter/sttype-string.c
+++ b/epan/dfilter/sttype-string.c
@@ -61,7 +61,7 @@ sttype_register_string(void)
}
/*
- * 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/dfilter/sttype-test.c b/epan/dfilter/sttype-test.c
index 707b71982a..0741c595b7 100644
--- a/epan/dfilter/sttype-test.c
+++ b/epan/dfilter/sttype-test.c
@@ -165,7 +165,7 @@ sttype_register_test(void)
}
/*
- * 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/dfilter/syntax-tree.c b/epan/dfilter/syntax-tree.c
index 66ae1e00ce..8bb69e566f 100644
--- a/epan/dfilter/syntax-tree.c
+++ b/epan/dfilter/syntax-tree.c
@@ -227,7 +227,7 @@ stnode_deprecated(stnode_t *node)
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8