|
The Assimilation Monitoring Project
|
Describes interfaces to the Unknown Frame (UnknownFrame) C-Class. More...
#include <frame.h>

Go to the source code of this file.
Data Structures | |
| struct | _UnknownFrame |
| This is our UnknownFrame class object - for unrecognized Frames. More... | |
Typedefs | |
| typedef struct _UnknownFrame | UnknownFrame |
Functions | |
| WINEXPORT UnknownFrame * | unknownframe_new (guint16 frame_type) |
| Construct a new UnknownFrame - disallowing for "derived" frame types... More... | |
| WINEXPORT Frame * | unknownframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Given marshalled data corresponding to an unknown Frame (basic binary frame), return that corresponding Frame In other words, un-marshall the data... More... | |
Describes interfaces to the Unknown Frame (UnknownFrame) C-Class.
Unknown frame types occur when one side sends a frame and the other side has older software that doesn't know about that Frame type. Or due to bugs or simlar things :-D
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 unknownframe.h.
| typedef struct _UnknownFrame UnknownFrame |
Definition at line 28 of file unknownframe.h.