aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-portmap.c
AgeCommit message (Expand)AuthorFilesLines
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-01-19Fix gcc -Wshadow warningsBill Meier1-6/+6
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-3/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-26/+26
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-2/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+2
2005-04-22prettify portmapper GETPORT requests and responsesRonnie Sahlberg1-14/+52
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-1/+1
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+626