Giter Site home page Giter Site logo

Comments (6)

infrastation avatar infrastation commented on May 24, 2024 1

Awesome! However, if the bug report was genuine, the reporter would have provided the actual steps to reproduce, so if it stays like this, it will be closed as invalid.

from tcpdump.

infrastation avatar infrastation commented on May 24, 2024

Something is off in the problem description because for the specified invocation tcpdump would not write any output file, instead it would exit with the following error:

tcpdump: 1.pcap,2.pcap: No such file or directory

Please check which program you use and the exact steps to reproduce.

from tcpdump.

guyharris avatar guyharris commented on May 24, 2024

In particular, tcpdump does not support reading multiple files and merging them into one file - and, even if it did, it wouldn't support it with the -r flag taking a comma-separated list of files, as a comma is a perfectly valid character in a file name.

Perhaps this is a version of tcpdump that somebody's modified to work that way? If so, then you will have to report this to the person or people who modified tcpdump.

from tcpdump.

fenner avatar fenner commented on May 24, 2024

This project does have a program that will combine multiple pcap files: tcpslice. The resulting file will contain all packets from all input files in order by timestamp (e.g., strictly speaking tcpslice has no way to have all the packets from 1.pcap followed by those from 2.pcap; it can only combine by time)

from tcpdump.

fxlb avatar fxlb commented on May 24, 2024

With official tcpdump:
echo -e "file1.pcap\nfile2.pcap\nfile3.pcap\n" | tcpdump -V - -w output.pcap

from tcpdump.

infrastation avatar infrastation commented on May 24, 2024

As discussed.

from tcpdump.

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.