Wireshark
4.3.0
The Wireshark network protocol analyzer
/builds/wireshark/wireshark/frame_tvbuff.h
Go to the documentation of this file.
1
12
#ifndef __FRAME_TVBUFF_H__
13
#define __FRAME_TVBUFF_H__
14
15
#include "
cfile.h
"
16
17
#include <
wiretap/wtap.h
>
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
/* __cplusplus */
22
23
extern
tvbuff_t
*frame_tvbuff_new(
const
struct
packet_provider_data
*prov,
24
const
frame_data *fd,
const
guint8 *buf);
25
26
extern
tvbuff_t
*frame_tvbuff_new_buffer(
const
struct
packet_provider_data
*prov,
27
const
frame_data *fd,
Buffer
*buf);
28
29
extern
tvbuff_t
*file_tvbuff_new(
const
struct
packet_provider_data
*prov,
30
const
frame_data *fd,
const
guint8 *buf);
31
32
extern
tvbuff_t
*file_tvbuff_new_buffer(
const
struct
packet_provider_data
*prov,
33
const
frame_data *fd,
Buffer
*buf);
34
35
#ifdef __cplusplus
36
}
37
#endif
/* __cplusplus */
38
39
#endif
/* __FRAME_TVBUFF_H__ */
cfile.h
Buffer
Definition:
buffer.h:22
packet_provider_data
Definition:
cfile.h:58
tvbuff
Definition:
tvbuff-int.h:35
wtap.h
Generated by
1.9.1