pypeafowl.DissectionInfo

class pypeafowl.DissectionInfo

Extracted information about the packet.

DissectionInfo.getL2(self)

Returns the L2 dissection info.

DissectionInfo.getL3(self)

Returns the L3 dissection info.

DissectionInfo.getL4(self)

Returns the L4 dissection info.

DissectionInfo.getL7(self)

Returns the L7 dissection info.

DissectionInfo.getStatus(self)

Returns the status of the processing.

DissectionInfo.guessProtocol(self)

Guesses the protocol looking only at source/destination ports.

DissectionInfo.hasProtocolL7(self, protocol)

Checks if a specific L7 protocol has been identified in a given dissection info.