aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-24FT_FLOAT and FT_DOUBLE share the same comparison functions -> use same filter...Pascal Quantin1-1/+1
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-11/+11
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+2
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-20/+24
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-18/+18
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-18/+18
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-37/+37
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-14/+14
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