aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-16One include of epan/unicode-utils.h suffices - and the routines itguy1-2/+0
2008-02-16Directly call capture_loop_packet_cb(), rather than making a pointer toguy1-11/+6
2008-02-16If we don't have libcap, relinquish special privileges just afterguy1-3/+5
2008-02-16Pull capture_loop.c into dumpcap.c, as dumpcap is the only program thatguy1-14/+1844
2008-01-20Fix typo in help textwmeier1-1/+1
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-0/+23
2007-11-22Rename Windows ConsoleCtrHandlerRoutine --> capture_cleanup to match SVN #235...wmeier1-1/+1
2007-11-21Catch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanly exit if, forguy1-1/+48
2007-11-20If libcap is present, have dumpcap use it to drop privileges whilegerald1-0/+70
2007-10-26For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedgerald1-8/+44
2007-10-10Make the sync pipe the standard error, not the standard output, ofguy1-10/+7
2007-09-30"get_compiled_version_info()" appends to the string text starting withguy1-1/+1
2007-09-29Make the "-Z" argument to dumpcap take an argument that's the fileguy1-7/+10
2007-09-29Don't hardcode the notion that the sync pipe is the standard output intoguy1-1/+1
2007-09-29We don't use NetSNMP any more.guy1-8/+0
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. Usegerald1-5/+16
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifygerald1-13/+17
2007-06-11One more step in privilege separation.gerald1-10/+20
2007-02-19Output error msgs when using dumpcap from cmd-line (stand-alone);wmeier1-16/+25
2007-02-06From Eric Hall to fix bug 1289:morriss1-2/+2
2006-11-02Frederic Heem:jmayer1-9/+14
2006-10-20Make dumpcap complile again and other minor improvements.jake1-6/+10
2006-10-19Fix up the changes to put the Portaudio information at the end of theguy1-2/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-46/+0
2006-08-21Add to a comment.guy1-0/+1
2006-08-13put utf_16to8 under #ifdef _WIN32, thanks Toralfulfl1-0/+4
2006-08-13another place missing a call to utf_16to8(), the about box was showing "Windo...ulfl1-0/+43
2006-05-28Ethereal->Wiresharketxrab1-4/+4
2006-05-21name changesahlberg1-2/+2
2006-04-03Don't report the interface name unconditionally.guy1-1/+1
2006-04-03Put the low-level sync routines into a common file so they can be sharedguy1-73/+13
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,guy1-43/+45
2006-03-24Various code cleanup in the capture pipe stuffulfl1-11/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...ulfl1-39/+42
2006-03-05Pass two strings in capture child messages, so the child can sendguy1-49/+49
2006-02-25update some comments, as dumpcap no longer uses console window stuffulfl1-21/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-55/+101
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-26/+0
2006-02-12freebsd needs to define AF_INET6, seems to need sys/socket.hulfl1-0/+4
2006-02-11the point of no return ...ulfl1-175/+16
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...ulfl1-5/+9
2006-02-10some improvements in the console output handlingulfl1-17/+96