#include "fap.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>

Go to the source code of this file.
Defines | |
| #define | FEND 0xc0 |
| #define | FESC 0xdb |
| #define | TFEND 0xdc |
| #define | TFESC 0xdd |
| #define | BUFFER_LEN 512 |
Functions | |
| void | print_packet (fap_packet_t *packet) |
| int | test_parser () |
| int | test_converters (char const *filename) |
| int | main (int argc, char *argv[]) |
Variables | |
| char | buffer [BUFFER_LEN] |
Definition in file smoketest.c.
1.5.6