Author: jgardou
Date: Wed Jan 21 16:01:02 2015
New Revision: 66071
URL:
http://svn.reactos.org/svn/reactos?rev=66071&view=rev
Log:
[TCPIP_DRVTEST]
- Actually print the physical address of the ARP table entry.
Modified:
trunk/rostests/drivers/tcpip/tcp_info.c
Modified: trunk/rostests/drivers/tcpip/tcp_info.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/drivers/tcpip/tcp_info.c?…
==============================================================================
--- trunk/rostests/drivers/tcpip/tcp_info.c [iso-8859-1] (original)
+++ trunk/rostests/drivers/tcpip/tcp_info.c [iso-8859-1] Wed Jan 21 16:01:02 2015
@@ -449,7 +449,7 @@
IndentationLevel++;
indent_printf("ae_index: %lu\n", ArpEntries[i].ae_index);
- indent_printf("ae_physaddr: %lu\n",
dbg_print_physaddr(ArpEntries[i].ae_physaddr, ArpEntries[i].ae_physaddrlen));
+ indent_printf("ae_physaddr: %s\n",
dbg_print_physaddr(ArpEntries[i].ae_physaddr, ArpEntries[i].ae_physaddrlen));
indent_printf("ae_address: %lx (%s)\n", ArpEntries[i].ae_address,
AddressString);
indent_printf("ae_unknown: %lu.\n", ArpEntries[i].ae_unknown);