pom-ng:proto:ppp_pap
This is an old revision of the document!
Table of Contents
Protocol ppp_pap
Events
| Name | Payload associated | Description |
|---|---|---|
| ppp_pap_request | no | Contains all the information contained in a request packet. |
| ppp_pap_ack_nack | no | Contains all the information contained in an ACK or NACK packet. |
The compound event ppp_pap_auth from analyzer_ppp_pap bind those events and provides more detail about the authentication attempt.
ppp_pap_request
This event is generated for each PAP request packet.
| Field | Type | Description |
|---|---|---|
| code | uint8 | The code is 1. |
| identifier | uint8 | Authentification attempt identifier. |
| peer_id | string | String containing the peer-id (username). |
| password | string | The password. |
ppp_ack_nack
This event is generated for each Acknoledgement or N-Ack packet.
| Field | Type | Description |
|---|---|---|
| code | uint8 | The code is 2 for Ack, 3 for N-Ack. |
| identifier | uint8 | Authentication attempt identifier. |
| message | string | Result message from the server. |
Packet fields
| Name | Type | Description |
|---|---|---|
| code | uint8 | Packet code. |
| identifier | uint8 | Authentication identifier. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| auth_timeout | uint32 | 60 | Number of seconds to wait for the authentication to complete. |
pom-ng/proto/ppp_pap.1436187830.txt.gz · Last modified: (external edit)
