/usr/share/perl5/Net/DAAP/DMAP.pm is in libnet-daap-dmap-perl 1.27-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 | package Net::DAAP::DMAP;
use strict;
our $NOISY = 0;
our $VERSION = '1.27';
=pod
=head1 NAME
Net::DAAP::DMAP - Perl module for reading and writing DAAP structures
=head2 SYNOPSIS
use Net::DAAP::DMAP qw(:all);
$hash_ref = dmap_to_hash_ref($dmap); # crude
$array_ref = dmap_to_array_ref($dmap); # crude
$array_ref = dmap_unpack($dmap); # knows about data types
$node = dmap_seek($array_ref, $path);
$flattened = dmap_flatten($array_ref); # convert to path = data formta
$flat_list = dmap_flat_list($array_ref); # convert to [ path, data ] format
$xml = dmap_to_xml($dmap); # convert to XML fragment
$dmap = dmap_pack($dmap); # convert to DMAP packet
update_content_codes($unpacked_content_codes_response);
=head1 DESCRIPTION
=head2 WARNING!
Until 2.0, I reserve the right to change the interface. In
particular, I think C<dmap_flatten>, C<dmap_to_hash_ref>, and
C<dmap_to_array_ref> are likely to disappear. And I suspect the hive
brain of Perl can come up with a better data structure than I have.
=head2 Back to the Description
A DMAP structure is a binary record used in Apple's DAAP protocol. A
DMAP structure may contain other DMAP structures. Fields in a DMAP
structure are identified by a short name ("msdc"). The short name is
what's in the binary record, but a content codes list gives a long
name ("dmap.databasescount") and a data type for the record (32-bit
integer).
A parsed DMAP structure is built out of arrays. For example:
[
[
'dmap.loginresponse',
[
[
'dmap.status',
200
],
[
'dmap.sessionid',
2393
]
]
]
]
(C<dmap_unpack> returns this kind of structure)
There are two rules here: a field is wrapped in an array, and
a container's values are wrapped in an array. So the structure
is programmatically built as:
$status_field = [ 'dmap.status', 200 ];
$session_id_field = [ 'dmap.sessionid', 2393 ];
$response_value = [ $status_field, $session_id_field ];
$login_response_field = [ 'dmap.loginresponse', $response_value ];
$entire_response = [ $login_response_field ];
The outer array is necessary because not every response has only one
top-level container as this does.
In XML you'd write the response as:
<dmap.loginresponse>
<dmap.status>200</dmap.status>
<dmap.sessionid>2393</dmap.sessionid>
</dmap.loginresponse>
This is what C<dmap_to_xml> returns.
A much more convenient structure for representing this data would
be:
{
'dmap.loginresponse' => {
{ 'dmap.status' => 200,
'dmap.sessionid' => 2393,
},
}
This is the output of C<dmap_to_hash_ref>, but beware! This isn't
suitable for every response. The hash is indexed by field name and a
structure may contain many elements of the same name. For example,
requesting the content codes list gives you a list of records that
have the field name C<dmap.dictionary>.
The array structure returned by C<dmap_to_array_ref> is complex, but
the C<dmap_seek> function makes it easier. This takes a structure and
a path expressed as a slash-separated list of field names:
dmap.loginresponse/dmap.sessionid
The return value is the the value of the first C<dmap.sessionid> found
in the first C<dmap.loginresponse> structure. In the case of the
sample record above, it would be 2393.
Another way to handle these complex arrays is to C<dmap_flatten> them.
This returns an array of "I<path> = value" lines, where I<path> is
a slash-separated path. For example:
[
'/dmap.loginresponse/dmap.status = 200',
'/dmap.loginresponse/dmap.sessionid = 2393'
]
You can use C<grep> and regexps to find data if that's the way your
mind works.
C<dmap_flatten> has a similar looking cousin called C<dmap_flat_list>,
which returns an array of "I<path> => I<value>" pairs. For example:
[
'/dmap.loginresponse/dmap.status' => 200,
'/dmap.loginresponse/dmap.sessionid' => 2393,
]
You can then turn this into a hash (which may of course lose you the
first elements), or iterate over it in pairs, if that's easier.
You can, but don't have to, update the tables of field names ("content
codes") and data types. DAAP offers a request that returns a packet
of content codes. Feed that packet to C<update_content_codes>.
=head2 Implementation Details
It's all implementation details. Here are the various data types.
1, 3, 5, 7 = ints, size 8,16,32,64 bit
9 = string, 10 = time_t-style time
11 = version (two 16-bit ints, I think)
12 = container
This uses Math::BigInt for 64-bit quantities, as not every platform
has 64-bit int support available.
There's no support for types 2, 4, 6, 8 yet because nobody'd found
examples of them in the field: are they endian changes, or signedness
changes. The assumption is that all numbers are unsigned (why allow
the possibility of a negative number of songs?).
=head1 AUTHOR
Nathan Torkington, <nathan AT torkington.com>. For support, join the
DAAP developers mailing list by sending mail to <daap-dev-subscribe AT
develooper.com>.
Richard Clamp <richardc@unixbeard.net> is the current maintainer, and
took over in July 2004.
=cut
use Exporter;
use Math::BigInt;
use Carp;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(dmap_to_hash_ref dmap_to_array_ref update_content_codes
dmap_unpack dmap_to_xml dmap_seek dmap_flatten dmap_flat_list dmap_pack );
our %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
our $Types;
my %Type_To_Unpack;
my $Container_Type;
# initialize the types and their unpack() equivalents
init();
sub init {
local $/;
$Types = eval <DATA>;
$Container_Type = 12;
%Type_To_Unpack = (
1 => 'c',
3 => 'n',
5 => 'N',
7 => 'Q',
9 => 'a*', # utf-8 encoded
10 => 'N',
11 => 'nn',
42 => 'a*', # this is a local invention - 9 is
# getting handled as utf-8, but for
# dpap.picturedata that would be
# bad m'kay
);
}
sub dmap_to_hash_ref {
my $buf = shift;
my %tags;
while (length $buf) {
my ($tag, $len) = unpack("a4N", $buf);
if (!defined($len) or length $buf < 8+$len) {
return;
}
my $data = substr($buf, 8, $len);
# try to unpack--if we can, assume it was a container
my $data2 = dmap_to_hash_ref($data);
$tags{$tag} = $data2 ? $data2 : $data;
substr($buf, 0, 8+$len) = '';
}
return \%tags;
}
sub dmap_flatten {
my $struct = shift;
my $arrayref = [];
flatten_traverse($arrayref, "", $struct);
return $arrayref;
}
sub flatten_traverse {
my ($array_ref, $prefix, $struct) = @_;
foreach my $ref (@$struct) {
for (my $i=0; $i < @$ref; $i+=2) {
my ($tag, $data) = ($ref->[$i], $ref->[$i+1]);
if (ref $data eq 'ARRAY') {
flatten_traverse($array_ref, "$prefix/$tag", $data);
} else {
push @$array_ref, "$prefix/$tag = $data";
}
}
}
}
sub dmap_flat_list {
return @{ flat_list_traverse([], "", shift) };
}
sub flat_list_traverse {
my ($list, $prefix, $struct) = @_;
foreach my $ref (@$struct) {
for (my $i=0; $i < @$ref; $i+=2) {
my ($tag, $data) = ($ref->[$i], $ref->[$i+1]);
if (ref $data eq 'ARRAY') {
flat_list_traverse($list, "$prefix/$tag", $data);
} else {
push @$list, "$prefix/$tag", $data;
}
}
}
return $list;
}
sub dmap_unpack {
my $buf = shift;
my @tags;
while (length $buf) {
my ($tag, $len) = unpack("a4N", $buf);
my $data = substr($buf, 8, $len);
substr($buf, 0, 8+$len) = '';
my $type = $Types->{$tag}{TYPE};
unless ($type) {
carp "'$tag' unknown, can't unpack" if $NOISY;
next;
}
if ($type == 12) {
$data = dmap_unpack($data);
} elsif ($type == 7) {
my ($n1, $n2) = unpack("N2", $data);
$data = new Math::BigInt(new Math::BigInt($n1)->blsft(32));
$data += $n2;
$data = "$data";
} else {
$data = unpack($Type_To_Unpack{$type}, $data);
}
# type 9 is really utf-8 encoded, so if we can, show that it is
if ($type == 9 && eval { require Encode; 1 }) {
$data = Encode::decode('utf-8', $data);
}
push @tags, [ $Types->{$tag}{NAME}, $data ];
}
return \@tags;
}
sub dmap_to_xml {
my $buf = shift;
my $xml = '';
while (length $buf) {
my ($tag, $len) = unpack("a4N", $buf);
my $data = substr($buf, 8, $len);
my $type = $Types->{$tag}{TYPE};
if ($type == 12) {
$data = dmap_to_xml($data);
} else {
$data = unpack($Type_To_Unpack{$type}, $data);
}
$xml .= sprintf("<%s>\n %s\n</%s>\n", $tag, $data, $tag);
substr($buf, 0, 8+$len) = '';
}
return $xml;
}
sub dmap_to_array_ref {
my $buf = shift;
my @tags;
while (length $buf) {
my ($tag, $len) = unpack("a4N", $buf);
if (!defined($len) or length $buf < 8+$len) {
return;
}
my $data = substr($buf, 8, $len);
# try to unpack, assume it was a container if it succeeded
my $data2 = dmap_to_array_ref($data);
push @tags, [ $tag, $data2 ? $data2 : $data ];
substr($buf, 0, 8+$len) = '';
}
return \@tags;
}
sub dmap_seek {
my($struct, $to_find) = @_;
CHUNK: while (defined($to_find) && length($to_find)) {
my $top;
($top, $to_find) = split m{/}, $to_find, 2;
ELEMENT: foreach my $elt (@$struct) {
if ($elt->[0] eq $top) {
$struct = $elt->[1];
next CHUNK;
}
}
return; # NOT FOUND
}
return $struct;
}
sub update_content_codes {
my $array = shift;
my $short;
my $mccr = dmap_seek($array, "dmap.contentcodesresponse");
die "Couldn't find mccr" unless defined $mccr;
foreach my $mdcl_rec (@$mccr) {
next unless $mdcl_rec->[0] eq 'dmap.dictionary';
my @fields = @{$mdcl_rec->[1]};
my ($name, $id, $type);
foreach my $f (@fields) {
if ($f->[0] eq 'dmap.contentcodesnumber') { $id = $f->[1] }
if ($f->[0] eq 'dmap.contentcodesname') { $name = $f->[1] }
if ($f->[0] eq 'dmap.contentcodestype') { $type = $f->[1] }
}
if ($id eq 'mcnm') { $type = 9 } # string names please
if ($id eq 'pfdt') { $type = 42 } # and straight binary pictures
my $record = { NAME => $name, ID => $id, TYPE => $type };
$short->{$id} = $record;
}
$Types = $short;
}
sub dmap_pack {
my $struct = shift;
my $out = '';
my %by_name = map { %{$_} ? ( $_->{NAME} => $_ ) : () } values %$Types;
for my $pair (@$struct) {
my ($name, $value) = @$pair;
# dmap_unpack doesn't populate the name when its decoded
# something it doesn't know the content-code of, like aeSV
# which is new to 4.5
unless ($name) {
carp "element without a name - skipping" if $NOISY;
next;
}
# or, it may be we don't know what kind of thing this is
unless ($by_name{ $name }) {
carp "$name has unknown type - skipping" if $NOISY;
next;
}
my $tag = $by_name{ $name }{ID};
my $type = $by_name{ $name }{TYPE};
#print "$name => $tag $type $Type_To_Unpack{$type}\n";
#$SIG{__WARN__} = sub { die @_ };
if ($type == 9 && eval { require Encode; 1 }) {
$value = Encode::encode('utf-8', $value);
}
if ($type == 12) { # container
$value = dmap_pack( $value );
}
elsif ($type == 7) { # 64-bit
my $high = Math::BigInt->new( $value )->brsft(32)."";
my $low = Math::BigInt->new( $value )->band(0xFFFFFFFF)."";
$value = pack( "N2", $high, $low );
}
else {
no warnings 'uninitialized';
$value = pack( $Type_To_Unpack{$type}, $value );
}
my $length = do { use bytes; length $value };
$out .= $tag . pack("N", $length) . $value;
}
return $out;
}
1;
__DATA__
{
'abal' => {
'ID' => 'abal',
'NAME' => 'daap.browsealbumlisting',
'TYPE' => 12
},
'abar' => {
'ID' => 'abar',
'NAME' => 'daap.browseartistlisting',
'TYPE' => 12
},
'abcp' => {
'ID' => 'abcp',
'NAME' => 'daap.browsecomposerlisting',
'TYPE' => 12
},
'abgn' => {
'ID' => 'abgn',
'NAME' => 'daap.browsegenrelisting',
'TYPE' => 12
},
'abpl' => {
'ID' => 'abpl',
'NAME' => 'daap.baseplaylist',
'TYPE' => 1
},
'abro' => {
'ID' => 'abro',
'NAME' => 'daap.databasebrowse',
'TYPE' => 12
},
'adbs' => {
'ID' => 'adbs',
'NAME' => 'daap.databasesongs',
'TYPE' => 12
},
'aeNV' => {
'ID' => 'aeNV',
'NAME' => 'com.apple.itunes.norm-volume',
'TYPE' => 5
},
'aeSP' => {
'ID' => 'aeSP',
'NAME' => 'com.apple.itunes.smart-playlist',
'TYPE' => 1
},
'aply' => {
'ID' => 'aply',
'NAME' => 'daap.databaseplaylists',
'TYPE' => 12
},
'apro' => {
'ID' => 'apro',
'NAME' => 'daap.protocolversion',
'TYPE' => 11
},
'apso' => {
'ID' => 'apso',
'NAME' => 'daap.playlistsongs',
'TYPE' => 12
},
'arif' => {
'ID' => 'arif',
'NAME' => 'daap.resolveinfo',
'TYPE' => 12
},
'arsv' => {
'ID' => 'arsv',
'NAME' => 'daap.resolve',
'TYPE' => 12
},
'asal' => {
'ID' => 'asal',
'NAME' => 'daap.songalbum',
'TYPE' => 9
},
'asar' => {
'ID' => 'asar',
'NAME' => 'daap.songartist',
'TYPE' => 9
},
'asbr' => {
'ID' => 'asbr',
'NAME' => 'daap.songbitrate',
'TYPE' => 3
},
'asbt' => {
'ID' => 'asbt',
'NAME' => 'daap.songbeatsperminute',
'TYPE' => 3
},
'ascm' => {
'ID' => 'ascm',
'NAME' => 'daap.songcomment',
'TYPE' => 9
},
'asco' => {
'ID' => 'asco',
'NAME' => 'daap.songcompilation',
'TYPE' => 1
},
'ascp' => {
'ID' => 'ascp',
'NAME' => 'daap.songcomposer',
'TYPE' => 9
},
'asda' => {
'ID' => 'asda',
'NAME' => 'daap.songdateadded',
'TYPE' => 10
},
'asdb' => {
'ID' => 'asdb',
'NAME' => 'daap.songdisabled',
'TYPE' => 1
},
'asdc' => {
'ID' => 'asdc',
'NAME' => 'daap.songdisccount',
'TYPE' => 3
},
'asdk' => {
'ID' => 'asdk',
'NAME' => 'daap.songdatakind',
'TYPE' => 1
},
'asdm' => {
'ID' => 'asdm',
'NAME' => 'daap.songdatemodified',
'TYPE' => 10
},
'asdn' => {
'ID' => 'asdn',
'NAME' => 'daap.songdiscnumber',
'TYPE' => 3
},
'asdt' => {
'ID' => 'asdt',
'NAME' => 'daap.songdescription',
'TYPE' => 9
},
'aseq' => {
'ID' => 'aseq',
'NAME' => 'daap.songeqpreset',
'TYPE' => 9
},
'asfm' => {
'ID' => 'asfm',
'NAME' => 'daap.songformat',
'TYPE' => 9
},
'asgn' => {
'ID' => 'asgn',
'NAME' => 'daap.songgenre',
'TYPE' => 9
},
'asrv' => {
'ID' => 'asrv',
'NAME' => 'daap.songrelativevolume',
'TYPE' => 1
},
'assp' => {
'ID' => 'assp',
'NAME' => 'daap.songstoptime',
'TYPE' => 5
},
'assr' => {
'ID' => 'assr',
'NAME' => 'daap.songsamplerate',
'TYPE' => 5
},
'asst' => {
'ID' => 'asst',
'NAME' => 'daap.songstarttime',
'TYPE' => 5
},
'assz' => {
'ID' => 'assz',
'NAME' => 'daap.songsize',
'TYPE' => 5
},
'astc' => {
'ID' => 'astc',
'NAME' => 'daap.songtrackcount',
'TYPE' => 3
},
'astm' => {
'ID' => 'astm',
'NAME' => 'daap.songtime',
'TYPE' => 5
},
'astn' => {
'ID' => 'astn',
'NAME' => 'daap.songtracknumber',
'TYPE' => 3
},
'asul' => {
'ID' => 'asul',
'NAME' => 'daap.songdataurl',
'TYPE' => 9
},
'asur' => {
'ID' => 'asur',
'NAME' => 'daap.songuserrating',
'TYPE' => 1
},
'asyr' => {
'ID' => 'asyr',
'NAME' => 'daap.songyear',
'TYPE' => 3
},
'avdb' => {
'ID' => 'avdb',
'NAME' => 'daap.serverdatabases',
'TYPE' => 12
},
'mbcl' => {
'ID' => 'mbcl',
'NAME' => 'dmap.bag',
'TYPE' => 12
},
'mccr' => {
'ID' => 'mccr',
'NAME' => 'dmap.contentcodesresponse',
'TYPE' => 12
},
'mcna' => {
'ID' => 'mcna',
'NAME' => 'dmap.contentcodesname',
'TYPE' => 9
},
'mcnm' => {
'ID' => 'mcnm',
'NAME' => 'dmap.contentcodesnumber',
'TYPE' => 9
},
'mcon' => {
'ID' => 'mcon',
'NAME' => 'dmap.container',
'TYPE' => 12
},
'mctc' => {
'ID' => 'mctc',
'NAME' => 'dmap.containercount',
'TYPE' => 5
},
'mcti' => {
'ID' => 'mcti',
'NAME' => 'dmap.containeritemid',
'TYPE' => 5
},
'mcty' => {
'ID' => 'mcty',
'NAME' => 'dmap.contentcodestype',
'TYPE' => 3
},
'mdcl' => {
'ID' => 'mdcl',
'NAME' => 'dmap.dictionary',
'TYPE' => 12
},
'miid' => {
'ID' => 'miid',
'NAME' => 'dmap.itemid',
'TYPE' => 5
},
'mikd' => {
'ID' => 'mikd',
'NAME' => 'dmap.itemkind',
'TYPE' => 1
},
'mimc' => {
'ID' => 'mimc',
'NAME' => 'dmap.itemcount',
'TYPE' => 5
},
'minm' => {
'ID' => 'minm',
'NAME' => 'dmap.itemname',
'TYPE' => 9
},
'mlcl' => {
'ID' => 'mlcl',
'NAME' => 'dmap.listing',
'TYPE' => 12
},
'mlid' => {
'ID' => 'mlid',
'NAME' => 'dmap.sessionid',
'TYPE' => 5
},
'mlit' => {
'ID' => 'mlit',
'NAME' => 'dmap.listingitem',
'TYPE' => 12
},
'mlog' => {
'ID' => 'mlog',
'NAME' => 'dmap.loginresponse',
'TYPE' => 12
},
'mpco' => {
'ID' => 'mpco',
'NAME' => 'dmap.parentcontainerid',
'TYPE' => 5
},
'mper' => {
'ID' => 'mper',
'NAME' => 'dmap.persistentid',
'TYPE' => 7
},
'mpro' => {
'ID' => 'mpro',
'NAME' => 'dmap.protocolversion',
'TYPE' => 11
},
'mrco' => {
'ID' => 'mrco',
'NAME' => 'dmap.returnedcount',
'TYPE' => 5
},
'msal' => {
'ID' => 'msal',
'NAME' => 'dmap.supportsautologout',
'TYPE' => 1
},
'msau' => {
'ID' => 'msau',
'NAME' => 'dmap.authenticationmethod',
'TYPE' => 1
},
'msbr' => {
'ID' => 'msbr',
'NAME' => 'dmap.supportsbrowse',
'TYPE' => 1
},
'msdc' => {
'ID' => 'msdc',
'NAME' => 'dmap.databasescount',
'TYPE' => 5
},
'msex' => {
'ID' => 'msex',
'NAME' => 'dmap.supportsextensions',
'TYPE' => 1
},
'msix' => {
'ID' => 'msix',
'NAME' => 'dmap.supportsindex',
'TYPE' => 1
},
'mslr' => {
'ID' => 'mslr',
'NAME' => 'dmap.loginrequired',
'TYPE' => 1
},
'mspi' => {
'ID' => 'mspi',
'NAME' => 'dmap.supportspersistentids',
'TYPE' => 1
},
'msqy' => {
'ID' => 'msqy',
'NAME' => 'dmap.supportsquery',
'TYPE' => 1
},
'msrs' => {
'ID' => 'msrs',
'NAME' => 'dmap.supportsresolve',
'TYPE' => 1
},
'msrv' => {
'ID' => 'msrv',
'NAME' => 'dmap.serverinforesponse',
'TYPE' => 12
},
'mstm' => {
'ID' => 'mstm',
'NAME' => 'dmap.timeoutinterval',
'TYPE' => 5
},
'msts' => {
'ID' => 'msts',
'NAME' => 'dmap.statusstring',
'TYPE' => 9
},
'mstt' => {
'ID' => 'mstt',
'NAME' => 'dmap.status',
'TYPE' => 5
},
'msup' => {
'ID' => 'msup',
'NAME' => 'dmap.supportsupdate',
'TYPE' => 1
},
'mtco' => {
'ID' => 'mtco',
'NAME' => 'dmap.specifiedtotalcount',
'TYPE' => 5
},
'mudl' => {
'ID' => 'mudl',
'NAME' => 'dmap.deletedidlisting',
'TYPE' => 12
},
'mupd' => {
'ID' => 'mupd',
'NAME' => 'dmap.updateresponse',
'TYPE' => 12
},
'musr' => {
'ID' => 'musr',
'NAME' => 'dmap.serverrevision',
'TYPE' => 5
},
'muty' => {
'ID' => 'muty',
'NAME' => 'dmap.updatetype',
'TYPE' => 1
},
'pasp' => {
'ID' => 'pasp',
'NAME' => 'dpap.aspectratio',
'TYPE' => 9
},
'pfdt' => {
'ID' => 'pfdt',
'NAME' => 'dpap.picturedata',
'TYPE' => 42
},
'picd' => {
'ID' => 'picd',
'NAME' => 'dpap.creationdate',
'TYPE' => 5
},
'pimf' => {
'ID' => 'pimf',
'NAME' => 'dpap.imagefilename',
'TYPE' => 9
},
'ppro' => {
'ID' => 'ppro',
'NAME' => 'dpap.protocolversion',
'TYPE' => 11
}
}
|