Open DD152 opened 2 years ago
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)
edgeattrs['label'] = 'dport\n{dp}'.format(dp=flow)
edgeattrs['label'] = 'sport\n{sp}'.format(sp=flow)
If you want to draw a graph with multiple src port, you can change line 87
edgeattrs['label'] = 'dport\n{dp}'.format(dp=flow)
toedgeattrs['label'] = 'sport\n{sp}'.format(sp=flow)