aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-11-21 00:16:44 +0000
committerGuy Harris <guy@alum.mit.edu>2006-11-21 00:16:44 +0000
commitb0640ceefc0716b2b2b70a835dbbd97ad7fb2ec9 (patch)
tree6d1f51d3a2e6dc58bdfb1f0cc7f544ae08ba0547 /gtk/main.c
parent9e747bd46b1f02c2b636cfb2f55ff7165c1ad220 (diff)
Call guids_init() in epan_init(), so anything that needs libwireshark -
including dftest - will get the GUID table initialized (which anything that needs libwireshark needs to have happen, so dissectors can register GUIDs in that table). svn path=/trunk/; revision=19939
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 9a09830b73..1be03ded46 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -2126,9 +2126,6 @@ main(int argc, char *argv[])
ep_init_chunk();
se_init_chunk();
- /* initialize the GUID to name mapping table */
- guids_init();
-
/* initialize the funnel mini-api */
initialize_funnel_ops();