Support for NT Rename SMB, from Steven French.
[obnox/wireshark/wip.git] / packet-tns.c
2002-02-01 gramProvide tvb_ensure_length_remaining(), which is like
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-18 guyThe packet length field in a TNS packet is 16 bits...
2002-01-17 guyUse "proto_tree_add_item()" whenever possible; this...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-10-08 nneulmore packet types and fix some incorrect offsets and...
2001-10-06 nneulcorrect subtrees for redirect/refuse, alter how data...
2001-10-06 nneulUse separate items for accept/etc data fields
2001-10-06 nneulbreak out fields of accept packet, only print connect...
2001-10-06 nneulexpand out all fields in connect packet
2001-10-06 nneulmore packet types - starting work on more complete...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-19 guyFT_UINTn and FT_INTn fields must always have a base...
2001-02-03 guyTvbuffify the Oracle TNS dissector.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-01-07 guyFix Gerald's e-mail address.
1999-11-30 nneuladditions to tns dissector - sns and connect started
1999-11-30 guySquelch a GCC complaint. (I really wish GCC's dataflow...
1999-11-29 nneuladded start of tns dissector