aboutsummaryrefslogtreecommitdiffstats
path: root/packet-telnet.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-11Add tvbuff class.Gilbert Ramirez1-22/+22
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+10
2000-03-23Get rid of some unnecessary variables.Guy Harris1-9/+4
2000-03-23Don't use temporary buffers for strings; use the data in the packetGuy Harris1-151/+131
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+11
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-5/+4
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-7/+14
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-30/+27
1999-04-05Add an RCS ID.Guy Harris1-1/+1
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1-0/+384