zgrab2/modules/bacnet
Jeff Cody fb49609733
Remove GetPort() from modules
The previous patch allows the port to be specified in the
`ScanTarget{}`.

Since the port option in the Config may not be the port currently being
scanned, delete the `GetPort()` function provided by each module.

The `GetPort()` function is also not used.  While we could just change
the meaning of this function, to mean "Return the port in the Config",
it is probably better to go ahead and just remove all references to it
as there are no users.
2019-08-21 14:55:14 -04:00
..
common.go port BACNet from zgrab 2018-03-21 16:27:28 -04:00
log.go port BACNet from zgrab 2018-03-21 16:27:28 -04:00
messages_test.go port BACNet from zgrab 2018-03-21 16:27:28 -04:00
messages.go port BACNet from zgrab 2018-03-21 16:27:28 -04:00
objects_test.go port BACNet from zgrab 2018-03-21 16:27:28 -04:00
objects.go port BACNet from zgrab 2018-03-21 16:27:28 -04:00
query.go port BACNet from zgrab 2018-03-21 16:27:28 -04:00
scanner.go Remove GetPort() from modules 2019-08-21 14:55:14 -04:00