Diff between e6dec81d9eedbcd5d139e7f95d9c57c56bc72ea2 and fd650c5d249c0ba3adbddcfaf6b5d16ddae9a226

Changed Files

File Additions Deletions Status
tools/parser/sdp.c +2 -0 modified
tools/parser/sdp.h +2 -0 modified

Full Patch

diff --git a/tools/parser/sdp.c b/tools/parser/sdp.c
index 6d64139..4e03a4b 100644
--- a/tools/parser/sdp.c
+++ b/tools/parser/sdp.c
@@ -82,6 +82,8 @@ static sdp_uuid_nam_lookup_table_t sdp_uuid_nam_lookup_table[] = {
 	{ SDP_UUID_INTERCOM,                 "Intercom"     },
 	{ SDP_UUID_FAX,                      "Fax"          },
 	{ SDP_UUID_HEADSET_AUDIO_GATEWAY,    "Headset AG"   },
+	{ SDP_UUID_WAP,                      "WAP"          },
+	{ SDP_UUID_WAP_CLIENT,               "WAP Client"   },
 	{ SDP_UUID_PANU,                     "PANU"         }, /* PAN */
 	{ SDP_UUID_NAP,                      "NAP"          }, /* PAN */
 	{ SDP_UUID_GN,                       "GN"           }, /* PAN */
diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h
index 23b862e..f920d8f 100644
--- a/tools/parser/sdp.h
+++ b/tools/parser/sdp.h
@@ -75,6 +75,8 @@
 #define SDP_UUID_INTERCOM                              0x1110
 #define SDP_UUID_FAX                                   0x1111
 #define SDP_UUID_HEADSET_AUDIO_GATEWAY                 0x1112
+#define SDP_UUID_WAP                                   0x1113
+#define SDP_UUID_WAP_CLIENT                            0x1114
 #define SDP_UUID_PANU                                  0x1115 /* PAN */
 #define SDP_UUID_NAP                                   0x1116 /* PAN */
 #define SDP_UUID_GN                                    0x1117 /* PAN */