aboutsummaryrefslogtreecommitdiffstats
path: root/disabled_protos.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe1-57/+103
protocols ... svn path=/trunk/; revision=9538
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-2/+4
Make "proto_is_protocol_enabled()" and "proto_get_protocol_short_name()" take a "protocol_t *" as an argument, so they don't have to look up the "protocol_t" - this will probably speed them up considerably, and they're called on almost every dissector handoff. Get rid of a number of "proto_is_protocol_enabled()" calls that aren't necessary (dissectors called through handles, including those called through dissector tables, or called as heuristic dissectors, aren't even called if their protocol isn't enabled). Change some direct dissector calls to go through handles. svn path=/trunk/; revision=8979
2003-08-07Fix up the handling of end-of-line comments if there's white spaceGuy Harris1-8/+5
between a protocol name and a comment. svn path=/trunk/; revision=8146
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-0/+350
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