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
If you want to draw a graph with multiple src port, you can change line 87 edgeattrs['label'] = 'dport\n{dp}'.format(dp=flow)
to edgeattrs['label'] = 'sport\n{sp}'.format(sp=flow)
No description provided.
The text was updated successfully, but these errors were encountered: