Skip to content

Commit e623b00

Browse files
authored
Merge pull request #2428 from alexandear/limayaml-fix-gitlab-manuf-link
limayaml: fix the link to the manuf in the Wireshark repo
2 parents dfda469 + 81fadb9 commit e623b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/limayaml/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func MACAddress(uniqueID string) string {
102102
// But the second hex number is changed to 2 to satisfy the convention for
103103
// local MAC addresses (https://en.wikipedia.org/wiki/MAC_address#Ranges_of_group_and_locally_administered_addresses)
104104
//
105-
// See also https://gitlab.com/wireshark/wireshark/-/blob/master/manuf to confirm the uniqueness of this prefix.
105+
// See also https://gitlab.com/wireshark/wireshark/-/blob/release-4.0/manuf to confirm the uniqueness of this prefix.
106106
hw := append(net.HardwareAddr{0x52, 0x55, 0x55}, sha[0:3]...)
107107
return hw.String()
108108
}

0 commit comments

Comments
 (0)