aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-16/+74
2010-03-04"capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orguy1-3/+2
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-0/+20
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aguy1-9/+9
2010-02-28Added svn:ignore targets.stig1-0/+20
2010-01-14If we're using threads, time out when reading the file header.gerald1-5/+26
2009-11-26Only do the 1-second timeout in OS X 10.6 and 10.6.1; the bug is fixedguy1-1/+32
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-3/+4
2009-10-01Cast a pointer to avoid a warning.stig1-1/+1
2009-09-29Initialize magic to avoid a warning about a possible uninitialized read.stig1-1/+1
2009-09-13Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionallymorriss1-38/+17
2009-09-08Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ expl...krj1-14/+9
2009-08-31Use a timeout of a second for Mac OS X, when buildingtuexen1-0/+4
2009-08-28Make the windows build compile.etxrab1-0/+2
2009-08-27Properly set our file descriptor when we're capturing from a pipe ongerald1-0/+1
2009-08-27Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keepsgerald1-11/+10
2009-08-27Add #include <stdio.h> in a few places for Solariswmeier1-1/+1
2009-08-26Add a compile-time option to use a separate thread for reading fromgerald1-140/+346
2009-08-22From Rob Leslie <rob@mars.org>:rbalint1-1/+4
2009-07-01Updates to create_tempfile:gerald1-2/+2
2009-06-26Unfortunately, r28452 seems to cause more problems than it fixes. Backgerald1-146/+25
2009-05-31Set SIGPIPE handler every time the program starts.rbalint1-11/+1
2009-05-22From Benjamin Tse via bug 2200:gerald1-25/+146
2009-04-27Add -n option to dumpcap. It will save the capture files intuexen1-9/+53
2009-04-26Make ringbuffer.[ch] file format agnostic.tuexen1-10/+31
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-13/+13
2009-04-08Use wireshark (instead of ether) for temp file name prefix.wmeier1-1/+1
2009-01-11From Toralf Förster:jake1-2/+1
2009-01-11From Ronald W. Henderson:jake1-8/+7
2008-11-26From Pavol Rusnak (bug 1740):rbalint1-0/+1
2008-11-03Do not set buffer size for remote interfaces or when using default value.stig1-1/+2
2008-10-31Fixed some "ignoring return value" warnings.stig1-2/+4
2008-10-30Based on patch from Sergio Barjola:rbalint1-0/+10
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.guy1-5/+5
2008-07-25If we can't open open an interface in Windows, instead of talking aboutgerald1-13/+2
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-2/+2
2008-06-24Fix some references to the global loop_data structure that weren'tguy1-6/+8
2008-06-23Rename the global "ld" structure to "global_ld", to avoid collisionsguy1-50/+53
2008-06-23Get rid of the static capture_opts pointer - it collides with parameterguy1-19/+18
2008-06-20capture_opts_print_statistics() has nothing to do with capture optionsguy1-1/+95
2008-05-23Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-8/+8
2008-03-24Fix a few typos.wmeier1-6/+6
2008-03-24dumpcap.c: Fix a typo.gerald1-3/+3
2008-03-22Fix (aka workaround) for bug #2228.wmeier1-50/+160
2008-03-20Don't call cap_set_proc() unless we were started with elevatedgerald1-5/+8
2008-02-29Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc wmeier1-8/+14
2008-02-25Use plain old strcmp() instead of g_ascii_strcasecmp() when searching for -Z.morriss1-12/+8
2008-02-23Ensure tshark/wireshark always get good err msgs from dumpcap:wmeier1-38/+108
2008-02-16dumpcap doesn't need stuff declared in capture.h; it just needs what'sguy1-1/+1