This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tsg-master/test/src/gtest_common.h

17 lines
641 B
C

#pragma once
#include "tsg_send_log.h"
extern "C" int TSG_MASTER_INIT();
void session_matched_rules_free(const struct streaminfo *stream, int bridge_id, void *data);
int TLD_convert_json(struct TLD_handle_t *_handle, char *buff, unsigned int buff_len);
int set_app_id(struct tsg_log_instance_t *_instance, struct TLD_handle_t *_handle, const struct streaminfo *a_stream);
int set_shaping_rule_ids(struct tsg_log_instance_t *_instance, struct TLD_handle_t *_handle, const struct streaminfo *a_stream);
void gtest_set_ftp_data_flag(void);
void gtest_clean_ftp_data_flag(void);
extern "C" int ftp_data_identify(struct streaminfo *a_tcp);