aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-07-07 02:10:44 +0000
committerGuy Harris <guy@alum.mit.edu>2012-07-07 02:10:44 +0000
commitf0ebe6a0750a6772f7ece97e13fe749099784048 (patch)
treee4deb79df5eae26a131b0329c5ab6f18328d68bd /epan/prefs.c
parentfa1f18d80b228952d969f0a767d9308e8bd755bd (diff)
Ask about a possible simplification (by just handling all modules by
pathname, so that any module we create for a protocol is just created as being under "Protocols/"). svn path=/trunk/; revision=43595
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index ec05ff61f0..2ea33a275e 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -353,6 +353,8 @@ prefs_register_protocol_subtree(const char *subtree, int id, void (*apply_cb)(vo
/*
* Have we yet created the "Protocols" subtree?
+ * XXX - can we just do this by registering Protocols/{subtree}?
+ * If not, why not?
*/
if (protocols_module == NULL) {
/*