You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tends to not happen very often in practice, but it's part of the spec and we should support it. PacketField's should have a keyword argument secondary_header=True (defaults False). When this keyword argument is true, they are only included parsed into the packet body when the secondary header flag is 1.
The array in the return dictionary should be made a MaskedArray in this case. It only makes sense to do this for VariableLength, because the FixedLength decoder relies on fixed spacing between the packets.
The text was updated successfully, but these errors were encountered:
This tends to not happen very often in practice, but it's part of the spec and we should support it. PacketField's should have a keyword argument
secondary_header=True
(defaults False). When this keyword argument is true, they are only included parsed into the packet body when the secondary header flag is 1.The array in the return dictionary should be made a MaskedArray in this case. It only makes sense to do this for
VariableLength
, because theFixedLength
decoder relies on fixed spacing between the packets.The text was updated successfully, but these errors were encountered: