aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-dvbci.c2
-rw-r--r--epan/dissectors/packet-ieee80211-prism.c2
-rw-r--r--epan/dissectors/packet-mac-lte.h2
-rw-r--r--epan/dissectors/packet-pdcp-lte.h2
-rw-r--r--epan/dissectors/packet-ppp.c2
-rw-r--r--epan/dissectors/packet-rlc-lte.h2
-rw-r--r--epan/dissectors/packet-rlc.h2
-rw-r--r--epan/dissectors/packet-skype.c2
-rw-r--r--epan/dissectors/packet-smb2.c4
-rw-r--r--epan/dissectors/packet-sml.c2
-rw-r--r--epan/expert.h4
-rw-r--r--epan/proto.h2
-rw-r--r--epan/wslua/console.lua2
-rw-r--r--epan/wslua/template-init.lua2
-rw-r--r--epan/wslua/wslua_int64.c6
15 files changed, 19 insertions, 19 deletions
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index 0105f073a3..304ae9b4c4 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -23,7 +23,7 @@
/* This dissector supports DVB-CI as defined in EN50221 and
* CI+ (www.ci-plus.com).
- * For more details, see http://wiki.wireshark.org/DVB-CI.
+ * For more details, see https://wiki.wireshark.org/DVB-CI.
*
* The pcap input format for this dissector is documented at
* http://www.kaiser.cx/pcap-dvbci.html.
diff --git a/epan/dissectors/packet-ieee80211-prism.c b/epan/dissectors/packet-ieee80211-prism.c
index 4c1bb62efc..59c7b7c0d9 100644
--- a/epan/dissectors/packet-ieee80211-prism.c
+++ b/epan/dissectors/packet-ieee80211-prism.c
@@ -122,7 +122,7 @@ static gint ett_prism_did = -1;
* I'm not sure where these DID values come from, but they work with
* at least one capture file. However, in
*
- * http://ask.wireshark.org/questions/14963/how-to-get-the-field-did-unknown-4041-into-the-column
+ * https://ask.wireshark.org/questions/14963/how-to-get-the-field-did-unknown-4041-into-the-column
*
* somebody reports a capture where *different* DID values, corresponding
* to
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index b8f3bad590..e7050cf10c 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -225,7 +225,7 @@ int is_mac_lte_frame_retx(packet_info *pinfo, guint8 direction);
/* and implemented by this dissector, using the definitions */
/* below. A link to an example program showing you how to encode */
/* these headers and send LTE MAC PDUs on a UDP socket is */
-/* provided at http://wiki.wireshark.org/MAC-LTE */
+/* provided at https://wiki.wireshark.org/MAC-LTE */
/* */
/* A heuristic dissecter (enabled by a preference) will */
/* recognise a signature at the beginning of these frames. */
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index ff2ff56695..f717960ff0 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -100,7 +100,7 @@ typedef struct pdcp_lte_info
/* and implemented by this dissector, using the definitions */
/* below. A link to an example program showing you how to encode */
/* these headers and send LTE PDCP PDUs on a UDP socket is */
-/* provided at http://wiki.wireshark.org/PDCP-LTE */
+/* provided at https://wiki.wireshark.org/PDCP-LTE */
/* */
/* A heuristic dissecter (enabled by a preference) will */
/* recognise a signature at the beginning of these frames. */
diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c
index d35dd4abb8..2ad2ba84ad 100644
--- a/epan/dissectors/packet-ppp.c
+++ b/epan/dissectors/packet-ppp.c
@@ -5029,7 +5029,7 @@ dissect_ppp_raw_hdlc( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree )
* matching first before calling dissect_ppp_raw_hdlc(). Otherwise, if we call
* it directly for USB captures, some captures like the following will not be
* dissected correctly:
- * http://wiki.wireshark.org/SampleCaptures#head-886e340c31ca977f321c921f81cbec4c21bb7738
+ * https://wiki.wireshark.org/SampleCaptures#head-886e340c31ca977f321c921f81cbec4c21bb7738
*
* NOTE: I don't know if these heuristics are sufficient. Time will tell ...
*/
diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h
index 7b44d3e361..1dd52cf6fa 100644
--- a/epan/dissectors/packet-rlc-lte.h
+++ b/epan/dissectors/packet-rlc-lte.h
@@ -100,7 +100,7 @@ void set_rlc_lte_drb_li_field(packet_info *pinfo, guint16 ueid, guint8 drbid, gb
/* and implemented by this dissector, using the definitions */
/* below. A link to an example program showing you how to encode */
/* these headers and send LTE RLC PDUs on a UDP socket is */
-/* provided at http://wiki.wireshark.org/RLC-LTE */
+/* provided at https://wiki.wireshark.org/RLC-LTE */
/* */
/* A heuristic dissecter (enabled by a preference) will */
/* recognise a signature at the beginning of these frames. */
diff --git a/epan/dissectors/packet-rlc.h b/epan/dissectors/packet-rlc.h
index ce2a4b1474..f58c1ae52a 100644
--- a/epan/dissectors/packet-rlc.h
+++ b/epan/dissectors/packet-rlc.h
@@ -65,7 +65,7 @@ gboolean rlc_is_ciphered(packet_info * pinfo);
/* and implemented by this dissector, using the definitions */
/* below. A link to an example program showing you how to encode */
/* these headers and send RLC PDUs on a UDP socket is provided */
-/* at http://wiki.wireshark.org/RLC */
+/* at https://wiki.wireshark.org/RLC */
/* */
/* A heuristic dissecter (enabled by a preference) will */
/* recognise a signature at the beginning of these frames. */
diff --git a/epan/dissectors/packet-skype.c b/epan/dissectors/packet-skype.c
index 02d6aa0370..ccc7df55a8 100644
--- a/epan/dissectors/packet-skype.c
+++ b/epan/dissectors/packet-skype.c
@@ -25,7 +25,7 @@
/*
* Documentation that formed the basis of the packet decoding:
* https://github.com/matthiasbock/OpenSkype/wiki/Skype's-UDP-Format
- * For additional information see: http://wiki.wireshark.org/Skype
+ * For additional information see: https://wiki.wireshark.org/Skype
*
* TODO:
* - Authentication
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index a77d217a23..b9294e278e 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -4,8 +4,8 @@
*
* For documentation of this protocol, see:
*
- * http://wiki.wireshark.org/SMB2
- * http://msdn.microsoft.com/en-us/library/cc246482(PROT.10).aspx
+ * https://wiki.wireshark.org/SMB2
+ * https://msdn.microsoft.com/en-us/library/cc246482.aspx
*
* If you edit this file, keep the wiki updated as well.
*
diff --git a/epan/dissectors/packet-sml.c b/epan/dissectors/packet-sml.c
index e249a482d8..51f7e84bc2 100644
--- a/epan/dissectors/packet-sml.c
+++ b/epan/dissectors/packet-sml.c
@@ -26,7 +26,7 @@ SML dissector is based on v1.03 (12.11.2008) specifications of "smart message la
Link to specifications: http://www.vde.com/de/fnn/arbeitsgebiete/messwesen/Sym2/infomaterial/seiten/sml-spezifikation.aspx
-Short description of the SML protocol on the SML Wireshark Wiki page: http://wiki.wireshark.org/SML
+Short description of the SML protocol on the SML Wireshark Wiki page: https://wiki.wireshark.org/SML
*/
#include "config.h"
diff --git a/epan/expert.h b/epan/expert.h
index 6302bfbcf5..bbaa07c715 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -1,7 +1,7 @@
/* expert.h
* Collecting of Expert information.
*
- * For further info, see: http://wiki.wireshark.org/Development/ExpertInfo
+ * For further info, see: https://wiki.wireshark.org/Development/ExpertInfo
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -195,7 +195,7 @@ WS_DLL_PUBLIC const value_string expert_checksum_vals[];
#endif /* __EXPERT_H__ */
/*
- * 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/proto.h b/epan/proto.h
index 6b0ec8e262..f0222e01f8 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -738,7 +738,7 @@ typedef proto_node proto_item;
/** The protocol field indicates a packet comment */
#define PI_COMMENTS_GROUP 0x0b000000
-/* add more, see http://wiki.wireshark.org/Development/ExpertInfo */
+/* add more, see https://wiki.wireshark.org/Development/ExpertInfo */
/** is this protocol field hidden from the protocol tree display (used for filtering only)? */
diff --git a/epan/wslua/console.lua b/epan/wslua/console.lua
index eeaf563c3d..eda8d6b09f 100644
--- a/epan/wslua/console.lua
+++ b/epan/wslua/console.lua
@@ -104,7 +104,7 @@ if (gui_enabled()) then
end
function wiki_page()
- browser_open_url("http://wiki.wireshark.org/Lua")
+ browser_open_url("https://wiki.wireshark.org/Lua")
end
register_menu("Lua/Evaluate", evaluate_lua, MENU_TOOLS_UNSORTED)
diff --git a/epan/wslua/template-init.lua b/epan/wslua/template-init.lua
index 0939e16fa6..91ed1d5504 100644
--- a/epan/wslua/template-init.lua
+++ b/epan/wslua/template-init.lua
@@ -37,7 +37,7 @@ run_user_scripts_when_superuser = false
-- disable potentialy harmful lua functions when running superuser
if running_superuser then
- local hint = "has been disabled due to running Wireshark as superuser. See http://wiki.wireshark.org/CaptureSetup/CapturePrivileges for help in running Wireshark as an unprivileged user."
+ local hint = "has been disabled due to running Wireshark as superuser. See https://wiki.wireshark.org/CaptureSetup/CapturePrivileges for help in running Wireshark as an unprivileged user."
local disabled_lib = {}
setmetatable(disabled_lib,{ __index = function() error("this package ".. hint) end } );
diff --git a/epan/wslua/wslua_int64.c b/epan/wslua/wslua_int64.c
index a4bea12243..c2e641d7b0 100644
--- a/epan/wslua/wslua_int64.c
+++ b/epan/wslua/wslua_int64.c
@@ -46,7 +46,7 @@ either expressed or implied, of the FreeBSD Project.
it is often set to IEEE 754 double precision floating point, one cannot store a 64 bit integer
with full precision.
- For details, see [[http://wiki.wireshark.org/LuaAPI/Int64]].
+ For details, see [[https://wiki.wireshark.org/LuaAPI/Int64]].
*/
#define LUATYPE64_STRING_SIZE 21 /* string to hold 18446744073709551615 */
@@ -56,7 +56,7 @@ WSLUA_CLASS_DEFINE_BASE(Int64,NOP,NOP,0);
/*
`Int64` represents a 64 bit signed integer.
- For details, see [[http://wiki.wireshark.org/LuaAPI/Int64]].
+ For details, see [[https://wiki.wireshark.org/LuaAPI/Int64]].
*/
/* A checkInt64 but that also auto-converts numbers, strings, and UINT64 to a gint64 */
@@ -607,7 +607,7 @@ LUALIB_API int Int64_register(lua_State* L) {
WSLUA_CLASS_DEFINE_BASE(UInt64,NOP,NOP,0);
/* `UInt64` represents a 64 bit unsigned integer, similar to `Int64`.
- For details, see: [[http://wiki.wireshark.org/LuaAPI/Int64]].
+ For details, see: [[https://wiki.wireshark.org/LuaAPI/Int64]].
*/
/* A checkUInt64 but that also auto-converts numbers, strings, and `Int64` to a guint64. */