![DAP Technology 1394 Operation Manual Download Page 369](http://html.mh-extra.com/html/dap-technology/1394/1394_operation-manual_509853369.webp)
File Formats
369
Copyright © DapTechnology B.V., 2005-2019 - All Rights Reserved., 5/20/2019
The following example defines 5 quadlets of data:
FFFF008Fh
FFC5FFFFh
F0000200h
BAB27024h
78AE439Fh
The same 5 quadlets could also be written as:
4294901903 4291166207 4026532352
3132256292 2024686495
If more than one blocks of data are present, the blocks are separated by one or more lines containing no
data. The example below for instance contains three data blocks. All three are 20 bytes long.
FFFF008Fh FFC5FFFFh F0000200h BAB27024h 78AE439Fh
FFFF008Fh
FFC5FFFFh
F0000200h
BAB27024h
78AE439Fh
4294901903 4291166207 4026532352
3132256292 2024686495
23.3. FireSpy packet file
Analyzer Packet files have the extension .fsp and contain one or more packets in binary form.
The file consists of an array of 32-bit values, and thus its size will be a multiple of 4 bytes long.
These 32-bit values are stored with least-significant byte first (little endian).
One 32-bits value:
least-significant byte
byte
byte
most-significant byte
Using these 32-bits values, the file starts with a header and contains one or more blocks.
File:
header
block 1
....
block N
The header consists of two 32-bit values, one file identification and one version number.
Header:
file id
version
The file id has a fixed value of
0x705346AE
.
Version has the value
0xLLMMHH00
, with LL = lower version number, MM = middle version number and
HH = high version number. The current software version is 1.0.0 and thus the value is
0x00000100
.
Each block consists of the block header, followed by the block data.
block header
block data
Summary of Contents for 1394
Page 1: ...1394 Analyzer Operation Manual Hardware and Software Guide Doc DT PRO134MAN700E ...
Page 11: ...1394AnalyzerOperationManual 11 456 The SCSI2 Connector 457 The SUBD connector ...
Page 187: ...Scriptor 187 Copyright DapTechnology B V 2005 2019 All Rights Reserved 5 20 2019 ...
Page 199: ...Scriptor 199 Copyright DapTechnology B V 2005 2019 All Rights Reserved 5 20 2019 ...
Page 363: ...FormatEditor 363 Copyright DapTechnology B V 2005 2019 All Rights Reserved 5 20 2019 ...