#include <pcap-int.h>
Public Attributes | |
| int | fd |
| int | selectable_fd |
| int | send_fd |
| int | snapshot |
| int | linktype |
| int | tzoff |
| int | offset |
| int | break_loop |
| pcap_sf | sf |
| pcap_md | md |
| int | bufsize |
| u_char * | buffer |
| u_char * | bp |
| int | cc |
| u_char * | pkt |
| pcap_direction_t | direction |
| int(* | read_op )(pcap_t *, int cnt, pcap_handler, u_char *) |
| int(* | inject_op )(pcap_t *, const void *, size_t) |
| int(* | setfilter_op )(pcap_t *, struct bpf_program *) |
| int(* | setdirection_op )(pcap_t *, pcap_direction_t) |
| int(* | set_datalink_op )(pcap_t *, int) |
| int(* | getnonblock_op )(pcap_t *, char *) |
| int(* | setnonblock_op )(pcap_t *, int, char *) |
| int(* | stats_op )(pcap_t *, struct pcap_stat *) |
| void(* | close_op )(pcap_t *) |
| bpf_program | fcode |
| char | errbuf [PCAP_ERRBUF_SIZE+1] |
| int | dlt_count |
| u_int * | dlt_list |
| pcap_pkthdr | pcap_header |
|
|
Definition at line 185 of file pcap-int.h. |
|
|
Definition at line 166 of file pcap-int.h. |
|
|
Definition at line 184 of file pcap-int.h. |
|
|
Definition at line 183 of file pcap-int.h. |
|
|
Definition at line 186 of file pcap-int.h. |
|
|
|
|
|
Definition at line 194 of file pcap-int.h. |
|
|
Definition at line 215 of file pcap-int.h. |
|
|
Definition at line 216 of file pcap-int.h. |
|
|
Definition at line 214 of file pcap-int.h. |
|
|
Definition at line 212 of file pcap-int.h. |
|
|
Definition at line 157 of file pcap-int.h. |
|
|
|
|
|
|
|
|
Definition at line 162 of file pcap-int.h. |
|
|
Definition at line 178 of file pcap-int.h. |
|
|
Definition at line 164 of file pcap-int.h. |
|
|
Definition at line 218 of file pcap-int.h. |
|
|
Definition at line 191 of file pcap-int.h. |
|
|
|
|
|
Definition at line 158 of file pcap-int.h. |
|
|
Definition at line 159 of file pcap-int.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 177 of file pcap-int.h. |
|
|
Definition at line 161 of file pcap-int.h. |
|
|
|
|
|
Definition at line 163 of file pcap-int.h. |
1.4.2