Wireshark-bugs: [Wireshark-bugs] [Bug 11453] "File too large" error writing file while capturing
Date: Wed, 19 Aug 2015 22:28:24 +0000

Comment # 17 on bug 11453 from
(In reply to waldorfman from comment #16)
> So while I'm familiar with Linux, and can find my way around somewhat via
> command line, is there a specific command you'd like me to run so I can
> better assist?

    dumpcap -i wlan0 -w /tmp/dumpcaptest.pcapng

and

    tcpdump -i wlan0 -w /tmp/tcpdumptest.pcap

(yes, ".pcap" - libpcap doesn't yet support writing pcap-ng files).  Do those
two separately; you can remove /tmp/dumpcaptest.pcapng once you've either
determined that dumpcap fails at 2^31-1 bytes or happily goes past 2^32 bytes.

> Should I also update libpcap (even though I downloaded the latest and
> greatest of everything earlier today prior to running my first capture)?

If "everything" includes libpcap, it probably hasn't changed in the past few
hours, so that shouldn't be necessary.


You are receiving this mail because:
  • You are watching all bug changes.