diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-08-18 09:32:19 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2006-08-18 09:32:19 +0000 |
commit | b588469ccffbad4eff4ca359ad9a97ec680fe6f9 (patch) | |
tree | c0c6245efc1a847f4bfa9433ca25fc7716987ff1 /tshark.c | |
parent | 47969704c6eb724ef56eb5d40c5ce3b4e9ef723c (diff) | |
download | wireshark-b588469ccffbad4eff4ca359ad9a97ec680fe6f9.tar.gz wireshark-b588469ccffbad4eff4ca359ad9a97ec680fe6f9.tar.bz2 wireshark-b588469ccffbad4eff4ca359ad9a97ec680fe6f9.zip |
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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |