Binpac

What is the best way to create a composite binpac analyzer from several (two or more) .pac files: Need to create a parser for an ipv6 session that encapsulates and parses portions of an http session and html5 mime following a successful ipv6 parse

Specifically: using http-protcol.pac and a simple ipv6.pac need to create derived classes for http from the ipv6 base class.

Generally : how are linked analyzers created beyond using constructs like %include XYZ.pac which result in binpac build errors such as undeclared variables.

Can reference types cross analyzer .pac files as in normal C++ #include <abc.h> provides ? - Neil

I'm not sure I understand your question, could you try rephrasing it maybe?

It might help us too if you explained what you're ultimately trying to do regardless of how you want to get to that point. :slight_smile:

  .Seth