Git Product home page Git Product logo

pcap2csv's People

Contributors

vnetman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pcap2csv's Issues

Problem Running make During installation

Hi,

   I am trying to install this package and after successfully running the configure file I try running the make and I get this error.

pi@raspberrypi:~/pcap2csv $ make
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15
/bin/bash: aclocal-1.15: command not found
Makefile:328: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127

Does anyone know how to fix this?

pcap2csv file reports error when running

loop = events.get_running_loop() RuntimeError: no running event loop
or "Searched these paths: {}".format(possible_paths) pyshark.tshark.tshark.TSharkNotFoundException: TShark not found.

input .pcap file in the program

I'm not sure how to run the program. i tried to run it using the terminal python3 pcap2csv --pcap filename.pcap --csv filename.csv and it didnt work. Also, i tried to modify the code to run my files and it didnt work, as follows:

def command_line_args():
"""Helper called from main() to parse the command line arguments"""

parser = argparse.ArgumentParser()
parser.add_argument('--pcap', metavar="/home/PycharmProjects/pcap2csv/filename.pcap",
                    help='pcap file to parse', required=True)
parser.add_argument('--csv', metavar="/home/PycharmProjects/pcap2csv/filename.csv",
                    help='csv file to create', required=True)
args = parser.parse_args()
return args

and it wont run!

can you please help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.