aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlogin.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-22/+12
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-15/+15
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-11-12from martin marthiesonsahlberg1-222/+365
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-10/+6
2005-08-12some more gmemchunk -> se_alloc() improvementssahlberg1-13/+2
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-07-23Use "col_append_str()" and "col_append_fstr()" to build the Info column,guy1-23/+18
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+481