aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-01From Yaniv Kaul:Guy Harris1-14/+136
2004-01-05Handle non-Unicode error tokens.Guy Harris1-11/+38
2004-01-05From Yaniv Kaul:Guy Harris1-11/+122
2003-12-31If a packet has a packet number of 0, it's not a fragment if the statusGuy Harris1-2/+2
2003-12-27Don't defragment packets that aren't fragmented.Guy Harris1-2/+7
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notGuy Harris1-14/+12
2003-08-28It appears that TDS packets do have a sequence number; use that whenGuy Harris1-5/+9
2003-08-28Use "process_reassembled_data()"; this means we get to use common code,Guy Harris1-12/+4
2003-08-27From Yaniv Kaul: fix the dissection of TDS7 login packets, and addGuy Harris1-10/+150
2003-08-23The FreeTDS TDS document says that the first string in an RPC packet isGuy Harris1-6/+12
2003-08-23If a Netlib message has "Not last buffer" set, flag it as such in theGuy Harris1-10/+21
2003-08-23Add the packet type name for the "Remote Procedure Call Packet" (which IGuy Harris1-25/+55
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-03-04When deciding whether we have enough data in a lower-level packet toGuy Harris1-2/+2
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-12-07Don't pass a null string pointer to proto_tree_add_text().Gerald Combs1-5/+6
2002-12-03I've seen a capture with a TDS packet type of 18 at the beginning of theGuy Harris1-607/+598
2002-11-26Update to match what a Sniffer document says about TDS.Guy Harris1-23/+77
2002-11-23Clean up the comments a bit, to match the way I read the protocolGuy Harris1-27/+65
2002-11-17Clean up the TDS dissector a bit. Change a lot of signed ints toGerald Combs1-72/+75
2002-09-28Commit patch from Steve Langasek.Richard Sharpe1-9/+129
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-73/+73
2002-08-20If thou art dissecting a protocol that can have multiple PDUs per frameGuy Harris1-1/+4
2002-08-19Add new dissector by Brian Bruns for the TDS protocol with theJörg Mayer1-0/+1116