aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-24Write and read the temporary file for "Follow TCP Stream" as a binaryGuy Harris1-3/+3
2000-06-15Changes from Graham Bloice to support "Update list of packets in realGuy Harris1-2/+19
2000-06-05Add gtk_set_locale() as recommended byGilbert Ramirez1-1/+6
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-10/+1
2000-05-10Graham Bloice's changes to make clicking on a column header cause theGuy Harris1-2/+68
2000-04-14On Win32, build Ethereal as a Windows-subsystem program rather than aGuy Harris1-1/+22
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-3/+3
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris1-20/+4
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-2/+1
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris1-2/+1
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris1-3/+3
2000-04-01There's no need to catch the "delete_event" signal on "Follow TCPGuy Harris1-13/+44
2000-04-01Exit from Ethereal by making the main loop exit, so that any quitGuy Harris1-9/+24
2000-03-28Add getopt.c (from GNU libc) for use on Win32.Gilbert Ramirez1-7/+5
2000-03-02Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris1-47/+38
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris1-83/+89
2000-02-20Add "Resolve Name" item in detailed tree popup.Laurent Deniel1-1/+11
2000-02-13When exiting Ethereal, don't just unlink any temporary capture file,Guy Harris1-7/+9
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris1-1/+2
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-1/+5
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez1-3/+3
2000-01-29I forgot to toggle the data_out_file "semaphore" (well, we us it like one)Gilbert Ramirez1-1/+2
2000-01-25Fix the File|Open menu problem for builds w/o pcap (aka, win32 builds).Gilbert Ramirez1-1/+3
2000-01-25Add an include of "../menu.h" to fix a win32 build break.Gilbert Ramirez1-1/+2
2000-01-25Enable File|Open menu item when Ethereal is started with no "-r" option.Gilbert Ramirez1-1/+5
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris1-6/+8
2000-01-25Use "get_basename()" rather than finding the last component of "argv[0]"Guy Harris1-6/+2
2000-01-24Add spaces to the usage message, to match what was done to the TetherealGuy Harris1-9/+10
2000-01-24Include the "-D" flag in the usage message.Guy Harris1-2/+2
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris1-2/+5
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris1-1/+5
2000-01-16Move the routine to get a list of the network interfaces on the systemGuy Harris1-6/+18
2000-01-15Move top-level window creation to separate function outside ofGilbert Ramirez1-103/+112
2000-01-15Add missing #ifdef HAVE_PLUGINS before calling init_plugins()Olivier Abad1-1/+3
2000-01-15If no "-i" flag is specified to Tethereal when no file is to be read,,Guy Harris1-3/+11
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-1/+7
2000-01-12Add an "Hex. Dump" radio button to the "Contents of TCP stream" window. ItOlivier Abad1-39/+112
2000-01-10Move the code in "column.c" that implements the column preferences tabGuy Harris1-3/+3
2000-01-06Fix the "Print" button in the window popped up by "Follow TCP Stream" toGuy Harris1-69/+107
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris1-4/+6
2000-01-05When initializing a capture filter, assign a pointer to an empty stringGerald Combs1-2/+4
2000-01-04Implement plugins status save/restore :Olivier Abad1-1/+3
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-2/+2
1999-12-30Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez1-4/+30
1999-12-30Disallow multiple selections in the CTree and CList widgets.Gilbert Ramirez1-4/+9
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1-35/+65
1999-12-16Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez1-17/+53
1999-12-16Reduce the About box to a reasonable size. Gerald's name remainsGilbert Ramirez1-44/+8
1999-12-15Oops. My last commit was made form the wrong tree and code thatGilbert Ramirez1-8/+10
1999-12-15Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez1-10/+8