File : queue.dat Queue Version : 5.01 Size : 7168 bytes F@H Client : FAH502-Linux.exe
mach ID: 1
This is the MachineID as configured when the unit started. When the MachineID and UserID are added together and sent to the server with an uploaded unit, the client uses the MachineID which is current at that time.
grep "260 Machine ID" qd.c char mid[4]; /* 260 Machine ID (LE) */
./qd -q queue.dat | grep "mach ID" user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 3 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 4 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 5 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 6 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 7 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 8 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 9 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 0 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 1 user: [DPC]_Fatal_Error_Group0smoking2000; team: 92; ID: 264AE04D5B242F72; mach ID: 1 # Index 2
hexdump -C -s 268 -n 4 queue.dat # Index 0 0000010c 01 00 00 00 |....| 00000110 hexdump -C -s 980 -n 4 queue.dat # Index 1 000003d4 01 00 00 00 |....| 000003d8 hexdump -C -s 1692 -n 4 queue.dat # Index 2 0000069c 01 00 00 00 |....| 000006a0 hexdump -C -s 2404 -n 4 queue.dat # Index 3 00000964 01 00 00 00 |....| 00000968 hexdump -C -s 3116 -n 4 queue.dat # Index 4 00000c2c 01 00 00 00 |....| 00000c30 hexdump -C -s 3828 -n 4 queue.dat # Index 5 00000ef4 01 00 00 00 |....| 00000ef8 hexdump -C -s 4540 -n 4 queue.dat # Index 6 000011bc 01 00 00 00 |....| 000011c0 hexdump -C -s 5252 -n 4 queue.dat # Index 7 00001484 01 00 00 00 |....| 00001488 hexdump -C -s 5964 -n 4 queue.dat # Index 8 0000174c 01 00 00 00 |....| 00001750 hexdump -C -s 6676 -n 4 queue.dat # Index 9 00001a14 01 00 00 00 |....| 00001a18