aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcp.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-10-03 07:54:12 -0700
committerGuy Harris <gharris@sonic.net>2020-10-03 07:54:12 -0700
commita883081b70a5a77be44ee29cd507cc321f321e4b (patch)
treed47cbdc59cb49f35983637f7ab621060aeb4832d /epan/dissectors/packet-dhcp.c
parente02229250d4b366e30776e6c78952f2472fababb (diff)
Update URLs pointing to the bug database.
Switch from bugs.wireshark.org to the GitLab issues list.
Diffstat (limited to 'epan/dissectors/packet-dhcp.c')
-rw-r--r--epan/dissectors/packet-dhcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dhcp.c b/epan/dissectors/packet-dhcp.c
index b4f9007a55..5c45b68b76 100644
--- a/epan/dissectors/packet-dhcp.c
+++ b/epan/dissectors/packet-dhcp.c
@@ -2370,7 +2370,7 @@ dissect_dhcpopt_user_class_information(tvbuff_t *tvb, packet_info *pinfo, proto_
* "MSFT 5.0") such as "RRAS.Microsoft" and others like "iPXE".
* In the unlikely case that the first character can be interpreted as a valid length the next iteration
* of this while loop will catch that.
- * https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16349
+ * https://gitlab.com/wireshark/wireshark/-/issues/16349
* https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dhcpe/fe8a2dd4-1e8c-4546-bacd-4ae10de02058
*/
proto_item *expert_ti = proto_tree_add_item(tree, hf_dhcp_option77_user_class_text, tvb, offset, uci_len, ENC_ASCII|ENC_NA);