cetic / foren6-gui-qt

2 stars 7 forks source link

allow non-device target string (for URI) #8

Open benpicco opened 3 years ago

benpicco commented 3 years ago

This allows for the target field to be used for other things than device paths. The use case is that for the ZEP sniffer interface (https://github.com/cetic/foren6-capture/pull/2) I want to be able to specify a hostname / address of the ZEP dispatcher instead of selecting a device.

This re-uses the text field for this so we don't have to introduce a new UI element.

This PR currently includes #7 as my distribution does not provide packets for Qt4 anymore.