This analyzer listens to the events ppp_pap_request and ppp_pap_ack_nack events and create the event ppp_pap_auth containing the details of the authentication attempt.
Name | Payload associated | Description |
---|---|---|
ppp_pap_auth | no | Details of an authentication attempt. |
This event is generated each time someone succeed or fails to authenticate.
Field | Type | Description |
---|---|---|
client | various | Client address. Can be an IP or a MAC or empty for raw PPP. |
server | various | Server address. Can be an IP or a MAC or empty for raw PPP. |
top_proto | string | Protocol encapsulating PPP if any. |
vlan | uint16 | VLAN where the authentication occurs if any. |
identifier | uint8 | Identifier of the authentication attempt. |
success | bool | True if the authentication succeeded. |
peer_id | string | Peer-id (username) who authenticated. |
password | string | Password of the user. |