APG
… an ABNF Parser Generator
|
Driver for SIP message testing and timing.. More...
#include <limits.h>
#include <time.h>
#include <dirent.h>
#include "../../utilities/utilities.h"
#include "../../json/json.h"
#include "./sip-0.h"
#include "./sip-1.h"
#include "./udtlib.h"
#include "source.h"
Go to the source code of this file.
Data Structures | |
struct | test_context |
struct | json_context |
struct | msg_offset |
struct | section_def |
struct | time_test |
Macros | |
#define | SECTION_VALID 0 |
#define | SECTION_INVALID 1 |
#define | SECTION_SEMANTICS 2 |
Functions | |
int | main (int argc, char **argv) |
Main function for the basic application. More... | |
Driver for SIP message testing and timing..
The compiled example will execute the following cases. Run the application with no arguments for application usage.
Definition in file main.c.