aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-35/+35
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-24Update the URL for WinPcap.Guy Harris1-2/+2
2002-05-18In the Windows capture dialog, place the interface description before theGerald Combs1-2/+8
2002-04-14Update wiretapped mirror links.Gerald Combs1-2/+2
2002-04-14Change "http://netgroup-mirror.ethereal.com/winpcap" URLs toGerald Combs1-2/+2
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-10/+10
2002-03-05Cut down the vertical spacing in the "Capture Options" dialog box.Guy Harris1-7/+7
2002-02-24Put all the capture options into a structure.Guy Harris1-42/+59
2002-02-24Have "get_positive_int()" really check for positive integers, not justGuy Harris1-30/+1
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris1-22/+19
2002-02-22Set "snaplen", not "has_snaplen", to the snapshot length specified inGuy Harris1-6/+6
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-180/+330
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-8/+8
2002-01-11Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris1-7/+7
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris1-9/+9
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-3/+9
2001-12-09Check for invalid maximum packet count values.Guy Harris1-2/+6
2001-12-04When making the "number of ring buffer files" spin button sensitive orGuy Harris1-40/+67
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-5/+101
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-15/+109
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-2/+2
2001-10-31Add the Ethereal Web site's mirror of WinPcap to the dialog popped up ifGuy Harris1-2/+5
2001-09-29The Wiretapped.net mirror is OK again (it was a problem with theGuy Harris1-3/+6
2001-09-28Sigh. The wiretapped.net site appears to have an old version ofGuy Harris1-3/+4
2001-09-26Make the message popped up if you try to do a capture on a Win32 machineGuy Harris1-6/+9
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-12/+37
2001-05-31Free the string you "g_strdup()"ed, rather than handing "g_free()" theGuy Harris1-2/+2
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-3/+3
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-9/+10
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez1-3/+3
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez1-1/+17
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris1-1/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-2/+2
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris1-1/+2
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris1-1/+7
2000-09-15Add a "-p" command-line option, and a checkbox in the "CaptureGuy Harris1-4/+15
2000-08-23Cosmetic changes.Laurent Deniel1-26/+20
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+2
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-20/+20
2000-06-15Changes from Graham Bloice to support "Update list of packets in realGuy Harris1-7/+1
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forGuy Harris1-1/+6
2000-05-08Set up the buttons in the "Capture Preferences" dialog box to useGuy Harris1-4/+14
2000-05-08Connect the capture preferences dialog box and any file selection dialogGuy Harris1-1/+57
2000-05-03Make the "Capture Preferences" dialog box use the new utilities to makeGuy Harris1-1/+37