📄 sap.h
字号:
#ifndef __SAP_H__#define __SAP_H__#ifndef __SDP_H__#include "sdp.h"#endiftypedef struct sap_session_s sap_session_t;struct sap_session_s { int version; int addrType; int isDel; int isEnc; int isComp; unsigned int hashID; char sourceIP[32]; sdp_desc_t* sdp;};sap_session_t* sap_parse(char* packet, int packet_len);void sap_destroy(sap_session_t* sap);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -