aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-09Add more data types from tds.h. Fix unknown data skipping for some dataGerald Combs1-78/+87
2005-08-20remove some more sprintfRonnie Sahlberg1-4/+5
2005-08-14the tds dissector were only using a GMemChunk as a simple way to prevent meml...Ronnie Sahlberg1-23/+3
2005-08-10rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...Ronnie Sahlberg1-12/+12
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-10/+10
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-1/+1
2005-07-28ememify the tvb_get_string() and tvb_fake_unicode() calls in tdsRonnie Sahlberg1-35/+22
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-2/+2
2004-12-09Add another token size check.Gerald Combs1-0/+8
2004-12-01Catch a couple of integer overflows.Gerald Combs1-0/+10
2004-11-24From Yaniv Kaul: the authentication token might be NTLMSSP or it mightGuy Harris1-8/+13
2004-11-22Fix a spelling error.Guy Harris1-1/+1
2004-11-22Put the value of the length field in a variable-length token, not theGuy Harris1-8/+20
2004-11-21From Bill Meier:Guy Harris1-100/+461
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-4/+5
2004-08-10The FreeTDS documentation on TDS claims that the field after the localeGuy Harris1-1/+4
2004-08-06From Yaniv Kaul:Guy Harris1-68/+45
2004-08-02The TDS dissector uses nothing from "packet-smb-common.h", so don'tGuy Harris1-1/+0
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1805