|
The Assimilation Monitoring Project
|
This file defines a few functions and interfaces for unmarshalling packet data into FrameSets. More...


Go to the source code of this file.
Data Structures | |
| struct | _FrameTypeToFrame |
| Data structure defining the mapping between frametype integers and corresponding demarshalling modules. More... | |
| struct | _PacketDecoder |
| typedef struct _FrameTypeToFrame | FrameTypeToFrame |
| typedef Frame *(* | FramePktConstructor )(gconstpointer tlvstart, gconstpointer pktend) |
| typedef struct _PacketDecoder | PacketDecoder |
| WINEXPORT PacketDecoder * | packetdecoder_new (guint objsize, const FrameTypeToFrame *framemap, gint mapsize) |
| Initialize our frame type map. More... | |
This file defines a few functions and interfaces for unmarshalling packet data into FrameSets.
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 packetdecoder.h.