Yes, only first line is taken as value of external parameter. You have to format output in your script so it return required value in first line.
Best regards,
Victor
Best regards,
Victor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
int bytes = request->packetSize - sizeof(IPHDR);
packet.m_icmpHdr.m_wChecksum = 0;
packet.m_icmpHdr.m_wChecksum = CalculateIPChecksum(&packet, bytes);
Quote from: troffasky on May 12, 2022, 04:18:36 PM
Is it worth bringing these up here?
Fix will be included into next patch release.