Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-i opt didn't work in to_graphviz.py #113

Open
DD152 opened this issue Jan 26, 2022 · 1 comment
Open

-i opt didn't work in to_graphviz.py #113

DD152 opened this issue Jan 26, 2022 · 1 comment

Comments

@DD152
Copy link

DD152 commented Jan 26, 2022

No description provided.

@DD152
Copy link
Author

DD152 commented Jan 26, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant