aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-portmap.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-7/+7
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-1/+1
* Fix gcc -Wshadow warningsBill Meier2010-01-191-6/+6
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-3/+1
* Sanitize epan includesKovarththanan Rajaratnam2009-08-211-2/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-26/+26
* FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier2009-05-081-1/+1
* Minor cleanups related to proto_reg_handoffBill Meier2008-09-261-2/+0
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* More char -> const char warning fixesJörg Mayer2005-08-051-2/+2
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-1/+2
* prettify portmapper GETPORT requests and responsesRonnie Sahlberg2005-04-221-14/+52
* From Jon Ringle:Anders Broman2005-02-021-2/+2
* a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2004-12-251-1/+1
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+626