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 106 107 108
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Open SCAP Library: /home/pvrabec/project/openscap/openscap-0.5.12/src/CVE/cve.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.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 class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>/home/pvrabec/project/openscap/openscap-0.5.12/src/CVE/cve.c File Reference</h1>
<p>Interface to Common Vulnerability and Exposure dictionary.
<a href="#_details">More...</a></p>
<code>#include "<a class="el" href="cve_8h_source.html">public/cve.h</a>"</code><br/>
<code>#include "<a class="el" href="cve__priv_8h_source.html">cve_priv.h</a>"</code><br/>
<code>#include "../common/util.h"</code><br/>
<code>#include "../common/list.h"</code><br/>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a03544e0b14e64db06c427a109f27d308"></a><!-- doxytag: member="cve.c::CVE_SUPPORTED" ref="a03544e0b14e64db06c427a109f27d308" args="" -->
#define </td><td class="memItemRight" valign="bottom"><b>CVE_SUPPORTED</b> "2.0"</td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structcve__model.html">cve_model</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="cve_8c.html#a1a2eaa0c745daf67769e815f93287496">cve_model_import</a> (const char *file)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Public function to import CVE model from OSCAP import source. <a href="#a1a2eaa0c745daf67769e815f93287496"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="cve_8c.html#adea9158aefbd20d08ffd39918871196d">cve_model_export</a> (struct <a class="el" href="structcve__model.html">cve_model</a> *cve, const char *file)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Public function to export CVE model to OSCAP export target. <a href="#adea9158aefbd20d08ffd39918871196d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa3cede3c354e6209b6c4a87af61be0a4"></a><!-- doxytag: member="cve.c::cve_model_supported" ref="aa3cede3c354e6209b6c4a87af61be0a4" args="(void)" -->
const char * </td><td class="memItemRight" valign="bottom"><b>cve_model_supported</b> (void)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Interface to Common Vulnerability and Exposure dictionary. </p>
<p>See details at: <a href="http://cve.mitre.org/">http://cve.mitre.org/</a> <a href="http://nvd.nist.gov/download.cfm">http://nvd.nist.gov/download.cfm</a> </p>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="adea9158aefbd20d08ffd39918871196d"></a><!-- doxytag: member="cve.c::cve_model_export" ref="adea9158aefbd20d08ffd39918871196d" args="(struct cve_model *cve, const char *file)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void cve_model_export </td>
<td>(</td>
<td class="paramtype">struct <a class="el" href="structcve__model.html">cve_model</a> * </td>
<td class="paramname"> <em>cve</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> <em>file</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Public function to export CVE model to OSCAP export target. </p>
<p>Function fill the structure _target_ with model that is represented by structure _cve_. </p>
</div>
</div>
<a class="anchor" id="a1a2eaa0c745daf67769e815f93287496"></a><!-- doxytag: member="cve.c::cve_model_import" ref="a1a2eaa0c745daf67769e815f93287496" args="(const char *file)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structcve__model.html">cve_model</a>* cve_model_import </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"> <em>file</em></td>
<td> ) </td>
<td><code> [read]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Public function to import CVE model from OSCAP import source. </p>
<p>Function returns CVE model, need to free source after calling this function </p>
</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 30 Jun 2010 for Open SCAP Library by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|