SOCPacketFile#

class stixcore.io.soc.manager.SOCPacketFile(file)[source]#

Bases: object

Represents a SOC xml file handler that can contain TM or TC data.

Methods Summary

get_packet_binaries()

Get sequence of binary packet data form the SOC file.

Methods Documentation

get_packet_binaries()[source]#

Get sequence of binary packet data form the SOC file.

Yields:

´bytes´ – the next binary data of hexadecimal representation form the SOC file.