aboutsummaryrefslogtreecommitdiffstats
path: root/disabled_protos.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledsharpe1-57/+103
protocols ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9538 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-16Export "protocol_t" as an opaque type.guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8979 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-07Fix up the handling of end-of-line comments if there's white spaceguy1-8/+5
between a protocol name and a comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8146 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-07From Michael Lum: add the ability to have a preferences file containingguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8144 f5534014-38df-0310-8fa8-9805f1628bb7