| home | layout | structure | qd | hexdump |
          File : queue.dat
 Queue Version : 5.01
          Size : 7168 bytes
    F@H Client : FAH502-Linux.exe

Index X - Misc3b

misc: 000, 000; 500, 300
These numbers are present in queue.dat, but it isn't known for sure what they are. Most likely they are related to the revision levels of the client which are suitable for this work unit.

The other numbers are Misc1a and Misc1b.


grep "476 Misc3b" qd.c
                char    m476[4];        /* 476 Misc3b (unused as of v3.24) (LE) */

./qd -q queue.dat -d | grep 476
   476: 00 00 00 00   # Index 3
   476: 00 00 00 00   # Index 4
   476: 00 00 00 00   # Index 5
   476: 00 00 00 00   # Index 6
   476: 00 00 00 00   # Index 7
   476: 00 00 00 00   # Index 8
   476: 00 00 00 00   # Index 9
   476: 00 00 00 00   # Index 0
   476: 00 00 00 00   # Index 1
   476: 00 00 00 00   # Index 2

hexdump -C -s 484 -n 4 queue.dat     # Index 0
000001e4  00 00 00 00                                       |....|
000001e8

hexdump -C -s 1196 -n 4 queue.dat    # Index 1
000004ac  00 00 00 00                                       |....|
000004b0

hexdump -C -s 1908 -n 4 queue.dat    # Index 2
00000774  00 00 00 00                                       |....|
00000778

hexdump -C -s 2620 -n 4 queue.dat    # Index 3
00000a3c  00 00 00 00                                       |....|
00000a40

hexdump -C -s 3332 -n 4 queue.dat    # Index 4
00000d04  00 00 00 00                                       |....|
00000d08

hexdump -C -s 4044 -n 4 queue.dat    # Index 5
00000fcc  00 00 00 00                                       |....|
00000fd0

hexdump -C -s 4756 -n 4 queue.dat    # Index 6
00001294  00 00 00 00                                       |....|
00001298

hexdump -C -s 5468 -n 4 queue.dat    # Index 7
0000155c  00 00 00 00                                       |....|
00001560

hexdump -C -s 6180 -n 4 queue.dat    # Index 8
00001824  00 00 00 00                                       |....|
00001828

hexdump -C -s 6892 -n 4 queue.dat    # Index 9
00001aec  00 00 00 00                                       |....|
00001af0