diff options
author | lns <matzeton@googlemail.com> | 2019-01-29 19:15:17 +0100 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2019-01-29 19:15:17 +0100 |
commit | 9d9173684fc05c0f5b4fe1ba4ee9f754585841a9 (patch) | |
tree | c00d340432dd7315c01f29eb4ff448d662304af3 /src/ptunnel.c | |
parent | 8a7a9a83ae7b15755cf7c459872670abca4cbd14 (diff) |
trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe'
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/ptunnel.c')
-rw-r--r-- | src/ptunnel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ptunnel.c b/src/ptunnel.c index 8766acf..e56ab69 100644 --- a/src/ptunnel.c +++ b/src/ptunnel.c @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * Contacting the author: - * You can get in touch with me, Daniel Stødle (that's the Norwegian letter oe, + * You can get in touch with me, Daniel Stoedle (that's the Norwegian letter oe, * in case your text editor didn't realize), here: <daniels@cs.uit.no> * * The official ptunnel website is here: @@ -98,7 +98,7 @@ char pcap_filter_program[] = "icmp"; /** The chain of client/proxy connections */ proxy_desc_t *chain = 0; -const char *state_name[kNum_proto_types] = { "start", "ack", "data", +const char *state_name[kNum_proto_types] = { "start", "ack ", "data ", "close", "authenticate" }; /* Let the fun begin! */ |