--- src/firewall.c.orig	2008-12-23 16:53:09.000000000 -0200
+++ src/firewall.c	2008-12-23 16:53:27.000000000 -0200
@@ -135,7 +135,7 @@
 
 	 /* Find ip, copy mac in reply */
 	 reply = NULL;
-    while (!feof(proc) && (fscanf(proc, " %15[0-9.] %*s %*s %17[A-F0-9:] %*s %*s", ip, mac) == 2)) {
+    while (!feof(proc) && (fscanf(proc, " %15[0-9.] %*s %*s %17[A-Fa-f0-9:] %*s %*s", ip, mac) == 2)) {
 		  if (strcmp(ip, req_ip) == 0) {
 				reply = safe_strdup(mac);
 				break;

