Skip to content

Missing DecoderTab definition #4

@alisontraynor

Description

@alisontraynor

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ./GitHub/PokemonGoDecoderForBurp/src/main/java/burp/BurpExtender.java:[8,20] cannot find symbol
symbol: class DecoderTab
location: package burp.decoder

Searching the source, I see "DecoderTab" is referenced here:

src\main\java\burp\BurpExtender.java:8:import burp.decoder.DecoderTab;
src\main\java\burp\BurpExtender.java:30: DecoderTab tab = new DecoderTab(callbacks, controller, new BurpBodyExtractor(helpers));

However, the file or class definition for "DecoderTab" is doesn't appear to exist in the GitHub repoo:

.\GitHub\PokemonGoDecoderForBurp>dir DecoderTab* /s /b
File Not Found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions