GithubHelp home page GithubHelp logo

Comments (2)

lars18th avatar lars18th commented on August 12, 2024

Hi,

Another patch for Cygwin...

When you use the parameter "-f" (flush each packet), a stackdump is produced.
The problem is with the call to the flush function.

So, one alternative is use this code:

        if (flush_every_packet) {
//          if (fflush(pcap_dumper_file) != 0) {
            if (pcap_dump_flush(pcap_dumper) != 0) {
                perror("fflush");
                break;
            }
        }

I hope this patch is also commited! ;)

from tzsp2pcap.

lars18th avatar lars18th commented on August 12, 2024

Hi,

If you need the BINARY version of "tzsp2pcap.exe" (Windows), you can download it from here:
http://www.sendspace.com/file/ofp875

I suggest to add this version to the "Release" section.

Note: If you like to execute Wireshark in Windows WITHOUT installing winpcap, running the capture process in another computer that sends packets in TZSP format (like a Mikrotik router), then you now can use:

tzsp2pcap -f | Wireshark.exe -ki -

Happy sniffing!

from tzsp2pcap.

Related Issues (4)

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.