Flowers, Jay wrote:
> 
> I am not sure if this is the right place to be asking such a question?
> 
> I am writing a sniffer in perl and would like to be able to decode data in
> TCP packets from SQL clients and servers.  I was wondering if there was part
> of the DBI that I could use to decode the raw data, or if someone could
> point me to the protocol specs for SQL.

AFAIK, there is only one standardised protocol: DRDA. See e.g.

  <http://opendrda.sourceforge.net/>

for some info's and links.
But most DBMS use a proprietary on-the-wire protocol.


Steffen

Reply via email to