Open oxzi opened 3 years ago
why not go for a (lua) dissector for wireshark that can handle different CLs of bpv7? this would be universally helpful, I once started this for sevalmesh. the old rfc5050 bundle protocol also made it into an official wireshark dissector..
through FFI it might also be possible to use dtn7-go or dtn7-rust for the actual bundle decoding. there are sample projects doing similar stuff, even though pure lua might be easier to maintain and get to run on more platforms
as of December 2021 wireshark has support for tcpcl v4 and bpv7.
A tool to inspect bundles as they fly through the network would be neat. Let's call it
dtndump
, or find an even better name.