|
The Assimilation Monitoring Project
|
Implements the NVpairFrame class class - A Frame for two strings defining a name/value pair. More...
#include <string.h>#include <projectcommon.h>#include <frameset.h>#include <nvpairframe.h>#include <frametypes.h>#include <generic_tlv_min.h>#include <tlvhelper.h>
Go to the source code of this file.
Functions | |
| FSTATIC gboolean | _nvpairframe_default_isvalid (const Frame *self,gconstpointer tlvptr,gconstpointer pktend) |
| NVpairFrame class 'isvalid' member function (checks for valid name/value pairs) More... | |
| NVpairFrame * | nvpairframe_new (guint16 frame_type, gchar *name, gchar *value, gsize framesize) |
| Construct a new NVpairFrame - allowing for "derived" frame types... More... | |
| WINEXPORT Frame * | nvpairframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Given marshalled packet data corresponding to an NVpairFrame (name/value pair) return the corresponding Frame In other words, un-marshall the data... More... | |
Implements the NVpairFrame class class - A Frame for two strings defining a name/value pair.
Need to implement this Real Soon Now...
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file nvpairframe.c.