ike: Fix length of vendor ID Cisco VPN 3000 client
The actual length of the data is 16 bytes.
Fixes: 6c49ddfbca ("ike: Add additional Vendor IDs for third-party implementations")
This commit is contained in:
@@ -122,7 +122,8 @@ static struct {
|
||||
{ "Cisco VPN Concentrator", 0, FALSE, TRUE, 14,
|
||||
"\x1f\x07\xf7\x0e\xaa\x65\x14\xd3\xb0\xfa\x96\x54\x2a\x50\x00\x00"},
|
||||
|
||||
{ "Cisco VPN 3000 client", 0, FALSE, FALSE, 20,
|
||||
/* MD5("ALTIGA NETWORKS") */
|
||||
{ "Cisco VPN 3000 client", 0, FALSE, FALSE, 16,
|
||||
"\xf6\xf7\xef\xc7\xf5\xae\xb8\xcb\x15\x8c\xb9\xd0\x94\xba\x69\xe7"},
|
||||
|
||||
{ "KAME/racoon", 0, FALSE, FALSE, 16,
|
||||
|
||||
@@ -118,7 +118,8 @@ static vid_data_t vids[] = {
|
||||
/* Truncated MD5("ALTIGA GATEWAY") plus two version bytes */
|
||||
{ "Cisco VPN Concentrator", 0, NULL, TRUE, 14,
|
||||
"\x1f\x07\xf7\x0e\xaa\x65\x14\xd3\xb0\xfa\x96\x54\x2a\x50\x00\x00"},
|
||||
{ "Cisco VPN 3000 client", 0, NULL, FALSE, 20,
|
||||
/* MD5("ALTIGA NETWORKS") */
|
||||
{ "Cisco VPN 3000 client", 0, NULL, FALSE, 16,
|
||||
"\xf6\xf7\xef\xc7\xf5\xae\xb8\xcb\x15\x8c\xb9\xd0\x94\xba\x69\xe7"},
|
||||
{ "ZyXEL ZyWALL Router", 0, NULL, FALSE, 20,
|
||||
"\xb8\x58\xd1\xad\xdd\x08\xc1\xe8\xad\xaf\xea\x15\x06\x08\xaa\x44\x97\xaa\x6c\xc8"},
|
||||
|
||||
Reference in New Issue
Block a user