aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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 /epan
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 'epan')
-rw-r--r--epan/dissectors/packet-dcerpc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-dcerpc.c b/epan/dissectors/packet-dcerpc.c
index 0fd7068351..d590cf2ad2 100644
--- a/epan/dissectors/packet-dcerpc.c
+++ b/epan/dissectors/packet-dcerpc.c
@@ -5343,9 +5343,6 @@ proto_register_dcerpc (void)
dcerpc_tap=register_tap("dcerpc");
g_hook_list_init(&dcerpc_hooks_init_protos, sizeof(GHook));
-
- /* XXX - might better be located in a more general place than this */
- guids_init();
}
void