## This is tab limited file that specified structure of binary hexadecimal data received via UDP. The first parameter represents name
## of field that will present in output XML, second parameter represents number of bytes that it represents in input data and third 
## parameter represents whether its value has to be parsed as ASCII (A) or decimal (D) value. If no parsing needs to be done, then specify 'None'.

#packetHeader
versionID	2	A
packetSize	4	D
nationality	2	A
packetSecurityClassification	1	D
packetSecurityClassSystem	2	A
packetSecurityCode	2	None
exerciseIndicator	1	D
platformID	10	A
missionID	4	D
jobID	4	D

## segments

#segmentHeader
segmentType	1	D
segmentSize	4	D

#segmentPayload
originatorID	10	A
recipientID	10	A
freeText	-1	A