aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tds.c
Commit message (Expand)AuthorAgeFilesLines
* Move the redefinition of "isprint()" to be used by dissectors whenGuy Harris2004-07-091-1/+3
* In the columns list in a results token, columns with a type of 106Guy Harris2004-02-201-1/+5
* Get rid of unused parameter token_sz in function dissect_tds7_results_tokenJörg Mayer2004-02-181-3/+3
* From Yaniv Kaul:Guy Harris2004-02-061-3/+29
* From Yaniv Kaul:Guy Harris2004-02-011-14/+136
* Handle non-Unicode error tokens.Guy Harris2004-01-051-11/+38
* From Yaniv Kaul:Guy Harris2004-01-051-11/+122
* If a packet has a packet number of 0, it's not a fragment if the statusGuy Harris2003-12-311-2/+2
* Don't defragment packets that aren't fragmented.Guy Harris2003-12-271-2/+7
* Make "process_reassembled_data()" do the check for fragmentation notGuy Harris2003-08-281-14/+12
* It appears that TDS packets do have a sequence number; use that whenGuy Harris2003-08-281-5/+9
* Use "process_reassembled_data()"; this means we get to use common code,Guy Harris2003-08-281-12/+4
* From Yaniv Kaul: fix the dissection of TDS7 login packets, and addGuy Harris2003-08-271-10/+150
* The FreeTDS TDS document says that the first string in an RPC packet isGuy Harris2003-08-231-6/+12
* If a Netlib message has "Not last buffer" set, flag it as such in theGuy Harris2003-08-231-10/+21
* Add the packet type name for the "Remote Procedure Call Packet" (which IGuy Harris2003-08-231-25/+55
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-1/+2
* When deciding whether we have enough data in a lower-level packet toGuy Harris2003-03-041-2/+2
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-3/+3
* Don't pass a null string pointer to proto_tree_add_text().Gerald Combs2002-12-071-5/+6
* I've seen a capture with a TDS packet type of 18 at the beginning of theGuy Harris2002-12-031-607/+598
* Update to match what a Sniffer document says about TDS.Guy Harris2002-11-261-23/+77
* Clean up the comments a bit, to match the way I read the protocolGuy Harris2002-11-231-27/+65
* Clean up the TDS dissector a bit. Change a lot of signed ints toGerald Combs2002-11-171-72/+75
* Commit patch from Steve Langasek.Richard Sharpe2002-09-281-9/+129
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-73/+73
* If thou art dissecting a protocol that can have multiple PDUs per frameGuy Harris2002-08-201-1/+4
* Add new dissector by Brian Bruns for the TDS protocol with theJörg Mayer2002-08-191-0/+1116