summitt / Nope-Proxy

TCP/UDP Non-HTTP Proxy Extension (NoPE) for Burp Suite.
1.54k stars 235 forks source link

Compilation error #29

Closed rxaveri closed 1 year ago

rxaveri commented 5 years ago

I am not an expert with software development so I did some research on the Internet and identified that this requires Maven to build the package. however, when using Maven to compile the package, i am getting the following errors:

ailed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project NonHTTPProxy: Compilation failure [ERROR] /home/rameez/Downloads/Burp-Non-HTTP-Extension-master/NonHTTPProxy/src/josh/utils/Lister.java:[64,46] <anonymous josh.utils.Lister$1> is not abstract and does not override abstract method gotPacket(org.pcap4j.core.PcapPacket) in org.pcap4j.core.PacketListener [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Can somebody help me here?