aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rlogin.c
Commit message (Expand)AuthorAgeFilesLines
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-6/+4
* 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-8/+8
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-2/+2
* Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2001-10-011-25/+36
* The length of an NBSS message can be bigger than 64K, so make theGuy Harris2001-09-301-7/+8
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-12/+10
* Whitespace cleanups in protocol tree and summary lines.Guy Harris2001-07-031-7/+7
* Tvbuffify the rlogin dissector.Guy Harris2001-07-031-221/+204
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* There's no need to include "globals.h" - don't include it.Guy Harris2001-06-081-5/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-3/+2
* 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
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-3/+3
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-9/+6
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris2000-08-061-22/+47
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-2/+2
* There is *no* guarantee that the "fd" argument to a dissector uniquelyGuy Harris2000-08-061-11/+6
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-8/+8
* Add tvbuff class.Gilbert Ramirez2000-05-111-20/+20
* Jeff Foster's rlogin dissector, and changes to the TCP dissector toGuy Harris2000-04-081-0/+480