| From: |
| Max Kellermann <max@duempel.org> |
| To: |
| netfilter-devel@lists.netfilter.org |
| Subject: |
| [PATCH pom-ng 0/6] H.323: implement a "real" H.245 parser |
| Date: |
| Wed, 11 May 2005 00:50:19 +0200 |
| Cc: |
| laforge@gnumonks.org |
| Archive-link: |
| Article,
Thread
|
Hi,
the following patchset replaces Jozsef's "brute force" parser with a
real H.245 parser. It adds a very simple ASN.1/PER parsing library,
and parses very few H.245 structures (enough for all H.323 software I
tested).
My next task will be the rewrite of the H.225 parser using my
ASN.1/PER library.
Max