org.jnetpcap.packet.annotate
Annotation Type Analyzer


public @interface Analyzer

Annotation marks a method as an analyzer method which gets called during analysis phase, if requested by user.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Optional Element Summary
 int priority
          Analyzer priority when analyzers assemble themselves for packet processing
 

priority

public abstract int priority
Analyzer priority when analyzers assemble themselves for packet processing

Returns:
priority of this analyzer
Default:
100