diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-07-23 23:20:29 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-07-23 23:20:29 +0000 | 
| commit | 35cc0e38796c35a24bcd7949e5b478def0672207 (patch) | |
| tree | 1e7caaccd4b8f31c6a35534afda8d74321d30edc | |
| parent | 6eb1dc5328b10dc8bece447947f36b1504357a35 (diff) | |
Add identifier for Nokia SyncML records
| -rw-r--r-- | tools/sdptool.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/sdptool.c b/tools/sdptool.c index 1bf3526c..f3bd6432 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -3135,6 +3135,9 @@ static int add_pcsuite(sdp_session_t *session, svc_info_t *si)  static unsigned char nftp_uuid[] = {	0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x10, 0x00,  					0x80, 0x00, 0x00, 0x02, 0xEE, 0x00, 0x00, 0x01 }; +static unsigned char nsyncml_uuid[] = {	0x00, 0x00, 0x56, 0x01, 0x00, 0x00, 0x10, 0x00, +					0x80, 0x00, 0x00, 0x02, 0xEE, 0x00, 0x00, 0x01 }; +  static unsigned char ngage_uuid[] = {	0x00, 0x00, 0x13, 0x01, 0x00, 0x00, 0x10, 0x00,  					0x80, 0x00, 0x00, 0x02, 0xEE, 0x00, 0x00, 0x01 }; @@ -3318,6 +3321,7 @@ struct {  	{ "NOKID",	0,				add_nokiaid,	nokid_uuid	},  	{ "PCSUITE",	0,				add_pcsuite,	pcsuite_uuid	},  	{ "NFTP",	0,				NULL,		nftp_uuid	}, +	{ "NSYNCML",	0,				NULL,		nsyncml_uuid	},  	{ "NGAGE",	0,				NULL,		ngage_uuid	},  	{ "APPLE",	0,				add_apple,	apple_uuid	}, | 
