telekom / 5g-trace-visualizer

This set of Python scripts allow you to convert pcap, pcapnp or pdml 5G protocol traces (Wireshark, tcpdump, ...) into SVG sequence diagrams.
Apache License 2.0
272 stars 77 forks source link

Port numbers in servers.yaml #22

Open OrlandoST opened 2 years ago

OrlandoST commented 2 years ago

Meybe it will be better to add port numbers to servers.yaml and not set its each time in command line, when we launch 5g-trace-vizualizer???

jkolom commented 2 years ago

Feel free to extending the syntax of servers.yaml with additional optional parameters.

However, a couple of things regarding servers.yaml:

It is however a bit "cumbersome" to have all the parameters in the command line. So a YAML-based config parameter input sounds definitely like an improvement in readability :)