aboutsummaryrefslogtreecommitdiffstats
path: root/tools/parse_xml2skinny_dissector.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-27 00:54:44 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-27 07:55:36 +0000
commit5cf3fd03f1538b37704d83b6c38b8223f9036108 (patch)
treeb598688b412615a89cae270c883a21bf7da2e612 /tools/parse_xml2skinny_dissector.py
parent3a53b8643b8b2f9eba24fef4bfea794f37615a88 (diff)
HTTPS In More Places, update some URLs.
Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools/parse_xml2skinny_dissector.py')
-rwxr-xr-xtools/parse_xml2skinny_dissector.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/parse_xml2skinny_dissector.py b/tools/parse_xml2skinny_dissector.py
index 0ec1165226..b667aed59e 100755
--- a/tools/parse_xml2skinny_dissector.py
+++ b/tools/parse_xml2skinny_dissector.py
@@ -6,14 +6,14 @@
# Skinny Protocol Versions: 0 through 22
#
# Heritage:
-# xml2obj based on http://code.activestate.com/recipes/149368-xml2obj/
+# xml2obj based on https://code.activestate.com/recipes/149368-xml2obj/
#
# Dependencies:
# python / xml / sax
#
# Called By:
# cog.py + packet-skinny.c.in for inplace code generation
-# See: http://nedbatchelder.com/code/cog/
+# See: https://nedbatchelder.com/code/cog/
#
#
# SPDX-License-Identifier: GPL-2.0-or-later