Since dns_message_logpacket() only takes a single socket address as a parameter (and it is always the sending socket's address), rename it to dns_message_logpacketfrom() so that its name better conveys its purpose and so that the difference in purpose between this function and dns_message_logpacketfromto() becomes more apparent.