ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Generating core file in ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 21 Mar 2005 11:43:46 -0800
Gilbert Ramirez wrote:
This is not handled in ethereal; it's handled by your Unix
environment. Run this before running ethereal:

$ ulimit -c unlimited

The ulimit command shows your system resource limits. This command:

$ ulimit -a

will show your current limits. You should run it to see what your
limit for "core file size" is set to.

Or, for C shell/TCSH users, "limit coredumpsize unlimited" to set the core dump size to "unlimited" and "limit" to show the resource limits.

Note that set-UID and set-GID programs will not dump core, and if you don't have write access to the directory into which core dumps are written (typically the current working directory of the process, although OS X, by default, will write them to /cores) a core dump won't be written.