Add support for Exif decoding (initial framework).
[obnox/wireshark/wip.git] / packet-tds.c
2004-02-20 guyIn the columns list in a results token, columns with...
2004-02-18 jmayerGet rid of unused parameter token_sz in function dissec...
2004-02-06 guyFrom Yaniv Kaul:
2004-02-01 guyFrom Yaniv Kaul:
2004-01-05 guyHandle non-Unicode error tokens.
2004-01-05 guyFrom Yaniv Kaul:
2003-12-31 guyIf a packet has a packet number of 0, it's not a fragme...
2003-12-27 guyDon't defragment packets that aren't fragmented.
2003-08-28 guyMake "process_reassembled_data()" do the check for...
2003-08-28 guyIt appears that TDS packets do have a sequence number...
2003-08-28 guyUse "process_reassembled_data()"; this means we get...
2003-08-27 guyFrom Yaniv Kaul: fix the dissection of TDS7 login packe...
2003-08-23 guyThe FreeTDS TDS document says that the first string...
2003-08-23 guyIf a Netlib message has "Not last buffer" set, flag...
2003-08-23 guyAdd the packet type name for the "Remote Procedure...
2003-04-20 guyAdd a pointer to an hf_ value for a "reassembled_in...
2003-03-04 guyWhen deciding whether we have enough data in a lower...
2002-12-19 sahlbergUpdate reassemble.c/show_item and all callers to use...
2002-12-07 geraldDon't pass a null string pointer to proto_tree_add_text().
2002-12-03 guyI've seen a capture with a TDS packet type of 18 at...
2002-11-26 guyUpdate to match what a Sniffer document says about...
2002-11-23 guyClean up the comments a bit, to match the way I read...
2002-11-17 geraldClean up the TDS dissector a bit. Change a lot of...
2002-09-28 sharpeCommit patch from Steve Langasek.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-20 guyIf thou art dissecting a protocol that can have multipl...
2002-08-19 jmayerAdd new dissector by Brian Bruns for the TDS protocol...