aboutsummaryrefslogtreecommitdiffstats
path: root/packet-telnet.c
Commit message (Expand)AuthorAgeFilesLines
* 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