mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
and factor stuff out the input framework too.
This commit is contained in:
parent
501328d61a
commit
9b2265877d
10 changed files with 339 additions and 292 deletions
|
@ -315,21 +315,6 @@ protected:
|
|||
*/
|
||||
void EndCurrentSend();
|
||||
|
||||
/**
|
||||
* Convert a string into a TransportProto. This is just a utility
|
||||
* function for Readers.
|
||||
*
|
||||
* @param proto the transport protocol
|
||||
*/
|
||||
TransportProto StringToProto(const string &proto);
|
||||
|
||||
/**
|
||||
* Convert a string into a Value::addr_t. This is just a utility
|
||||
* function for Readers.
|
||||
*
|
||||
* @param addr containing an ipv4 or ipv6 address
|
||||
*/
|
||||
threading::Value::addr_t StringToAddr(const string &addr);
|
||||
|
||||
private:
|
||||
// Frontend that instantiated us. This object must not be accessed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue