Donate Share

Java utility classes

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@sadun-util.cvs.sourceforge.net:/cvsroot/sadun-util login

cvs -z3 -d:pserver:anonymous@sadun-util.cvs.sourceforge.net:/cvsroot/sadun-util co -P modulename

Show:

What's happening?

  • Telnet malformed packets

    When using wireshark to snoop a telnet connection to a server, there are malformed packets detected by the tool. These malformed packets are due to control commands sent individual instead of by bulk; See TelnetInputStream.telnetCommandReceived, we do: os.write(1 byte) os.write(1 byte) os.write(1 byte) os.flush But the packet are sent immediately on the socket By doing this, the...

    2009-11-16 15:26:09 UTC by sbouchex

Our Numbers