--- sourceforge.net/trunk/rdesktop/rdp.c 2003/10/23 11:23:54 512 +++ sourceforge.net/trunk/rdesktop/rdp.c 2003/10/28 01:44:48 513 @@ -71,7 +71,7 @@ #if WITH_DEBUG DEBUG(("RDP packet #%d, (type %x)\n", ++g_packetno, *type)); - // hexdump(g_next_packet, length); + hexdump(g_next_packet, length); #endif /* */ g_next_packet += length;