2 Sep 2005 14:24
Traffic Selector extension
Markku Savela <msa <at> burp.tkv.asdf.org>
2005-09-02 12:24:29 GMT
2005-09-02 12:24:29 GMT
The list has been pretty quiet on this. Well, I have to implement *something* fast. I need the traffic selector extension and thus, I'm now adding the attached definition to my implementation. I decided on simplest possible structure: a TS extention consists of the extension base and an array of (sadb_selector+addresses) structures. - i will use fixed size for sadb_selector (I use IPv6 format for IPv4 addresses), and thus array size could be found from the extension lenghth. But, I defined 'sadb_ts_numsel' in case variable length elements are used. - I didn't want to "hardcode" the "low,high" by specifying the sadb_ts_numsel as number of pairs. There might be some use in having somekind of "type" field in sadb_selector (for example, the per packet information could be presented by single selector instead of two). - in selector, a negation flag could be considered. I think that the "decorrelation" algorithm, if someone uses it, produces a lot of negated ranges, and having option of just storing the negated range might be useful. This is what I now have, but I'm also open to suggestions for better definitions: ----------------------------------------------------------------- ...(Continue reading)
(Aside: I've never grasped why the list migrated. Craig Metz made
it quite clear that he was happy to continue to have the list at the
original address if folks found that useful. So far as I know,
that remains his position. That's neither here nor there for this
thread.
RSS Feed