eth_linux.c
changeset 88 a7f546938313
parent 87 be4ee314545c
--- a/eth_linux.c	Sun Feb 17 21:03:23 2008 +0100
+++ b/eth_linux.c	Sun Feb 17 22:27:55 2008 +0100
@@ -151,7 +151,7 @@
     sa.sll_halen = 6;
     memcpy(sa.sll_addr, mac, 6);
     if (debug) {
-        printf("sending %d bytes to port %hi\r\n", len, sa.sll_protocol);
+        printf("sending %d bytes to eth_protocol %hi\r\n", len, sa.sll_protocol);
         dump(p, len);
     }
     if (len > 1500)