aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-26 10:14:26 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-26 10:14:26 +0000
commit2f97f065ff82a2267f140661301cdb9aeed21c96 (patch)
tree358965f1084b959817b4d9726cc078416625e133 /epan
parentfcef5823db5c3c1b0243d3712302976bcc63bfd2 (diff)
Remove "LDAP over SSL" registration as now handled by the LDAP dissector.
svn path=/trunk/; revision=24196
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c
index bde9d09ea8..7467e67e20 100644
--- a/epan/dissectors/packet-ssl.c
+++ b/epan/dissectors/packet-ssl.c
@@ -4415,7 +4415,6 @@ proto_reg_handoff_ssl(void)
ssl_parse();
/* add ssl dissection to defaults ports */
- ssl_dissector_add(636, "ldap", TRUE);
ssl_dissector_add(993, "imap", TRUE);
ssl_dissector_add(995, "pop", TRUE);
}