From 37323545bd21a97980bfc8be090ef765fe5aa88c Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 11 Jan 2022 11:31:42 -0500 Subject: [PATCH] TT#14008 suppress ICE attribute warning Change-Id: I21f0cc7dbf087888b12cb0c1272e21015f364f30 --- daemon/stun.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/stun.c b/daemon/stun.c index 9d0f37bc6..19da778e3 100644 --- a/daemon/stun.c +++ b/daemon/stun.c @@ -29,6 +29,7 @@ #define STUN_FINGERPRINT 0x8028 #define STUN_ICE_CONTROLLED 0x8029 #define STUN_ICE_CONTROLLING 0x802a +#define STUN_GOOG_NETWORK_INFO 0xc057 #define STUN_CLASS_REQUEST 0x00 #define STUN_CLASS_INDICATION 0x01 @@ -189,6 +190,7 @@ static int stun_attributes(struct stun_attrs *out, str *s, uint16_t *unknowns, s break; case STUN_SOFTWARE: + case STUN_GOOG_NETWORK_INFO: break; /* ignore but suppress warning message */ case STUN_XOR_MAPPED_ADDRESS: