aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notguy1-14/+12
2003-08-28It appears that TDS packets do have a sequence number; use that whenguy1-5/+9
2003-08-28Use "process_reassembled_data()"; this means we get to use common code,guy1-12/+4
2003-08-27From Yaniv Kaul: fix the dissection of TDS7 login packets, and addguy1-10/+150
2003-08-23The FreeTDS TDS document says that the first string in an RPC packet isguy1-6/+12
2003-08-23If a Netlib message has "Not last buffer" set, flag it as such in theguy1-10/+21
2003-08-23Add the packet type name for the "Remote Procedure Call Packet" (which Iguy1-25/+55
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-03-04When deciding whether we have enough data in a lower-level packet toguy1-2/+2
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...sahlberg1-3/+3
2002-12-07Don't pass a null string pointer to proto_tree_add_text().gerald1-5/+6
2002-12-03I've seen a capture with a TDS packet type of 18 at the beginning of theguy1-607/+598
2002-11-26Update to match what a Sniffer document says about TDS.guy1-23/+77
2002-11-23Clean up the comments a bit, to match the way I read the protocolguy1-27/+65
2002-11-17Clean up the TDS dissector a bit. Change a lot of signed ints togerald1-72/+75
2002-09-28Commit patch from Steve Langasek.sharpe1-9/+129
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-73/+73
2002-08-20If thou art dissecting a protocol that can have multiple PDUs per frameguy1-1/+4
2002-08-19Add new dissector by Brian Bruns for the TDS protocol with thejmayer1-0/+1116