aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.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 /tshark.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 'tshark.c')
-rw-r--r--tshark.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tshark.c b/tshark.c
index 4d967d5fcd..9adaf863dc 100644
--- a/tshark.c
+++ b/tshark.c
@@ -742,9 +742,6 @@ main(int argc, char *argv[])
ep_init_chunk();
se_init_chunk();
- /* initialize the GUID to name mapping table */
- guids_init();
-
initialize_funnel_ops();
#ifdef HAVE_LIBPCAP