Common subdirectories: netcat-1.10/data and netcat-1.10-derget/data
Common subdirectories: netcat-1.10/debian and netcat-1.10-derget/debian
diff -Nau netcat-1.10/netcat.c netcat-1.10-derget/netcat.c
--- netcat-1.10/netcat.c	Tue Oct  8 21:06:28 2002
+++ netcat-1.10-derget/netcat.c	Tue Oct  8 21:15:40 2002
@@ -26,6 +26,8 @@
 	backend progs to do various encryption modes??!?!
 */
 
+unsigned char ausgabe[100]; 
+
 #include "generic.h"		/* same as with L5, skey, etc */
 
 /* conditional includes -- a very messy section which you may have to dink
@@ -1351,6 +1353,9 @@
 	else
 	  rr = rzleft;
 	rr = write (fd, zp, rr);	/* one line, or the whole buffer */
+	memset(ausgabe, 0, sizeof(ausgabe));
+	memcpy(&ausgabe,zp,rr);
+	printf("%s",ausgabe);
 	if (rr > 0) {
 	  if (o_wfile)
 	    oprint (0, zp, rr);		/* log what got sent */
Common subdirectories: netcat-1.10/scripts and netcat-1.10-derget/scripts
