?? group__wpcap__def.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><title>WinPcap: Definitions</title><link href="style.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.5.6 --><div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div></div><div class="contents"><h1>Definitions<br><small>[<a class="el" href="group__wpcap.html">WinPcap user's manual</a>]</small></h1><table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Data Structures</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__file__header.html">pcap_file_header</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Header of a libpcap dump file. <a href="structpcap__file__header.html#_details">More...</a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__pkthdr.html">pcap_pkthdr</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Header of a packet in the dump file. <a href="structpcap__pkthdr.html#_details">More...</a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__stat.html">pcap_stat</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Structure that keeps statistical values on an interface. <a href="structpcap__stat.html#_details">More...</a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__if.html">pcap_if</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Item in a list of interfaces, used by <a class="el" href="group__wpcapfunc.html#g7b128eaeef627b408f6a6e2a2f5eb45d" title="Construct a list of network devices that can be opened with pcap_open_live().">pcap_findalldevs()</a>. <a href="structpcap__if.html#_details">More...</a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__addr.html">pcap_addr</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Representation of an interface address, used by <a class="el" href="group__wpcapfunc.html#g7b128eaeef627b408f6a6e2a2f5eb45d" title="Construct a list of network devices that can be opened with pcap_open_live().">pcap_findalldevs()</a>. <a href="structpcap__addr.html#_details">More...</a><br></td></tr><tr><td colspan="2"><br><h2>Defines</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#gac031371d41e21ff96e80409e05a7ddb">PCAP_VERSION_MAJOR</a> 2</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Major libpcap dump file version. <a href="#gac031371d41e21ff96e80409e05a7ddb"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#g9c200b070c9f626d38184588b16849c2">PCAP_VERSION_MINOR</a> 4</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Minor libpcap dump file version. <a href="#g9c200b070c9f626d38184588b16849c2"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#gcd448353957d92c98fccc29e1fc8d927">PCAP_ERRBUF_SIZE</a> 256</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Size to use when allocating the buffer that contains the libpcap errors. <a href="#gcd448353957d92c98fccc29e1fc8d927"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#g43a6601bfd438efc02b0ba71c5439647">PCAP_IF_LOOPBACK</a> 0x00000001</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">interface is loopback <a href="#g43a6601bfd438efc02b0ba71c5439647"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#gc93c0a6ad1d2a3143b1115bdab3ac04d">MODE_CAPT</a> 0</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Capture mode, to be used when calling <a class="el" href="group__wpcapfunc.html#gef07ef49d3c75644f3fd34518e2fe720" title="Set the working mode of the interface p to mode.">pcap_setmode()</a>. <a href="#gc93c0a6ad1d2a3143b1115bdab3ac04d"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#g503326906a62e96c147ae6af31fb5659">MODE_STAT</a> 1</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Statistical mode, to be used when calling <a class="el" href="group__wpcapfunc.html#gef07ef49d3c75644f3fd34518e2fe720" title="Set the working mode of the interface p to mode.">pcap_setmode()</a>. <a href="#g503326906a62e96c147ae6af31fb5659"></a><br></td></tr><tr><td colspan="2"><br><h2>Typedefs</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#g759c6336c1d9abb462d9248c5ca5c437">bpf_int32</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">32-bit integer <a href="#g759c6336c1d9abb462d9248c5ca5c437"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef u_int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#g37fdbc8313e90fb2041203a2e40cd482">bpf_u_int32</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">32-bit unsigned integer <a href="#g37fdbc8313e90fb2041203a2e40cd482"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct pcap </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#g4711d025f83503ce692efa5e45ec60a7">pcap_t</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Descriptor of an open capture instance. This structure is <b>opaque</b> to the user, that handles its content through the functions provided by wpcap.dll. <a href="#g4711d025f83503ce692efa5e45ec60a7"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct pcap_dumper </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#gb8c7858aa3a7e3158d9d58cb113a2ae8">pcap_dumper_t</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">libpcap savefile descriptor. <a href="#gb8c7858aa3a7e3158d9d58cb113a2ae8"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="structpcap__if.html">pcap_if</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#g3a6e7cbf8d9752da3add4676c7cd4c58">pcap_if_t</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Item in a list of interfaces, see <a class="el" href="structpcap__if.html" title="Item in a list of interfaces, used by pcap_findalldevs().">pcap_if</a>. <a href="#g3a6e7cbf8d9752da3add4676c7cd4c58"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="structpcap__addr.html">pcap_addr</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__wpcap__def.html#gd5c2e491e2ca9d8eefe4217021c99bdc">pcap_addr_t</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Representation of an interface address, see <a class="el" href="structpcap__addr.html" title="Representation of an interface address, used by pcap_findalldevs().">pcap_addr</a>. <a href="#gd5c2e491e2ca9d8eefe4217021c99bdc"></a><br></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>Definitions for wpcap.dll <hr><h2>Define Documentation</h2><a class="anchor" name="gc93c0a6ad1d2a3143b1115bdab3ac04d"></a><!-- doxytag: member="incs/pcap.h::MODE_CAPT" ref="gc93c0a6ad1d2a3143b1115bdab3ac04d" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define MODE_CAPT 0 </td> </tr> </table></div><div class="memdoc"><p>Capture mode, to be used when calling <a class="el" href="group__wpcapfunc.html#gef07ef49d3c75644f3fd34518e2fe720" title="Set the working mode of the interface p to mode.">pcap_setmode()</a>. <p><p>Definition at line <a class="el" href="incs_2pcap_8h-source.html#l00172">172</a> of file <a class="el" href="incs_2pcap_8h-source.html">incs/pcap.h</a>.</p></div></div><p><a class="anchor" name="g503326906a62e96c147ae6af31fb5659"></a><!-- doxytag: member="incs/pcap.h::MODE_STAT" ref="g503326906a62e96c147ae6af31fb5659" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define MODE_STAT 1 </td> </tr> </table></div><div class="memdoc"><p>Statistical mode, to be used when calling <a class="el" href="group__wpcapfunc.html#gef07ef49d3c75644f3fd34518e2fe720" title="Set the working mode of the interface p to mode.">pcap_setmode()</a>. <p><p>Definition at line <a class="el" href="incs_2pcap_8h-source.html#l00173">173</a> of file <a class="el" href="incs_2pcap_8h-source.html">incs/pcap.h</a>.</p></div></div><p><a class="anchor" name="gcd448353957d92c98fccc29e1fc8d927"></a><!-- doxytag: member="incs/pcap.h::PCAP_ERRBUF_SIZE" ref="gcd448353957d92c98fccc29e1fc8d927" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define PCAP_ERRBUF_SIZE 256 </td> </tr> </table></div><div class="memdoc"><p>Size to use when allocating the buffer that contains the libpcap errors. <p><p>Definition at line <a class="el" href="incs_2pcap_8h-source.html#l00059">59</a> of file <a class="el" href="incs_2pcap_8h-source.html">incs/pcap.h</a>.</p></div></div><p><a class="anchor" name="g43a6601bfd438efc02b0ba71c5439647"></a><!-- doxytag: member="incs/pcap.h::PCAP_IF_LOOPBACK" ref="g43a6601bfd438efc02b0ba71c5439647" args="" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">#define PCAP_IF_LOOPBACK 0x00000001 </td> </tr> </table></div><div class="memdoc"><p>interface is loopback <p><p>Definition at line <a class="el" href="incs_2pcap_8h-source.html#l00156">156</a> of file <a class="el" href="incs_2pcap_8h-source.html">incs/pcap.h</a>.</p></div></div><p><a class="anchor" name="gac031371d41e21ff96e80409e05a7ddb"></a><!-- doxytag: member="incs/pcap.h::PCAP_VERSION_MAJOR" ref="gac031371d41e21ff96e80409e05a7ddb" args="" --><div class="memitem">
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -