You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtcap/include/libtcap.h

16 lines
304 B

#ifndef _LIBTCAP_H_
#define _LIBTCAP_H_
#include "TCMessage.h"
#include "Invoke.h"
#include "constr_TYPE.h"
TCMessage_t *tcap_decode(const char *buf, size_t len);
void *inap_decode(Invoke_t *invoke, asn_TYPE_descriptor_t **);
int tcap_extract(const char *buf, size_t len, const char *spec);
#endif