aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a Reviewed-on: https://code.wireshark.org/review/25756 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-06-16ldap: added modify-increment operation identification in packet dissection ↵Victor Barratault1-0/+1
and generate the modified dissector dissector Change-Id: Iad745b9e0e8ab0bc055da7f26ec0822433897db7 Reviewed-on: https://code.wireshark.org/review/15977 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-2/+2
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-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
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-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-04-11Regenerate the ANSI MAP, LDAP, and TETRA dissectors so that Coverity canGerald Combs1-1/+1
locate their template files. svn path=/trunk/; revision=36569
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-2/+2
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
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-1/+1
Cleanup header_field_info definitions https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 svn path=/trunk/; revision=28940
2008-11-13Get rid of some warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=26772
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
2008-01-261) Support for configurable LDAP over SSL portGraeme Lunt1-1/+1
2) Support for RFC 3909 - cancelRequest extendedOperation 3) Support for RFC 3062 - passwordModify extendedOperation 4) Column information for ExtendedRequest, SearchResultRef and AbandonRequest 5) Column information for multiple LDAP operations in the same packet (uses " | " separator) svn path=/trunk/; revision=24195
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-1/+1
- Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
2008-01-04Get rid of ber_last_created_item().Anders Broman1-1/+1
svn path=/trunk/; revision=24008
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-1/+1
- retrieving the list of remote PCAP interfaces - password authentication support - UDP data fransfer - packet sampling (available in WinPcap 4.x) etc. fix problem if non-default rpcap port is used svn path=/trunk/; revision=23750
2007-11-15new ldap dissectorRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=23459
2007-11-04LDAP with -TAnders Broman1-1/+1
svn path=/trunk/; revision=23353
2007-11-01LDAP wasn't 'fixed' to handle -T option...Anders Broman1-1/+1
svn path=/trunk/; revision=23335
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-2/+2
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) svn path=/trunk/; revision=23325
2007-06-22add code to handle new insanity in how spnego and gss wrap Ronnie Sahlberg1-1/+1
eachother svn path=/trunk/; revision=22165
2007-05-30- LDAP generated with -X optionAnders Broman1-1/+1
- a minor update to MobileDomainDefinitions.asn adding ID and a document reference. svn path=/trunk/; revision=22010
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-1/+1
svn path=/trunk/; revision=21635
2006-06-28Reset ldm_tree to NULL each time we dissect an LDAP packet. This should Gerald Combs1-1/+1
fix a current Buildbot crash. Fix up whitespace. svn path=/trunk/; revision=18601
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵Tomas Kukosa1-1/+1
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595
2006-06-13from metzeRonnie Sahlberg1-1/+1
make the display of the filters more similar to how the ldap c api represents filters and how they are commonly represented in documentation and other texts. svn path=/trunk/; revision=18449
2006-06-12Fix some warnings.Anders Broman1-1/+1
svn path=/trunk/; revision=18445
2006-06-10make CLDAP show up as CLDAP in the dissectyion tree and not as LDAPRonnie Sahlberg1-1/+1
this also makes the "cldap" filter work svn path=/trunk/; revision=18419
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-08LDAP attribute type dissector framework including support for "netlogon" ↵Graeme Lunt1-0/+4
attribute and PKI attributes svn path=/trunk/; revision=18109
2006-05-03do some template magic to make ethereal dissect CLDAP RPC again.Ronnie Sahlberg1-1/+1
i dont think it is the optimal way to solve this but it is better than nothing for the time being. svn path=/trunk/; revision=18083
2006-05-01Use the asn2eth generated ldap dissector.Anders Broman1-4/+16
svn path=/trunk/; revision=18057
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+90
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410