dsniff
2.4b2
About: A collection of tools for network auditing
Fossies
Dox
:
dsniff-2.4b2.tar.gz
("inofficial" and yet experimental doxygen-generated source code documentation)
asn1.h
Go to the documentation of this file.
1
/*
2
* asn1.h
3
*
4
* ASN.1 routines.
5
*
6
* Copyright (c) 2000 Dug Song <dugsong@monkey.org>
7
*
8
* $Id: asn1.h,v 1.3 2001/03/15 08:33:05 dugsong Exp $
9
*/
10
11
#ifndef ASN1_H
12
#define ASN1_H
13
14
#define ASN1_INTEGER 2
15
#define ASN1_STRING 4
16
#define ASN1_SEQUENCE 16
17
18
int
asn1_type
(
buf_t
buf
);
19
int
asn1_len
(
buf_t
buf
);
20
21
#endif
/* ASN1_H */
22
asn1_type
int asn1_type(buf_t buf)
Definition:
asn1.c:20
buf
Definition:
buf.h:14
asn1_len
int asn1_len(buf_t buf)
Definition:
asn1.c:31
asn1.h
Generated by
1.8.16