aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Update some references.Guy Harris1-0/+5
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;Bill Meier1-0/+1
2011-05-12Add token to query_tree instead of to tree. Fixes Coverity CID 1057.Chris Maynard1-2/+2
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-7/+8
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-23Based on https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5391#c11 : put s...Jeff Morriss1-18/+19
2010-11-22From Emil Wojak via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5391 :Jeff Morriss1-118/+1058
2010-10-10Define some fcns & vars as static ...Bill Meier1-5/+8
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-5/+11
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-9/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-1422/+1422
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+7
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-5/+5
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2009-04-17Remove some no-longer-needed casts.Gerald Combs1-3/+3
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-1/+1
2008-10-16From Scott Roberts:Jaap Keuter1-1/+4
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-14/+14
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-09-26"fix" some warnings about "might be used uninitialized" variablesJörg Mayer1-2/+2
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-12/+12
2006-12-02Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decodeStephen Fisher1-5/+25
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-05-07From Bill Meier:Anders Broman1-50/+58
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