Giter Site home page Giter Site logo

Comments (7)

wllm-rbnt avatar wllm-rbnt commented on May 23, 2024

Hi,

Here is a quick fix that adds FIFO support for PCAP output:
wllm-rbnt@4a6fcb5

Can you give it a try ?

from ssldump.

michele-deluca avatar michele-deluca commented on May 23, 2024

from ssldump.

wllm-rbnt avatar wllm-rbnt commented on May 23, 2024

Hi, I can't reproduce the error you reported.
Here is how I test my patch (on Debian Buster):

$ git clone -b dev https://github.com/wllm-rbnt/ssldump.git
$ cd ssldump
$ ./autogen.sh
$ ./configure
$ make
$ mkfifo test.pcap; sudo ./ssldump -n -i any -w test.pcap

In a second terminal, I run:

$ sudo tcpdump -n -r test.pcap

I have the session decoding on the first terminal, and the flow of packets on the second one.

from ssldump.

michele-deluca avatar michele-deluca commented on May 23, 2024

from ssldump.

wllm-rbnt avatar wllm-rbnt commented on May 23, 2024

Here is a recipe to build it on RHEL/Centos 7.9. You will need a recent version of openssl.
I've never tested it (ssldump) on this version of the distro, you might encounter bugs at runtime.

$ sudo yum install git autoconf automake gcc make libpcap-devel libnet-devel json-c-devel tmux wget

$ wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz
$ tar xvfz openssl-1.1.1k.tar.gz
$ cd openssl-1.1.1k
$ ./config
$ make
$ make install
$ cd ..

$ echo "/usr/local/lib64" | sudo tee /etc/ld.so.conf.d/openssl.conf
$ sudo ldconfig

$ git clone -b dev https://github.com/wllm-rbnt/ssldump.git
$ cd ssldump
$ ./autogen.sh
$ ./configure CPPFLAGS="-D_BSD_SOURCE=1"
$ make
$ sudo ./ssldump -n -i eth0

from ssldump.

michele-deluca avatar michele-deluca commented on May 23, 2024

from ssldump.

michele-deluca avatar michele-deluca commented on May 23, 2024

I compile the latest ssldump from source into a rhel 7.

thanks.

from ssldump.

Related Issues (20)

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.