base/protocols/finger/spicy-events.zeek

Events generated by the Finger analyzer.

Summary

Events

finger_reply: event

Generated for Finger replies.

finger_request: event

Generated for Finger requests.

Detailed Interface

Events

finger_reply
Type

event (c: connection, reply_line: string)

Generated for Finger replies.

See Wikipedia for more information about the Finger protocol.

Parameters
  • c – The connection.

  • reply_line – The reply as returned by the server

See also: finger_request

finger_request
Type

event (c: connection, full: bool, username: string, hostname: string)

Generated for Finger requests.

See Wikipedia for more information about the Finger protocol.

Parameters
  • c – The connection.

  • full – True if verbose information is requested (/W switch).

  • username – The request’s user name.

  • hostname – The request’s host name.

See also: finger_reply