Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed May 30, 2014
1 parent dcd8a94 commit 7df3db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tcpip.cpp
Expand Up @@ -270,8 +270,9 @@ void tcpip::print_packet(const u_char *data, uint32_t length)
exit(1);

}
written += 1;
}
written += 1; // treat even unprintable characters as "written". It
// really means "processed"
}
}
else {
Expand Down

0 comments on commit 7df3db6

Please sign in to comment.