Ethereal-dev: [Ethereal-dev] packet-tns.c: desegmentation added

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Bernd Becker <bb@xxxxxxxxxxxxxxx>
Date: Mon, 08 Jul 2002 10:11:17 +0200
Hi,

attached is a patch to packet-tns.c adding desegmentation of Oracle TNS messages using tcp_dissect_pdus(). The total length of the message is in the first two
bytes of the message and I am using that as the fixed part of the PDU.

Right now this may not be of much use, because usually only TNS-DATA messages are split across TCP segments, and we are not really dissecting those. But I
am working on that and hope to have at least some partial dissection soon.

Maybe somebody with some sample TNS captures could give it a try.

Regards,
Bernd
---
Bernd Becker

Attachment: packet-tns.patch
Description: Binary data