|
The Assimilation Monitoring Project
|
Describes interfaces to C-String Frame (Compressframe) C-Class It holds conventional zero-terminated byte strings. More...
#include <frame.h>

Go to the source code of this file.
Data Structures | |
| struct | _CompressFrame |
| This is our CompressFrame class object - used for representing a compression method. More... | |
| typedef struct _CompressFrame | CompressFrame |
| CompressFrame * | compressframe_new (guint16 frame_type, guint16 compression_method) |
| Construct a new CompressFrame - derived frame types are not allowed. More... | |
| WINEXPORT Frame * | compressframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Given marshalled packet data corresponding to an CompressFrame (C-style string), return the corresponding Frame In other words, un-marshall the data... More... | |
Describes interfaces to C-String Frame (Compressframe) C-Class It holds conventional zero-terminated byte strings.
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 compressframe.h.