From 5aed35307e375b887256e9741143972a61c5d891 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 Nov 2002 23:01:28 +0000 Subject: [PATCH] hcidump: Let the SDP parser also recognize the CMTP --- tools/parser/sdp.c | 1 + tools/parser/sdp.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tools/parser/sdp.c b/tools/parser/sdp.c index 00cfd8ed3..306ab4a22 100644 --- a/tools/parser/sdp.c +++ b/tools/parser/sdp.c @@ -91,6 +91,7 @@ sdp_uuid_nam_lookup_table_t sdp_uuid_nam_lookup_table[] = { { SDP_UUID_PANU, "PANU" }, /* PAN */ { SDP_UUID_NAP, "NAP" }, /* PAN */ { SDP_UUID_GN, "GN" }, /* PAN */ + { SDP_UUID_CMTP, "CMTP" }, /* CIP */ { SDP_UUID_PNP_INFORMATION, "PNPInfo" }, { SDP_UUID_GENERIC_NETWORKING, "Networking" }, { SDP_UUID_GENERIC_FILE_TRANSFER, "FileTrnsf" }, diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h index 281a0358f..3fc5f3e47 100644 --- a/tools/parser/sdp.h +++ b/tools/parser/sdp.h @@ -55,6 +55,7 @@ #define SDP_UUID_HTTP 0x000C #define SDP_UUID_WSP 0x000E #define SDP_UUID_BNEP 0x000F /* PAN */ +#define SDP_UUID_CMTP 0x001B /* CIP */ #define SDP_UUID_L2CAP 0x0100 /* Bluetooth assigned UUIDs for Service Classes */ @@ -76,6 +77,7 @@ #define SDP_UUID_PANU 0x1115 /* PAN */ #define SDP_UUID_NAP 0x1116 /* PAN */ #define SDP_UUID_GN 0x1117 /* PAN */ +#define SDP_UUID_COMMON_ISDN_ACCESS 0x1128 /* CIP */ #define SDP_UUID_PNP_INFORMATION 0x1200 #define SDP_UUID_GENERIC_NETWORKING 0x1201 #define SDP_UUID_GENERIC_FILE_TRANSFER 0x1202 -- 2.47.3