| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround for bug 852. Force a line break so that the text view d... | Jaap Keuter | 2006-04-26 | 1 | -2/+13 |
* | add a help button to the "Follow TCP Stream" dialog (and use standard button ... | Ulf Lamping | 2006-04-20 | 1 | -15/+19 |
* | fix capitalization to follow GNOME HIG | Ulf Lamping | 2006-04-17 | 1 | -2/+2 |
* | Add tempfile.h to the list of headeer files. That was the problem, not | Guy Harris | 2006-02-13 | 1 | -1/+1 |
* | Look for "tempfile.h" in the top-level directory. | Guy Harris | 2006-02-12 | 1 | -1/+1 |
* | Move create_tempfile() to tempfile.c out of util.c. This means dumpcap | Guy Harris | 2006-02-12 | 1 | -1/+1 |
* | Peter Kjellerstedt: | Jörg Mayer | 2006-02-07 | 1 | -0/+8 |
* | Jaap Keuter: | Jörg Mayer | 2006-01-03 | 1 | -0/+1 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -9/+7 |
* | Add a "register_dfilter_stat()", to register stats that take a display | Guy Harris | 2005-08-21 | 1 | -1/+0 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Move the APIs for registering and processing "-z" command-line arguments | Guy Harris | 2005-08-19 | 1 | -1/+1 |
* | Move the following files from /trunk to /trunk/epan: | Lars Roland | 2005-02-09 | 1 | -1/+1 |
* | add tooltips to the dialogs radio buttons | Ulf Lamping | 2005-02-03 | 1 | -1/+7 |
* | Writing the raw data of a TCP stream to a file isn't printing it, so | Guy Harris | 2005-02-02 | 1 | -36/+81 |
* | from chris eagle | Ronnie Sahlberg | 2005-02-02 | 1 | -56/+94 |
* | Cast the values passed to the <ctype.h> macros so as to avoid | Guy Harris | 2005-01-02 | 1 | -1/+1 |
* | Don't redisplay the "Follow TCP Stream" window on every toggle event for | Guy Harris | 2004-11-16 | 1 | -15/+25 |
* | Move various tables into the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | Move the stuff to handle ASCII <-> EBCDIC conversions to | Guy Harris | 2004-09-10 | 1 | -0/+1 |
* | From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an | Guy Harris | 2004-08-06 | 1 | -1/+1 |
* | Make some generic print routines that take, as an argument, a pointer to | Guy Harris | 2004-07-25 | 1 | -57/+69 |
* | Have "gtk/color_utils.c" contain routines with toolkit-independent APIs, | Guy Harris | 2004-07-24 | 1 | -1/+1 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | In the GTK+ code, move the redefinition of "isprint()" to | Guy Harris | 2004-07-09 | 1 | -1/+3 |
* | The patch to fix the race condition introduced by using tmpnam replaced | Jörg Mayer | 2004-06-29 | 1 | -2/+2 |
* | tmpnam() really should not be used for security reasons. | Jörg Mayer | 2004-06-25 | 1 | -2/+2 |
* | move font related stuff to new file font_utils.c/.h | Ulf Lamping | 2004-06-17 | 1 | -4/+4 |
* | add details for doxygen, various code cleanups as a result of this | Ulf Lamping | 2004-06-01 | 1 | -7/+2 |
* | enable postcript printing if selected in prefs, | Ulf Lamping | 2004-05-27 | 1 | -24/+35 |
* | bugfixes: fixed printing on win32, | Ulf Lamping | 2004-05-27 | 1 | -50/+84 |
* | bugfix: don't try to destroy a window, when it's already being destroyed | Ulf Lamping | 2004-05-27 | 1 | -2/+1 |
* | Don't compile in "follow_save_as_destroy_cb()" for GTK+ 2.4 and later, | Guy Harris | 2004-05-26 | 1 | -1/+5 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -30/+22 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -2/+2 |
* | From Lars Roland: add support for building a libethereal.dll with MSVC: | Guy Harris | 2004-05-09 | 1 | -3/+3 |
* | Part 2 of Ulf's print update. | Olivier Biot | 2004-04-21 | 1 | -2/+2 |
* | Make the hex dump byte counter a guint32, so that we don't wrap prematurely. | Gerald Combs | 2004-04-09 | 1 | -11/+11 |
* | Make "file_selection_new()" take as its second argument an | Guy Harris | 2004-03-29 | 1 | -23/+10 |
* | Use the new GtkFileChooserDialog when built with gtk+ 2.4 | Olivier Abad | 2004-03-27 | 1 | -48/+75 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -9/+5 |
* | various string related changes | Ulf Lamping | 2004-03-13 | 1 | -7/+10 |
* | Get rid of a debugging printf. | Guy Harris | 2004-02-25 | 1 | -2/+1 |
* | Add a "force" argument to "filter_packets()" and | Guy Harris | 2004-02-23 | 1 | -4/+7 |
* | statistics menu redesigned, now looking more like the former menu, | Ulf Lamping | 2004-02-23 | 1 | -18/+1 |
* | some changes to the dialog layout and added some tooltips | Ulf Lamping | 2004-02-22 | 1 | -30/+54 |
* | Redesigned the menu structure of the former statistics stuff, | Ulf Lamping | 2004-02-22 | 1 | -1/+20 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -10/+8 |