aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlogin.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-06Have all TCP flags in the structure that is passed to subdissectors.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-6/+6
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-9/+22
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-1/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-12-11Be sure tcpinfo is not NULL before dereferencing it.Chris Maynard1-2/+2
2013-11-02get tcpinfo from dissector data, not pinfo->private_dataMichael Mann1-2/+2
2013-11-02Mark unused arguments.Guy Harris1-1/+1
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-3/+5
2013-09-15emem -> wmemMartin Kaiser1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-52/+43
2013-03-19From beroset:Anders Broman1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-31tvb_length_remaining() can return -1 if the offset is out of bounds, so retur...Chris Maynard1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-22/+12
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-11-12from martin marthiesonRonnie Sahlberg1-222/+365
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-10/+6
2005-08-12some more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-13/+2
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-07-23Use "col_append_str()" and "col_append_fstr()" to build the Info column,Guy Harris1-23/+18
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+481