User Tools

Site Tools


Action disabled: source
pom-ng:proto:ppp_pap

Protocol ppp_pap

This module parses PPP PAP packets as defined in RFC 1334.

Events

Name Payload associated Description
ppp_pap_requestnoContains all the information contained in a request packet.
ppp_pap_ack_nacknoContains 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
codeuint8The code is 1.
identifieruint8Authentification attempt identifier.
peer_idstringString containing the peer-id (username).
passwordstringThe password.

ppp_ack_nack

This event is generated for each Acknoledgement or N-Ack packet.

Field Type Description
codeuint8The code is 2 for Ack, 3 for N-Ack.
identifieruint8Authentication attempt identifier.
messagestringResult message from the server.

Packet fields

Name Type Description
codeuint8Packet code.
identifieruint8Authentication identifier.

Parameters

Name Type Default value Description
auth_timeoutuint3260Number of seconds to wait for the authentication to complete.
pom-ng/proto/ppp_pap.txt · Last modified: 2020/05/26 21:59 by 127.0.0.1