| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. | Gilbert Ramirez | 2000-11-22 | 1 | -2/+2 |
* | Add a "color.h" file that declares a nominally-toolkit-independent | Guy Harris | 2000-11-21 | 1 | -5/+14 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -9/+11 |
* | Add a fourth choice of time format in the packet list display, which | Guy Harris | 2000-11-01 | 1 | -2/+4 |
* | Move declaration of wsaData (for Win32) out of HAVE_LIBPCAP #ifdef block. | Gilbert Ramirez | 2000-10-27 | 1 | -2/+7 |
* | Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header | Gilbert Ramirez | 2000-10-20 | 1 | -1/+2 |
* | Give libethereal its own configuration file, and have that configuration | Guy Harris | 2000-10-16 | 1 | -2/+2 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -3/+5 |
* | Add a "-p" command-line option, and a checkbox in the "Capture | Guy Harris | 2000-09-15 | 1 | -3/+11 |
* | Corrected startup // shutdown of windows sockets to allow name resolution to ... | Graham Bloice | 2000-09-14 | 1 | -1/+12 |
* | "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as it | Guy Harris | 2000-09-09 | 1 | -5/+5 |
* | Redraw: | Guy Harris | 2000-09-08 | 1 | -7/+4 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 1 | -3/+5 |
* | If the default build-in fonts are not found, use the "6x13" fonts | Laurent Deniel | 2000-08-23 | 1 | -1/+3 |
* | Remove the -D option. | Laurent Deniel | 2000-08-23 | 1 | -5/+2 |
* | Do not display "Text (text)" (i.e. FT_TEXT_ONLY) for unfilterable | Laurent Deniel | 2000-08-22 | 1 | -2/+2 |
* | Add a help context identifier for the status bar. | Laurent Deniel | 2000-08-22 | 1 | -2/+24 |
* | Add "Colors..." button in GUI preferences. | Laurent Deniel | 2000-08-22 | 1 | -1/+13 |
* | Put "-t <time stamp format>" back into the usage message for Ethereal | Guy Harris | 2000-08-22 | 1 | -2/+2 |
* | Add prefs.gui_marked_[fb]g color preferences for the | Laurent Deniel | 2000-08-21 | 1 | -4/+3 |
* | Add some menu items related to the "frame mark" feature in | Laurent Deniel | 2000-08-21 | 1 | -11/+43 |
* | Frames in the packet list can now be marked by the user using | Laurent Deniel | 2000-08-21 | 1 | -1/+28 |
* | Make work better the (hexdump) popup menus. | Laurent Deniel | 2000-08-21 | 1 | -9/+10 |
* | Instead of each set of built-in preferences having "ok", "save", | Guy Harris | 2000-08-21 | 1 | -70/+21 |
* | "capture_child" isn't declared or defined if HAVE_LIBPCAP isn't defined; | Guy Harris | 2000-08-21 | 1 | -2/+6 |
* | Add a popup menu for the hexdump window. For now, it has only the | Laurent Deniel | 2000-08-20 | 1 | -1/+5 |
* | - do not issue the font warning if in the child process (used for real time | Laurent Deniel | 2000-08-20 | 1 | -9/+13 |
* | When the Win32 GTK+ constructs fake XLFD names for Windows fonts, it | Guy Harris | 2000-08-20 | 1 | -1/+2 |
* | Remove references to the "-b" option from the usage messages, as that | Guy Harris | 2000-08-20 | 1 | -11/+10 |
* | Instead of having the normal-weight and bold fonts set separately, | Guy Harris | 2000-08-20 | 1 | -17/+86 |
* | It was silly of me to require that "forget_scrolled_window()" be called | Guy Harris | 2000-08-17 | 1 | -3/+10 |
* | In "set_plist_sel_browse()", don't unselect the current packet if the | Guy Harris | 2000-08-15 | 1 | -1/+24 |
* | Implements the "Properties" menu item which displays the preferences window | Laurent Deniel | 2000-08-15 | 1 | -1/+4 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -6/+7 |
* | Arrange that filter dialog boxes have an "Apply" button only if one can | Guy Harris | 2000-08-05 | 1 | -2/+4 |
* | Add a "Save As" feature to the TCP Follow dialogue, to save the stream | Gilbert Ramirez | 2000-08-03 | 1 | -436/+1 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -5/+5 |
* | Turn the code of "colorize_packet()" into a static routine that is given | Guy Harris | 2000-07-09 | 1 | -1/+6 |
* | Add support for a global "ethereal.conf" preferences file, stored in the | Guy Harris | 2000-07-05 | 1 | -28/+50 |
* | Note, in a comment, that "gtk_set_locale()" sets the C-language locale. | Guy Harris | 2000-07-05 | 1 | -2/+3 |
* | Remove the progress bar from the status line, and, instead, for any | Guy Harris | 2000-07-03 | 1 | -7/+3 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -26/+51 |
* | Get rid of a debugging fprintf. | Guy Harris | 2000-06-27 | 1 | -2/+1 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -75/+76 |
* | Write and read the temporary file for "Follow TCP Stream" as a binary | Guy Harris | 2000-06-24 | 1 | -3/+3 |
* | Changes from Graham Bloice to support "Update list of packets in real | Guy Harris | 2000-06-15 | 1 | -2/+19 |
* | Add gtk_set_locale() as recommended by | Gilbert Ramirez | 2000-06-05 | 1 | -1/+6 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -10/+1 |
* | Graham Bloice's changes to make clicking on a column header cause the | Guy Harris | 2000-05-10 | 1 | -2/+68 |
* | On Win32, build Ethereal as a Windows-subsystem program rather than a | Guy Harris | 2000-04-14 | 1 | -1/+22 |