forked from nmap/npcap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doxygen_groups.txt
105 lines (77 loc) · 1.8 KB
/
doxygen_groups.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/*!
\defgroup internals WinPcap internals
\htmlinclude internals.htm
*/
/*!
\ingroup internals
\defgroup NPF NPF driver internals manual
\htmlinclude npf.htm
*/
/*!
\ingroup internals
\defgroup compilation How to compile WinPcap
\htmlinclude compile.htm
*/
/*!
\ingroup internals
\defgroup packetapi Packet.dll -- Packet Driver API
\htmlinclude packet.htm
*/
/*!
\defgroup wpcap WinPcap user's manual
\htmlinclude wpcap.htm
*/
/*!
\ingroup wpcap
\defgroup language Filtering expression syntax
\htmlinclude language.htm
*/
/*!
\ingroup wpcap
\defgroup wpcapsamps Using WinPcap in your programs
\htmlinclude wpcap_samp.htm
\htmlinclude wpcap_samp1.htm
\include pktdump_ex\pktdump_ex.c
\htmlinclude wpcap_samp2.htm
\include pcap_filter/pcap_filter.c
*/
/*!
\defgroup remote Remote Capture
\htmlinclude wpcap_remote.htm
*/
/*!
\ingroup remote
\defgroup remote_struct Exported Structures and Definitions
*/
/*!
\ingroup remote
\defgroup remotefunc Exported Functions
*/
/*!
\ingroup remote
\defgroup remote_pri_func Internal Functions
*/
/*!
\ingroup remote
\defgroup remote_pri_struct Internal Structures and Definitions
*/
/*!
\ingroup remote_struct
\defgroup remote_source_string Strings related to the new source syntax
*/
/*!
\ingroup remote_struct
\defgroup remote_source_ID Identifiers related to the new source syntax
*/
/*!
\ingroup remote_struct
\defgroup remote_open_flags Flags defined in the pcap_open() function
*/
/*!
\ingroup remote_struct
\defgroup remote_samp_methods Sampling methods defined in the pcap_setsampling() function
*/
/*!
\ingroup remote_struct
\defgroup remote_auth_methods Authentication methods supported by the RPCAP protocol
*/