Basic PPP protocol support
authorKristen Carlson Accardi <kristen@linux.intel.com>
Tue, 23 Mar 2010 00:05:56 +0000 (17:05 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Mar 2010 00:28:23 +0000 (17:28 -0700)
commitd38443482f14df0c654826538a2835f60cee4cca
tree44a156bf49c2eb60f6af33d8b4479f34d9ea069d
parenta5d54581ad7df7057735e64129bec907417a43f1
Basic PPP protocol support

This patch implements the basic PPP protocol.  LCP, NCP etc. are handled in
a different patch.
Makefile.am
gatchat/gatppp.c [new file with mode: 0644]
gatchat/gatppp.h [new file with mode: 0644]
gatchat/ppp.c [new file with mode: 0644]
gatchat/ppp.h [new file with mode: 0644]