I've got data coming in that's a hex string (binary fields). They're not delimited, but they do follow a fixed format.
Offset 0 , 1 byte = Index
Offset 1, 1 byte = Data Type
Offset 2, 2 bytes = Sequence Number
Offset 4, 4 bytes = Interval
Offset 8, 4 bytes = Timestamp (seconds)
Offset 12, 4 bytes = Timestamp2 (nanoseconds)
Offset 16, 4 bytes = 32 bit counter #1
Offset 20, 4 bytes = 32 bit counter #2
...followed by 30 additional 4 byte counter fields.
From what I understand, I need to use SEDCMD to insert delimiters and then use DELIM to allow the fields to be extracted? Any help on the syntax would be greatly appreciated since my SED is about 20 years rusty.