/*
- * $Id: ACLARP.cc,v 1.28 2008/01/22 22:34:47 serassio Exp $
+ * $Id: ACLARP.cc,v 1.29 2008/02/05 22:38:24 amosjeffries Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
* Solaris code by R. Gancarz <radekg@solaris.elektrownia-lagisza.com.pl>
*/
-/*
- * Decode an ascii representation (asc) of an ethernet adress, and place
- * it in eth[6].
+/**
+ * Decode an ascii representation (asc) of an ethernet adress.
+ *
+ \param asc[in] ASCII representation of an ethernet (MAC) address
+ \param eth[out] Binary representation of the ethernet address
+ \retval 0 Conversion to binary failed. Invalid address
+ \retval 1 Conversion completed successfully
*/
static int
decode_eth(const char *asc, char *eth)
/*
- * $Id: IPInterception.cc,v 1.19 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id: IPInterception.cc,v 1.20 2008/02/05 22:38:24 amosjeffries Exp $
*
* DEBUG: section 89 NAT / IP Interception
* AUTHOR: Robert Collins
dst.FreeAddrInfo(lookup);
if (squid_curtime - last_reported > 60) {
- debugs(89, 1, "clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: " << xstrerror());
+ debugs(89, 1, "clientNatLookup: peer " << peer << " NF getsockopt(SO_ORIGINAL_DST) failed: " << xstrerror());
last_reported = squid_curtime;
}