On 2016-09-22 at 19:00 ron minnich <[email protected]> wrote: > this is really cool. BTW, snoopy is an interesting piece of code in > and of itself. A very capable packet sniffer/filter/printer tool in > 6585 lines of code, which is pretty amazing. tcpdump clocks in at > 93000 lines. snoopy also has a very clean architecture for adding new > protocols.
yeah, i liked the recursive filter and the nice interface between the protocols, with the function pointers and whatnot - much like the struct dev in the kernel. even things like "dump the packet" are a protocol. -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
