Docs: Add some protocols to the release notes.

This commit is contained in:
Gerald Combs 2022-06-15 11:48:32 -07:00
parent 022ebb106a
commit 572e6b0c10
2 changed files with 4 additions and 1 deletions

View File

@ -198,10 +198,13 @@ Generic Data Transfer Protocol (GDT)
Host IP Configuration Protocol (HICP)
Mesh Connex (MCX)
Microsoft Cluster Remote Control Protocol (RCP)
Protected Extensible Authentication Protocol (PEAP)
Realtek
REdis Serialization Protocol v2 (RESP)
Roon Discovery (RoonDisco)
Secure File Transfer Protocol (sftp)
Secure Host IP Configuration Protocol (SHICP)
SSH File Transfer Protocol (SFTP)
USB Attached SCSI (UASP)
ZBOSS NCP
gRPC Web (gRPC-Web)

View File

@ -697,7 +697,7 @@ proto_register_sftp(void)
&ett_sftp_attrs,
};
proto_sftp = proto_register_protocol("SFTP Protocol", "SFTP", "sftp");
proto_sftp = proto_register_protocol("SSH File Transfer Protocol", "SFTP", "sftp");
proto_register_field_array(proto_sftp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));