ip_packet Property
The contents of the current packet.
Syntax
def get_ip_packet() -> bytes: ...
ip_packet = property(get_ip_packet, None)
Default Value
""
Remarks
This property contains the contents of the current packet. This property is only available while the on_ip_packet event is being processed. An empty string is returned at all other times.
This property is read-only.