Ethereal-users: [Ethereal-users] Ethereal - PayLoad Parsing (Parsing Data Part)

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

Date: Fri, 24 Mar 2006 21:15:19 +0530

Hi,

 

I am Venkatesan. I have an issue in Ethereal.

 

I am capturing the MS SQL, DB2, Oracle and Sybase request, response data packets using ethereal. For Sybase and MS SQL, it is parsing the request data packet as shown below (pay load part). (ie) We are getting the query information.

 

Tabular Data Stream

    Type: Query Packet (0x01)

    Status: Last buffer in request or response (1)

    Size: 58

    Channel: 0

    Packet Number: 1

    Window: 0

    TDS Query Packet

        Query: select * from LoginMaster

 

But, when it is getting the oracle or DB2 request data packet it is not parsing the pay load part. (ie) We are not getting the query information.

 

Whether Ethereal is not supporting it?

 

(Or) Is it the problem of encryption/decryption of data?

 

Thanks in advance for your response.

 

Regards

Venki