aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-18 09:32:19 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-18 09:32:19 +0000
commitb588469ccffbad4eff4ca359ad9a97ec680fe6f9 (patch)
treec0c6245efc1a847f4bfa9433ca25fc7716987ff1 /tshark.c
parent47969704c6eb724ef56eb5d40c5ce3b4e9ef723c (diff)
guids are not olnly used in dcerpc interfaces and they often occur in many other protocols such as ldap and smb/smb2
move the initialization of the guid mapping table from the dcerpc dissector to a more neutral place svn path=/trunk/; revision=18947
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tshark.c b/tshark.c
index 964b4662dd..0973870fee 100644
--- a/tshark.c
+++ b/tshark.c
@@ -743,6 +743,9 @@ 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