Skip to Content.
Sympa Menu

freetds - Re: [freetds] packet type 0x12

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] packet type 0x12
  • Date: Thu, 26 Jan 2006 14:03:20 +0100

>
> >
> > > The next few packets appear random in content.
> > >
> >
> > Probably crypted.
> >
>
> Thanks. Using the server code, how should I respond to the
> client's 0x12
> request to say 'no 0x12 thanks, just use 0x10'? Currently I send an
> error packet but the client (query analyser 2000) then falls back to
> 4.2, which I don't want.
>

Still from

http://cvs.sourceforge.net/viewcvs.py/*checkout*/freetds/freetds/doc/tds
_ssl.html?rev=1.5

0x02, no certificate, no encryption required just do normal jobs

So a reply like

0000 04 01 00 25 00 00 01 00-00 00 15 00 06 01 00 1b ...%.... ........
0010 00 01 02 00 1c 00 01 03-00 1d 00 00 ff 08 00 02 ........ ........
0020 f8 00 00 02 00 .....

will do the job

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page