diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-21 01:20:52 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-21 01:20:52 +0000 |
commit | a60dd957416d08b5f752d24b7277e885d4951fc5 (patch) | |
tree | 8d9b836eb25ebd5649832a53f9d6994b3c179d39 /tools | |
parent | c99b8b8c60abafb5297aab41d7ac224c3cf1aeca (diff) |
Add UUID for Nokia FTP
Diffstat (limited to 'tools')
-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 2fb7504f..6418eafb 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -2955,6 +2955,9 @@ static int add_pcsuite(sdp_session_t *session, svc_info_t *si) return 0; } +static unsigned char nftp_uuid[] = { 0x00, 0x00, 0x50, 0x05, 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 }; @@ -3136,6 +3139,7 @@ struct { { "PALMOS", 0, add_palmos, palmos_uuid }, { "NOKID", 0, add_nokiaid, nokid_uuid }, { "PCSUITE", 0, add_pcsuite, pcsuite_uuid }, + { "NFTP", 0, NULL, nftp_uuid }, { "NGAGE", 0, NULL, ngage_uuid }, { "APPLE", 0, add_apple, apple_uuid }, |