aboutsummaryrefslogtreecommitdiffstats
path: root/packet-telnet.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-7/+7
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+3
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-171-2/+2
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+6
* Guard against erroneously calculating a negative length during theGilbert Ramirez2001-10-261-9/+11
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-5/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris2000-11-131-4/+4
* Make "tvb_find_line_end()" and "tvb_find_line_end_unquoted()" treat CRGuy Harris2000-11-121-5/+45
* Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris2000-11-091-83/+82
* When displaying Telnet data, split it into lines (perhaps not ideal ifGuy Harris2000-09-291-8/+29
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-22/+22
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+10
* Get rid of some unnecessary variables.Guy Harris2000-03-231-9/+4
* Don't use temporary buffers for strings; use the data in the packetGuy Harris2000-03-231-151/+131
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+11
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-5/+4
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-7/+14
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-30/+27
* Add an RCS ID.Guy Harris1999-04-051-1/+1
* FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1999-04-051-0/+384