internal BroPacket(IntPtr sourcePacketPtr) #endif { if (!sourcePacketPtr.IsInvalid()) { m_packetPtr = BroApi.bro_packet_clone(sourcePacketPtr); } }