stun: eliminate a warning.

code to dissect PASSWORD-ALGORITHMS and PASSWORD-ALGORITHM attributes is
ready to go.

Change-Id: I6fcfb1da49c596a11b3c5b0e3dce51e47f1f7c1c
Reviewed-on: https://code.wireshark.org/review/38047
Reviewed-by: Guy Harris <gharris@sonic.net>
This commit is contained in:
Guy Harris 2020-08-05 00:25:51 -07:00
parent 5c7bb2116a
commit 438a8a8e7e
1 changed files with 2 additions and 0 deletions

View File

@ -557,12 +557,14 @@ static const value_string federation_vals[] = {
{0x00, NULL}
};
#if 0
static const value_string password_algorithm_vals[] = {
{0x0000, "Reserved"},
{0x0001, "MD5"},
{0x0002, "SHA-256"},
{0x0000, NULL}
};
#endif
static guint
get_stun_message_len(packet_info *pinfo _U_, tvbuff_t *tvb,