Skip to content

Commit

Permalink
Merge AMI packet parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stas Kobzar committed May 23, 2017
1 parent 591818d commit 53dc861
Show file tree
Hide file tree
Showing 18 changed files with 5,302 additions and 2,422 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,7 @@ test/site.exp
test/test.sh
test/config_test
test/pack_scan
test/amipack_create_test
test/amipack_parse_test
src/amiws

9 changes: 3 additions & 6 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the `amip' library (-lamip). */
#define HAVE_LIBAMIP 1

/* Define to 1 if you have the `yaml' library (-lyaml). */
#define HAVE_LIBYAML 1

Expand Down Expand Up @@ -34,9 +31,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */

/* Name of package */
#define PACKAGE "amiws"

Expand All @@ -52,6 +46,9 @@
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "amiws"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.0"

Expand Down
Loading

0 comments on commit 53dc861

Please sign in to comment.