summaryrefslogtreecommitdiff
path: root/asn1/ldap/packet-ldap-template.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-111/+0
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9 Reviewed-on: https://code.wireshark.org/review/14388 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
2015-11-24Remove the LDAP wrapping for registering dissectors and just use ↵Michael Mann1-4/+0
dissector_add_string directly. Change-Id: I307ee31562a5a84bc62691f367e3b8df3cb3f244 Reviewed-on: https://code.wireshark.org/review/12097 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-04-27Add tshark -z "ldap,srt"Michael Mann1-0/+2
Bug: 9363 Change-Id: Ic64716ef0156607ca40773cef8e76fc4a0825b3c Reviewed-on: https://code.wireshark.org/review/8196 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-0/+1
Change-Id: I1a317b19d8076588c9305dae6287bb80cc14da64 Reviewed-on: https://code.wireshark.org/review/4494 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+2
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs1-1/+1
In dissect_ms_compressed_string() dissect_mscldap_string() simply call expand_dns_name() instead of using duplicate (and insecure) code. This *might* break CLDAP and SMB dissection. If that's the case we should probably revert get_dns_name() and simplify expand_dns_name(). Fixes infinite recursion errors found by joernchen of Phenoelit. svn path=/trunk/; revision=36029
2010-01-25Export the dissect_mscldap_string() that is used to dissectRonnie Sahlberg1-0/+2
compressed dns strings. svn path=/trunk/; revision=31650
2009-12-12From Mathieu Parent:Jaap Keuter1-0/+1
As defined in rfc4511 [Lightweight Directory Access Protocol (LDAP): The Protocol], see the attached patch that dissects IntermediateMessage. svn path=/trunk/; revision=31251
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg1-1/+1
Date: Mon, 27 Jul 2009 08:55:55 +0000 (+0200) Subject: patch_ldap_260709 Add a few additional LDAP OIDs and increase the maximum SASL blob size to be 1M instead of 256kb svn path=/trunk/; revision=29210
2008-08-06From Gary Reynolds:Anders Broman1-0/+9
Extended the cldap desector to include all the current netlogon response data types. Expanded the cldap netlogon ntver option to be a bit mask of the search flags Updated the DS flags fields to include Windows 2008 options. svn path=/trunk/; revision=25942
2008-08-01From Yaniv Kaul:Anders Broman1-0/+2
( I edited the template files) Failure to dissect long SASL wrapped LDAP response. svn path=/trunk/; revision=25890
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-05-08LDAP attribute type dissector framework including support for "netlogon" ↵Graeme Lunt1-0/+4
attribute and PKI attributes svn path=/trunk/; revision=18109
2005-12-09Add missing propset ...Jörg Mayer1-94/+94
svn path=/trunk/; revision=16749
2005-12-02add work in progress asn2eth generated ldap dissector from AndersB's email ofRonnie Sahlberg1-0/+94
Nov 15 it is checked in but not copied to epan/dissectors so that those interested can work on it until it gets ready to replace the old one. svn path=/trunk/; revision=16649