|
Lines 1132-1138
Link Here
|
| 1132 |
lt = time(NULL); |
1132 |
lt = time(NULL); |
| 1133 |
ptr = localtime(<); |
1133 |
ptr = localtime(<); |
| 1134 |
|
1134 |
|
| 1135 |
fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: |
1135 |
fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: \ |
| 1136 |
%s\n",connection,asctime(ptr),port,protocol); |
1136 |
%s\n",connection,asctime(ptr),port,protocol); |
| 1137 |
if(emulate == 1 && signature != NULL) fprintf(fp,"server response: %s\n",signature); |
1137 |
if(emulate == 1 && signature != NULL) fprintf(fp,"server response: %s\n",signature); |
| 1138 |
if(emulate == 0 && signature != NULL) fprintf(fp,"server response: %s\n",signature); |
1138 |
if(emulate == 0 && signature != NULL) fprintf(fp,"server response: %s\n",signature); |