make ldapclient print the search result

This commit is contained in:
leitner
2002-01-16 16:05:38 +00:00
parent fff699ae4e
commit 60ee9f82b1
2 changed files with 44 additions and 1 deletions

4
t2.c
View File

@@ -1,8 +1,10 @@
#ifndef INCLUDE
#include <unistd.h>
#include <stdio.h>
#include "mmap.h"
#include "asn1.h"
#include "ldap.h"
#endif
/* this is some sort of protocol analyzer. You give it a file name with
* a network dump of an LDAP correspondence, and it will try to parse it
@@ -78,6 +80,7 @@ mergesub:
}
}
#ifndef INCLUDE
int main(int argc,char* argv[]) {
#if 1
unsigned long size;
@@ -225,3 +228,4 @@ int main(int argc,char* argv[]) {
#endif
return 0;
}
#endif