base/bif/plugins/Zeek_PPPoE.functions.bif.zeek

GLOBAL
PacketAnalyzer::PPPoE
Namespaces:

GLOBAL, PacketAnalyzer::PPPoE

Summary

Functions

PacketAnalyzer::PPPoE::session_id: function

Returns the PPPoE Session ID of the current packet, if present.

Detailed Interface

Functions

PacketAnalyzer::PPPoE::session_id
Type:

function () : count

Returns the PPPoE Session ID of the current packet, if present.

If no PPPoE Session ID is present, 0xFFFFFFFF is returned, which is out of range of the session ID.

Returns:

The PPPoE session ID if present, 0xFFFFFFFF otherwise.