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...wmeier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-01-19Fix gcc -Wshadow warningswmeier1-6/+6
2009-09-24Don't guard col_append_str with check_colkrj1-3/+1
2009-08-21Sanitize epan includeskrj1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-26/+26
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffwmeier1-2/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-05More char -> const char warning fixesjmayer1-2/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+2
2005-04-22prettify portmapper GETPORT requests and responsessahlberg1-14/+52
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-1/+1
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+626