All of lore.kernel.org
 help / color / mirror / Atom feed
* ASN.1 decoder for h323-conntrack-nat
@ 2003-10-16 13:25 Alexander Nasonov
  2003-10-16 13:42 ` Jozsef Kadlecsik
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Nasonov @ 2003-10-16 13:25 UTC (permalink / raw)
  To: netfilter-devel

Hi!
Sorry, I don't have enough time right now to understand how current 
version of h323-conntrack-nat works. Probably, what I'm going to 
announce here is already implemented.
Anyway, here is what I have. I've implemented callback-based decoder of 
ASN.1 PER rules. With a help of this decoder it's possible to analyze 
H323 packet and to call user-defined function when the code came across 
an interesting type. For example, it's easy to jump from fastStart 
element to OpenLogicalChannel or to detect OpenLogicalChannel -> 
reverseLogicalChannelParameters -> mediaChannel -> ipAddress sequence.
Generated code doesn't have dynamic memory allocations and other 
undeterministic stuff. It just easts bits :))) In it's current state the 
code is ugly (due to deadline) and it is C++. If there is an interest, I 
can rewrite it later.
--
Alexander Nasonov

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-17  9:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-16 13:25 ASN.1 decoder for h323-conntrack-nat Alexander Nasonov
2003-10-16 13:42 ` Jozsef Kadlecsik
2003-10-16 14:11   ` Alexander Nasonov
2003-10-17  8:02     ` Jozsef Kadlecsik
2003-10-17  9:37       ` Alexander Nasonov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.