|
What is new ? V 0.08.04- Added 802.11 monitor frame decoding. However wifi information analysis are not implemented
- Added pkt direction (SERV_TO_CLIENT or CLIENT_TO_SERV)based on session tracking. It simplify dissectors code.
- Added dissector dynamic instantiation: Now when a dissector is specified in a rule, the engine register it to the session so the packet and every futher packets are passed to it
- Added multiple dissector by session: each session can use up to 10 dissectors. This number can be easily changed (Modify the constant NB_DISSECTOR_BY_SESSION) but it is unlikely that this number is ever reach for a single session.
- Fixed pattern matching on partial TCP session
- Fixed TCP option size computation
- Fixed compilation under OSX (tested on 10.5)
- Fixed privileges check for online capture
- Fixed packet init threshhold
- Fixed session tracking
|