aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/opcua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/opcua')
-rw-r--r--plugins/epan/opcua/CMakeLists.txt2
-rw-r--r--plugins/epan/opcua/README2
-rw-r--r--plugins/epan/opcua/opcua.c2
-rw-r--r--plugins/epan/opcua/opcua_application_layer.c2
-rw-r--r--plugins/epan/opcua/opcua_security_layer.c2
-rw-r--r--plugins/epan/opcua/opcua_simpletypes.c2
-rw-r--r--plugins/epan/opcua/opcua_transport_layer.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/epan/opcua/CMakeLists.txt b/plugins/epan/opcua/CMakeLists.txt
index 9b51938c2e..ee56a43769 100644
--- a/plugins/epan/opcua/CMakeLists.txt
+++ b/plugins/epan/opcua/CMakeLists.txt
@@ -69,7 +69,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/plugins/epan/opcua/README b/plugins/epan/opcua/README
index 116de2aa66..beefb801fe 100644
--- a/plugins/epan/opcua/README
+++ b/plugins/epan/opcua/README
@@ -60,7 +60,7 @@ marked "DON'T MODIFY THIS FILE!" for this reason.
However, the code to create this dissector is not part of the Wireshark source
source code distribution. This was discussed prior to the plugin's inclusion.
-From http://www.wireshark.org/lists/wireshark-dev/200704/msg00025.html :
+From https://www.wireshark.org/lists/wireshark-dev/200704/msg00025.html :
~~~
> a lot of the code seems to be autogenerated (as the comments suggest)
diff --git a/plugins/epan/opcua/opcua.c b/plugins/epan/opcua/opcua.c
index bc5b2f8505..99287102e3 100644
--- a/plugins/epan/opcua/opcua.c
+++ b/plugins/epan/opcua/opcua.c
@@ -437,7 +437,7 @@ void proto_reg_handoff_opcua(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/plugins/epan/opcua/opcua_application_layer.c b/plugins/epan/opcua/opcua_application_layer.c
index 8439982afb..688cd651fc 100644
--- a/plugins/epan/opcua/opcua_application_layer.c
+++ b/plugins/epan/opcua/opcua_application_layer.c
@@ -99,7 +99,7 @@ int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, gint *pOffset)
}
/*
- * 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/plugins/epan/opcua/opcua_security_layer.c b/plugins/epan/opcua/opcua_security_layer.c
index be24fea92f..933fd981d1 100644
--- a/plugins/epan/opcua/opcua_security_layer.c
+++ b/plugins/epan/opcua/opcua_security_layer.c
@@ -47,7 +47,7 @@ void parseSecurityLayer(proto_tree *tree, tvbuff_t *tvb, gint *pOffset)
}
/*
- * 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/plugins/epan/opcua/opcua_simpletypes.c b/plugins/epan/opcua/opcua_simpletypes.c
index 32d0c591d3..4b6b4bf713 100644
--- a/plugins/epan/opcua/opcua_simpletypes.c
+++ b/plugins/epan/opcua/opcua_simpletypes.c
@@ -1385,7 +1385,7 @@ void parseResultMask(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo _U_, gi
}
/*
- * 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/plugins/epan/opcua/opcua_transport_layer.c b/plugins/epan/opcua/opcua_transport_layer.c
index eb6e22e8fd..31fdca3b1b 100644
--- a/plugins/epan/opcua/opcua_transport_layer.c
+++ b/plugins/epan/opcua/opcua_transport_layer.c
@@ -232,7 +232,7 @@ int parseCloseSecureChannel(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo,
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4