| Commit message (Expand) | Author | Age | Files | Lines |
* | On Win32, build Ethereal as a Windows-subsystem program rather than a | Guy Harris | 2000-04-14 | 1 | -1/+22 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 2 | -5/+5 |
* | As we always have to have a filter string (thanks to a bug in the Linux | Guy Harris | 2000-04-13 | 1 | -2/+2 |
* | Have separate global variables for the current "File:Open" and | Guy Harris | 2000-04-10 | 1 | -26/+48 |
* | Disable "Update list of packets in real tiem" and | Gilbert Ramirez | 2000-04-07 | 1 | -1/+7 |
* | Define "popup_menu_object" only in "gtk/menu.c", and just declare it as | Guy Harris | 2000-04-06 | 2 | -3/+5 |
* | The Win32 port of libpcap requires that programs with which it's built | Guy Harris | 2000-04-04 | 1 | -1/+4 |
* | Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" into | Guy Harris | 2000-04-04 | 1 | -20/+4 |
* | Use the new split between protocol registration and protocol handoff | Guy Harris | 2000-04-04 | 1 | -2/+1 |
* | Move the creation of, and registration of protocols known to UDP in, the | Guy Harris | 2000-04-03 | 1 | -2/+1 |
* | Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up a | Guy Harris | 2000-04-01 | 7 | -26/+233 |
* | There's no need to catch the "delete_event" signal on "Follow TCP | Guy Harris | 2000-04-01 | 1 | -13/+44 |
* | Exit from Ethereal by making the main loop exit, so that any quit | Guy Harris | 2000-04-01 | 1 | -9/+24 |
* | No work need be done when a summary dialog box is destroyed, or when the | Guy Harris | 2000-04-01 | 2 | -15/+2 |
* | Get rid of the "Find Frame" and "Go To Frame" items under "Display"; we | Guy Harris | 2000-03-29 | 1 | -5/+1 |
* | Add getopt.c (from GNU libc) for use on Win32. | Gilbert Ramirez | 2000-03-28 | 1 | -7/+5 |
* | Ralf Schneider's change to boost the maximum size of a line in the | Guy Harris | 2000-03-28 | 1 | -3/+5 |
* | Give the entry box in the "Find Frame" and "Go To Frame" dialog boxes | Guy Harris | 2000-03-15 | 2 | -2/+8 |
* | We already set the foreground and background color for every frame, | Guy Harris | 2000-03-08 | 1 | -2/+7 |
* | Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and to | Guy Harris | 2000-03-02 | 6 | -130/+74 |
* | Use the "destroy" signal on a packet popup window to find out when to | Guy Harris | 2000-03-01 | 1 | -12/+9 |
* | Jeff Foster's changes, with my additions, to allow the user to pop up a | Guy Harris | 2000-02-29 | 10 | -104/+570 |
* | Add "Resolve Name" item in detailed tree popup. | Laurent Deniel | 2000-02-20 | 3 | -3/+17 |
* | Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements. | Gilbert Ramirez | 2000-02-17 | 1 | -20/+22 |
* | When exiting Ethereal, don't just unlink any temporary capture file, | Guy Harris | 2000-02-13 | 1 | -7/+9 |
* | Update the Win32 Nmakefiles to reflect the move of the color code into | Guy Harris | 2000-02-12 | 1 | -0/+2 |
* | Remove some unnecessary includes from "gtk/color_dlg.c" and | Guy Harris | 2000-02-12 | 2 | -5/+3 |
* | Split the color manipulation stuff into "color_dlg.[ch]", containing the | Guy Harris | 2000-02-12 | 6 | -1088/+1163 |
* | The color stuff is almost completely toolkit-dependent (this isn't just | Guy Harris | 2000-02-12 | 3 | -1/+1463 |
* | Move the declarations of the routines in "gtk/file_dlg.c" out of | Guy Harris | 2000-02-12 | 5 | -12/+42 |
* | Make the routines internal to the filter-editing dialog box static. | Guy Harris | 2000-02-12 | 9 | -41/+46 |
* | Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap | Gilbert Ramirez | 2000-02-09 | 2 | -2/+7 |
* | Update Makefiles for win32. Move local configuration to config.nmake, | Gilbert Ramirez | 2000-02-09 | 1 | -4/+2 |
* | Code changes, but not Makefile changes, for enabling plugins for Win32. | Gilbert Ramirez | 2000-02-07 | 1 | -7/+23 |
* | Remove instances of getenv("HOME") and provide a get_home_dir() function | Gilbert Ramirez | 2000-01-29 | 2 | -9/+10 |
* | I forgot to toggle the data_out_file "semaphore" (well, we us it like one) | Gilbert Ramirez | 2000-01-29 | 1 | -1/+2 |
* | Fix the File|Open menu problem for builds w/o pcap (aka, win32 builds). | Gilbert Ramirez | 2000-01-25 | 1 | -1/+3 |
* | Add an include of "../menu.h" to fix a win32 build break. | Gilbert Ramirez | 2000-01-25 | 1 | -1/+2 |
* | Enable File|Open menu item when Ethereal is started with no "-r" option. | Gilbert Ramirez | 2000-01-25 | 1 | -1/+5 |
* | Provide a "get_dirname()" routine, that takes a pathname and returns | Guy Harris | 2000-01-25 | 2 | -22/+46 |
* | Use "get_basename()" rather than finding the last component of "argv[0]" | Guy Harris | 2000-01-25 | 1 | -6/+2 |
* | If we open a file, and immediately try to open another file while the first | Gerald Combs | 2000-01-25 | 1 | -1/+2 |
* | Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. Setting | Gerald Combs | 2000-01-25 | 1 | -1/+6 |
* | Set a fixed-width font for win32. | Gilbert Ramirez | 2000-01-24 | 1 | -2/+7 |
* | Add spaces to the usage message, to match what was done to the Tethereal | Guy Harris | 2000-01-24 | 1 | -9/+10 |
* | Include the "-D" flag in the usage message. | Guy Harris | 2000-01-24 | 1 | -2/+2 |
* | Heikki Vatiainen's patch to add a flag to control whether to interpret | Guy Harris | 2000-01-24 | 2 | -3/+22 |
* | Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine the | Guy Harris | 2000-01-18 | 1 | -4/+5 |
* | Put into the "Capture Preferences" dialog box a check box to control | Guy Harris | 2000-01-18 | 1 | -10/+20 |
* | Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leave | Guy Harris | 2000-01-18 | 1 | -4/+5 |