pom-ng:analyzer:ppp_pap
This is an old revision of the document!
Table of Contents
Analyzer ppp_pap
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.
Events
| Name | Payload associated | Description |
|---|---|---|
| ppp_pap_auth | no | Details of an authentication attempt. |
ppp_pap_auth
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 is 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. |
pom-ng/analyzer/ppp_pap.1386002186.txt.gz · Last modified: (external edit)
