[PATCH 1/3] hdlc: allow for scanning and escaping

2010-04-17 Thread Kristen Carlson Accardi
PPP needs to inspect the packet protocol to see if a character should be escaped. Additionally, it needs to be able to compare against recv and xmit accm. --- gatchat/gathdlc.c | 60 gatchat/gathdlc.h | 12 ++ 2 files changed, 67

Re: [PATCH 1/3] hdlc: allow for scanning and escaping

2010-04-17 Thread Marcel Holtmann
Hi Kristen, PPP needs to inspect the packet protocol to see if a character should be escaped. Additionally, it needs to be able to compare against recv and xmit accm. can we just set the ACCM values instead of having an extra function call. I think that calling an extra function for every