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 | Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1004: Get storage IDs
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1005: Get storage info
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1006: Get number of objects
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1007: Get object handles
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1008: Get object info
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1009: Get object
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 100b: Delete object
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 100c: Send object info
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 100d: Send object
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1014: Get device property description
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1015: Get device property value
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1016: Set device property value
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 101b: Get partial object
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9810: Get object references
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9811: Set object references
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9802: Get object property description
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9801: Get object properties supported
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9803: Get object property value
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9804: Set object property value
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9805: Get object property list
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9806: Set object property list
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9201: Report Added/Deleted Items
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9202: Report Acquired Items
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 100a: Get thumbnail
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1011: Self test device
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1012: Set object protection
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 1017: Reset device property value
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9807: Get interdependent property description
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9808: Send object property list
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9100: Unknown (9100)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9101: Get secure time challenge
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9102: Get secure time response
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9103: Set license response
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9104: Get sync list
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9105: Send meter challenge query
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9106: Get meter challenge
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9107: Get meter response
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9108: Clean data store
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9109: Get license state
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 910a: Send WMDRM-PD Command
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 910b: Send WMDRM-PD Request
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 910c: Unknown (910c)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 910d: Unknown (910d)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 910e: Unknown (910e)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 910f: Unknown (910f)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9110: Unknown (9110)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9111: Unknown (9111)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9112: Unknown (9112)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9113: Unknown (9113)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9114: Unknown (9114)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9115: Unknown (9115)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9116: Unknown (9116)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9501: Unknown (9501)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9502: Unknown (9502)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9503: Unknown (9503)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 9504: Unknown (9504)
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: Events supported:
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0x4002
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0x4003
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0x4004
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0x4005
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0x400c
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: Device Properties Supported:
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0x5001: Battery Level
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd401: Synchronization Partner
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd402: Friendly Device Name
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd404: Unknown property
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd407: Perceived Device Type
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd101: Secure Time
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd102: Device Certificate
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd103: Revocation Info
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd104: Unknown property
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 0xd105: Unknown property
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: Playable File (Object) Types and Object Properties Supported:
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: b984: 3GP
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 4000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 3000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de97: Scan Depth UINT16 data type enumeration: 0, 1, 2, 3, 6, 7, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 85, 352, 353, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 192999, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9b: Video Four CC Codec UINT32 data type enumeration: 0, 861293911, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9c: Video Bit Rate UINT32 data type range: MIN 32000, MAX 10485760, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9d: Frames Per Thousand Seconds UINT32 data type enumeration: 0, 15000, 24000, 25000, 29970, 30000, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9e: Key Frame Distance UINT32 data type range: MIN 100, MAX 300, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dea1: Encoding Profile STRING data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 3009: MP3
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc46: Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8b: Track UINT16 data type ANY 16BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc97: Effective Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9a: Album Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 384000, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9b: Album Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc96: Composer STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: b901: WMA
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc46: Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8a: Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8b: Track UINT16 data type ANY 16BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc97: Effective Rating UINT16 data type range: MIN 0, MAX 100, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9a: Album Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 1, 2, 3, 8, 9, 11, 49, 50, 80, 85, 352, 353, 354, 355, 356, 41222, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 384000, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9b: Album Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc96: Composer STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: b981: WMV
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 4000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 3000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de97: Scan Depth UINT16 data type enumeration: 0, 1, 2, 3, 6, 7, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 85, 352, 353, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 192999, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9b: Video Four CC Codec UINT32 data type enumeration: 0, 861293911, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9c: Video Bit Rate UINT32 data type range: MIN 32000, MAX 10485760, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9d: Frames Per Thousand Seconds UINT32 data type enumeration: 0, 15000, 24000, 25000, 29970, 30000, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9e: Key Frame Distance UINT32 data type range: MIN 100, MAX 300, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dea1: Encoding Profile STRING data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 3801: JPEG
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9b: Album Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: d901: Buy flag UINT8 data type range: MIN 0, MAX 1, STEP 0 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 3001: Association/Directory
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: ba05: Abstract Audio Video Playlist
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 3000: Undefined Type
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 3807: GIF
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9b: Album Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: d901: Buy flag UINT8 data type range: MIN 0, MAX 1, STEP 0 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 3804: BMP
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9b: Album Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: d901: Buy flag UINT8 data type range: MIN 0, MAX 1, STEP 0 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 380b: PNG
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9b: Album Artist STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 30000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: d901: Buy flag UINT8 data type range: MIN 0, MAX 1, STEP 0 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 300a: MS AVI
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 4000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 3000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de97: Scan Depth UINT16 data type enumeration: 0, 1, 2, 3, 6, 7, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 85, 352, 353, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 192999, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9b: Video Four CC Codec UINT32 data type enumeration: 0, 861293911, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9c: Video Bit Rate UINT32 data type range: MIN 32000, MAX 10485760, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9d: Frames Per Thousand Seconds UINT32 data type enumeration: 0, 15000, 24000, 25000, 29970, 30000, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9e: Key Frame Distance UINT32 data type range: MIN 100, MAX 300, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dea1: Encoding Profile STRING data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 300b: MPEG
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 4000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 3000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de97: Scan Depth UINT16 data type enumeration: 0, 1, 2, 3, 6, 7, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 85, 352, 353, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 192999, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9b: Video Four CC Codec UINT32 data type enumeration: 0, 861293911, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9c: Video Bit Rate UINT32 data type range: MIN 32000, MAX 10485760, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9d: Frames Per Thousand Seconds UINT32 data type enumeration: 0, 15000, 24000, 25000, 29970, 30000, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9e: Key Frame Distance UINT32 data type range: MIN 100, MAX 300, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dea1: Encoding Profile STRING data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 300c: ASF
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 4000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 3000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de97: Scan Depth UINT16 data type enumeration: 0, 1, 2, 3, 6, 7, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 85, 352, 353, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 192999, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9b: Video Four CC Codec UINT32 data type enumeration: 0, 861293911, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9c: Video Bit Rate UINT32 data type range: MIN 32000, MAX 10485760, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9d: Frames Per Thousand Seconds UINT32 data type enumeration: 0, 15000, 24000, 25000, 29970, 30000, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9e: Key Frame Distance UINT32 data type range: MIN 100, MAX 300, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dea1: Encoding Profile STRING data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: b982: MP4
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc87: Width UINT32 data type range: MIN 0, MAX 4000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc88: Height UINT32 data type range: MIN 0, MAX 3000, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc8c: Genre STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc91: Use Count UINT32 data type ANY 32BIT VALUE form GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc99: Original Release Date STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de93: Sample Rate UINT32 data type range: MIN 8000, MAX 48000, STEP 50 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de94: Number Of Channels UINT16 data type enumeration: 0, 1, 2, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de97: Scan Depth UINT16 data type enumeration: 0, 1, 2, 3, 6, 7, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de99: Audio WAVE Codec UINT32 data type enumeration: 0, 85, 352, 353, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9a: Audio Bit Rate UINT32 data type range: MIN 13000, MAX 192999, STEP 1 READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9b: Video Four CC Codec UINT32 data type enumeration: 0, 861293911, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9c: Video Bit Rate UINT32 data type range: MIN 32000, MAX 10485760, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9d: Frames Per Thousand Seconds UINT32 data type enumeration: 0, 15000, 24000, 25000, 29970, 30000, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: de9e: Key Frame Distance UINT32 data type range: MIN 100, MAX 300, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dea1: Encoding Profile STRING data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc89: Duration UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc47: Date Authored STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: 3800: Defined Type
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: b980: Undefined Video
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc4f: Non Consumable UINT8 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc09: Date Modified STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc44: Name STRING data type GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc05: Association Type UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc08: Date Created STRING data type DATETIME FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc9d: DRM Status UINT16 data type enumeration: 0, 1, GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: ba10: WPL Playlist
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc01: Storage ID UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc02: Object Format UINT16 data type ANY 16BIT VALUE form READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc03: Protection Status UINT16 data type enumeration: 0, 1, 32770, 32771, READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc04: Object Size UINT64 data type READ ONLY
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc07: Object File Name STRING data type REGULAR EXPRESSION FORM GET/SET
Oct 8 15:28:13 pc org.gtk.vfs.Daemon[1684]: dc0b: Parent Object UINT32 data type ANY 32BIT VALUE form READ ONLY
Oct 8 15:28:21 pc kernel: [ 1836.389565] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=10.0.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:28:21 pc kernel: [ 1836.390496] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=10.0.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:28:21 pc kernel: [ 1836.391407] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=172.16.12.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:28:21 pc kernel: [ 1836.392348] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=172.16.12.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:28:21 pc kernel: [ 1836.393691] [UFW BLOCK] IN=wlan0 OUT= MAC=33:33:00:00:00:01:e0:88:5d:38:17:de:86:dd SRC=fe80:0000:0000:0000:e288:5dff:fe38:17de DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=76 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=ICMPv6 TYPE=130 CODE=0
Oct 8 15:28:28 pc kernel: [ 1843.666717] [UFW BLOCK] IN=wlan0 OUT= MAC=33:33:00:00:00:fb:50:65:f3:b1:92:aa:86:dd SRC=fe80:0000:0000:0000:5265:f3ff:feb1:92aa DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=72 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=ICMPv6 TYPE=131 CODE=0
Oct 8 15:29:14 pc com.ubuntu.OneConf[1684]: WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file or directory: '/home/user/.cache/oneconf/813e56ef1c4f171bda95b46b5448007c/other_hosts'
Oct 8 15:29:20 pc dbus[993]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Oct 8 15:29:20 pc systemd[1]: Starting Hostname Service...
Oct 8 15:29:20 pc dbus[993]: [system] Activating service name='org.opensuse.CupsPkHelper.Mechanism' (using servicehelper)
Oct 8 15:29:20 pc dbus[993]: [system] Successfully activated service 'org.opensuse.CupsPkHelper.Mechanism'
Oct 8 15:29:20 pc dbus[993]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 8 15:29:20 pc systemd[1]: Started Hostname Service.
Oct 8 15:30:27 pc kernel: [ 1962.551471] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=10.0.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:30:27 pc kernel: [ 1962.552587] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=10.0.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:30:27 pc kernel: [ 1962.553456] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=172.16.12.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:30:27 pc kernel: [ 1962.554540] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=172.16.12.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:30:27 pc kernel: [ 1962.556060] [UFW BLOCK] IN=wlan0 OUT= MAC=33:33:00:00:00:01:e0:88:5d:38:17:de:86:dd SRC=fe80:0000:0000:0000:e288:5dff:fe38:17de DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=76 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=ICMPv6 TYPE=130 CODE=0
Oct 8 15:30:36 pc kernel: [ 1971.468192] [UFW BLOCK] IN=wlan0 OUT= MAC=33:33:00:00:00:fb:50:65:f3:b1:92:aa:86:dd SRC=fe80:0000:0000:0000:5265:f3ff:feb1:92aa DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=72 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=ICMPv6 TYPE=131 CODE=0
Oct 8 15:32:33 pc kernel: [ 2088.610951] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=10.0.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:32:33 pc kernel: [ 2088.611963] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=10.0.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:32:33 pc kernel: [ 2088.612957] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=172.16.12.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:32:33 pc kernel: [ 2088.613981] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:e0:88:5d:38:17:de:08:00 SRC=172.16.12.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
Oct 8 15:32:33 pc kernel: [ 2088.615436] [UFW BLOCK] IN=wlan0 OUT= MAC=33:33:00:00:00:01:e0:88:5d:38:17:de:86:dd SRC=fe80:0000:0000:0000:e288:5dff:fe38:17de DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=76 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=ICMPv6 TYPE=130 CODE=0
Oct 8 15:32:36 pc kernel: [ 2091.788008] [UFW BLOCK] IN=wlan0 OUT= MAC=33:33:00:00:00:fb:50:65:f3:b1:92:aa:86:dd SRC=fe80:0000:0000:0000:5265:f3ff:feb1:92aa DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=72 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=ICMPv6 TYPE=131 CODE=0
Oct 8 15:32:59 pc sudo: pam_ecryptfs: pam_sm_authenticate: /home/user is already mounted
Oct 8 15:33:40 pc org.freedesktop.Notifications[1684]: ** (notify-osd:2307): WARNING **: stack_close_notification_handler(): notification id == 0, likely wrong
|