Final updates for 0.9.14.
[metze/wireshark/wip.git] / packet-telnet.c
2003-06-12 Guy HarrisAdd new routines:
2003-04-30 Gerald CombsModify tvb_get_nstringz*() to behave more like snprintf...
2003-04-27 Laurent DenielReplace some unchecked malloc calls by g_malloc.
2003-04-22 Guy HarrisGet rid of C++ comments.
2003-04-22 Richard SharpeApply the patches from David Yon from tacticalsoftware...
2003-02-24 Guy HarrisGet rid of the default "dissect_subopt()" suboption...
2003-02-24 Guy HarrisAdd a framework for dissecting Telnet option subnegotia...
2002-10-25 Guy HarrisThat was a rather unique interpretation of "correctly...
2002-10-25 Guy HarrisCorrectly handle the "no IAC found" case in "telnet_sub...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 Guy HarrisAdd an extra argument to "tvb_find_line_end()", which...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-10-26 Gilbert RamirezGuard against erroneously calculating a negative length...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-13 Guy HarrisUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-12 Guy HarrisMake "tvb_find_line_end()" and "tvb_find_line_end_unquo...
2000-11-09 Guy HarrisTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-09-29 Guy HarrisWhen displaying Telnet data, split it into lines (perha...
2000-09-11 Gilbert RamirezMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-23 Guy HarrisGet rid of some unnecessary variables.
2000-03-23 Guy HarrisDon't use temporary buffers for strings; use the data...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-08-24 Gilbert RamirezRemoved unnecessary #include "etypes.h" lines.
1999-08-18 Guy HarrisDeclare the "packet_info" structure "pi" in "packet...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-04-05 Guy HarrisAdd an RCS ID.
1999-04-05 Guy HarrisFTP, POP, and Telnet support from Richard Sharpe.