NFS Analyzer and UDP

Hi,

it seems that although the NFS-Analyzer is started on UDP connections,
it doesn't handle UDP connection, since it's missing a DeliverPacket()
method. Is this intentional or something that got overlooked at some stage?
(It does handle TCP connection and seems to be able to sync to midstream
connections....)

cu
Gregor

Probably an oversight, either in the original analyzer or while
porting to the new analyzer framework. I think the problem with the
NFS analyzer is that nobody is really using it a lot, and the
test-suite probably doesn't catch any errors either.

Robin

actually, it does handle UDP connections. I just missed that part of the
code. Sorry for the fuss...

cu
gregor