aboutsummaryrefslogtreecommitdiffstats
path: root/disabled_protos.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-74/+0
svn path=/trunk/; revision=50521
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-0/+13
svn path=/trunk/; revision=40321
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1
in a lot of files, which I suppose is correct. svn path=/trunk/; revision=24034
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe1-3/+5
protocols ... svn path=/trunk/; revision=9538
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-0/+59
a list of disabled protocols, and to save that list from the Edit > Protocols dialog box. Add checks for read errors in "read_prefs()". Clean up white space. svn path=/trunk/; revision=8144