Moved PPP filter logic into its own class
commit1765292341ada673484b4f0a770efba7e07ad941
authorChris Frey <cdfrey@foursquare.net>
Thu, 15 May 2008 20:43:44 +0000 (15 16:43 -0400)
committerChris Frey <cdfrey@foursquare.net>
Thu, 15 May 2008 20:43:44 +0000 (15 16:43 -0400)
treeae462be7c847d82612e0950950b794b9558422ef
parent00bb457355ef7fdfe8c08f9121f381429356bf0c
Moved PPP filter logic into its own class

Moved PPP filter logic out of IpModem::Write() and into class PppFilter,
so it can be reused in the serial class as well.
ChangeLog
src/Makefile.am
src/m_ipmodem.cc
src/m_ipmodem.h
src/pppfilter.cc [new file with mode: 0644]
src/pppfilter.h [new file with mode: 0644]