aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-06-05 08:39:00 +0200
committerAnders Broman <a.broman58@gmail.com>2014-06-05 08:07:33 +0000
commit6db547f8bf09891e3afc1a3da918d7a11dc9a4aa (patch)
tree8a30ee096093bd19a010a0284c991eb823df4b7c /epan/dissectors/packet-stun.c
parentcd6e2ea6a6f7172c9df3a34f41a74c0d7d6b4595 (diff)
STUN: Add error code from MS-ICE2BWM
Interactive Connectivity Establishment (ICE) 2.0 Bandwidth Management Extensions http://msdn.microsoft.com/en-us/library/ff595756.aspx Change-Id: I218229225ea5c64cfe2d5f269625deafe7eb8292 Reviewed-on: https://code.wireshark.org/review/1972 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-stun.c')
-rw-r--r--epan/dissectors/packet-stun.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-stun.c b/epan/dissectors/packet-stun.c
index d18b329e03..456332c199 100644
--- a/epan/dissectors/packet-stun.c
+++ b/epan/dissectors/packet-stun.c
@@ -34,6 +34,7 @@
*
* From MS (Lync)
* MS-TURN: Traversal Using Relay NAT (TURN) Extensions http://msdn.microsoft.com/en-us/library/cc431507.aspx
+ * MS-ICE2BWN: Interactive Connectivity Establishment (ICE) 2.0 Bandwidth Management Extensions http://msdn.microsoft.com/en-us/library/ff595756.aspx
*/
#include "config.h"
@@ -329,6 +330,8 @@ static const value_string attributes_family[] = {
};
static const value_string error_code[] = {
+ {274, "Disable Candidate"}, /* MS-ICE2BWN */
+ {275, "Disable Candidate Pair"}, /* MS-ICE2BWN */
{300, "Try Alternate"}, /* rfc3489bis-15 */
{400, "Bad Request"}, /* rfc3489bis-15 */
{401, "Unauthorized"}, /* rfc3489bis-15 */