From: "Nathan Carter" <[EMAIL PROTECTED]>

> 2) jpcap is a java wrapper for libpcap/tcpdump that would allow us to
> capture sessions from both Windows and *nix machines.

Never played with this, but sounds very interesting.

> I'm thinking that I could use 2) to build a recorder to create the (C:
> blah S:blah) test scripts that we're currently using.  Does this sound
> helpful to others?

I have been using Outlook Express troubleshooting log files to build the
pop3/smtp scripts (Tools/Options/Maintenance troubleshooting checkboxs)


Emacs-gnus can record also all commands to a buffer.
These settings in .emacs should do the trick.
(setq nntp-record-commands t)
(setq smtpmail-debug-info t)
(setq pop3-debug t)

A tcpdump record could be cool and useful. One advantage would be to see
what other client and server are sending around. At some point I think it
would be very useful reverse engineer and build an exchange protocol
replacement.

A general strategy would be good. Another alternative but possibly not as
general could be to have a NAT type recording proxy. Basically record and
forward connections.

Harmeet


--
To unsubscribe, e-mail:   <mailto:james-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-dev-help@;jakarta.apache.org>

Reply via email to