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
pfdecoder was started before SuperPacket was implemented, now that SuperPacket is here, we should use it within pfdecoder so that future changes to the decoding only need to be done in one place.
The text was updated successfully, but these errors were encountered:
I think a more long-lasting idea would be to update the decoding sub module to be a more modern C++ implementation of a decoding class. This would mean the member variables would be the already decoded values of interest. The inputs to a constructor would be a std::vector<uint32_t> and there would be a input-stream class for reading out the data from a file.
pfdecoder was started before SuperPacket was implemented, now that SuperPacket is here, we should use it within pfdecoder so that future changes to the decoding only need to be done in one place.
The text was updated successfully, but these errors were encountered: