aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Update some references.guy1-0/+5
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;wmeier1-0/+1
2011-05-12Add token to query_tree instead of to tree. Fixes Coverity CID 1057.cmaynard1-2/+2
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :morriss1-7/+8
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-11-23Based on https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5391#c11 : put s...morriss1-18/+19
2010-11-22From Emil Wojak via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5391 :morriss1-118/+1058
2010-10-10Define some fcns & vars as static ...wmeier1-5/+8
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-5/+11
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-9/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-1422/+1422
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2010-01-22Fix some gcc -Wshadow warningswmeier1-5/+5
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-14/+14
2009-04-17Remove some no-longer-needed casts.gerald1-3/+3
2009-03-29More size_t casts.etxrab1-2/+2
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2008-11-22From Peter (bug 2942):stig1-1/+1
2008-10-16From Scott Roberts:jake1-1/+4
2008-02-07Removed some "statement not reached" warnings.stig1-14/+14
2007-11-09Apply yet another set of the optimization patches:etxrab1-1/+1
2007-09-26"fix" some warnings about "might be used uninitialized" variablesjmayer1-2/+2
2007-03-26From Sebastien Tandel sahlberg1-12/+12
2006-12-02Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decodesfisher1-5/+25
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-05-07From Bill Meier:etxrab1-50/+58
2006-01-09Add more data types from tds.h. Fix unknown data skipping for some datagerald1-78/+87
2005-08-20remove some more sprintfsahlberg1-4/+5
2005-08-14the tds dissector were only using a GMemChunk as a simple way to prevent meml...sahlberg1-23/+3
2005-08-10rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update ...sahlberg1-12/+12
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-10/+10
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.jmayer1-1/+1
2005-07-28ememify the tvb_get_string() and tvb_fake_unicode() calls in tdssahlberg1-35/+22
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-2/+2
2004-12-09Add another token size check.gerald1-0/+8
2004-12-01Catch a couple of integer overflows.gerald1-0/+10
2004-11-24From Yaniv Kaul: the authentication token might be NTLMSSP or it mightguy1-8/+13
2004-11-22Fix a spelling error.guy1-1/+1
2004-11-22Put the value of the length field in a variable-length token, not theguy1-8/+20
2004-11-21From Bill Meier:guy1-100/+461
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1