Open rezakb opened 5 years ago
Thanks for reporting. It's a plot I haven't updated. Will try to do soon and add it to the tests.
Meanwhile you can plot dss/dsn via plot mptcp_attr examples/client_2_redundant.pcapng 0 dsn --display
with autocompletion, you can see available fields, for instance:
dsn dsnraw64 dss_dsn dss_length dss_rawack dss_ssn
.
NB: Seems like the legend doesn't show the destination (client/server), gotta fix that too :/
Thank you. I will try mptcp_attr.
On Aug 10, 2019, at 1:43 PM, Matthieu Coudron notifications@github.com wrote:
Thanks for reporting. It's a plot I haven't updated. Will try to do soon and add it to the tests. Meanwhile you can plot dss/dsn via plot mptcp_attr examples/client_2_redundant.pcapng 0 dsn --display with autocompletion, you can see available fields, for instance: dsn dsnraw64 dss_dsn dss_length dss_rawack dss_ssn . NB: Seems like the legend doesn't show the destination (client/server), gotta fix that too :/
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/teto/mptcpanalyzer/issues/28?email_source=notifications&email_token=AM3WEUR4PGYQQQIEADLSZZ3QD343VA5CNFSM4IKYQZQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ASADI#issuecomment-520167437, or mute the thread https://github.com/notifications/unsubscribe-auth/AM3WEUV3I6M6BD3YQS76GLDQD343VANCNFSM4IKYQZQQ.
so this prove more complex than I had anticipated because I hadn't updated that code in a long time. I have almost completed the update but I still have an issue: the plot is supposed to draw arrows from origin (sending time, data sequence number ) with size (0, dss.length) but matplotlib's autoscale doesn't work with arrows: https://github.com/matplotlib/matplotlib/pull/13788
Apparently it's going to be fixed by september so I will release a fix with next matplotlib in september.
$ mptcpanalyzer --version
or commit number): 0.3.2$ tshark --version
, must be >= 3.X.X): 3.0.3$ python --version
, must be >= 3.7): 3.7Output of mptcpanalyzer -dDEBUG (or -dTRACE ):