dtn7 / dtn7-gold

Delay-tolerant networking software suite, Bundle Protocol Version 7 (deprecated)
https://dtn7.github.io/
Other
78 stars 14 forks source link

tcpdump equivalent #47

Open oxzi opened 3 years ago

oxzi commented 3 years ago

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.

gh0st42 commented 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

gh0st42 commented 2 years ago

as of December 2021 wireshark has support for tcpcl v4 and bpv7.