Fraunhofer-AISEC/gallia

Let transports fail gracefully

rumpelsepp opened this issue · 2 comments

If e.g. a non existent can interface is specified, gallia fails because dumpcap fails with a non zero exit code. The reason for this is that dumpcap is called before load_transport()

This case must be handled better.

$ gallia scan uds identifiers --target "foobar"

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.