aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlogin.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-11-12from martin marthiesonRonnie Sahlberg1-222/+365
updates to rlogin Hi, this patch: - uses value_string for control message field - doesn't use a single global time value to mark start of all conversations! - corrects client-user-name, server-user-name order in initial user-info message - adds data (text input/output) into the protocol tree - makes lots more things filterable - improves info column text (always calls rlogin_display() now) - cleans up some whitespace svn path=/trunk/; revision=16495
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-10/+6
I've done more than a day to change the timestamp resolution from microseconds to nanoseconds. As I really don't want to loose those changes, I'm going to check in the changes I've done so far. Hopefully someone else will give me a helping hand with the things left ... What's done: I've changed the timestamp resolution from usec to nsec in almost any place in the sources. I've changed parts of the implementation in nstime.s/.h and a lot of places elsewhere. As I don't understand the editcap source (well, I'm maybe just too tired right now), hopefully someone else might be able to fix this soon. Doing all those changes, we get native nanosecond timestamp resolution in Ethereal. After fixing all the remaining issues, I'll take a look how to display this in a convenient way... As I've also changed the wiretap timestamp resolution from usec to nsec we might want to change the wiretap version number... svn path=/trunk/; revision=15520
2005-08-12some more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-13/+2
svn path=/trunk/; revision=15309
2005-02-02From Jon Ringle:Anders Broman1-2/+2
1) Added a setup_frame parameter to conversation_t 2) Used the conversation_t next to maintain a list of conversations with the same src/dest tuple but different setup_frame number. 3) Changed the signature of find_conversation() and conversation_new() to pass in the frame number. 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image are present, and T.38 conversation if only m=image is present. I expect that RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 packets. svn path=/trunk/; revision=13243
2004-07-23Use "col_append_str()" and "col_append_fstr()" to build the Info column,Guy Harris1-23/+18
rather than building a string, and use "tvb_format_text()" on the data, so that non-printable characters are escaped. svn path=/trunk/; revision=11480
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+481
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410