| Commit message (Expand) | Author | Age | Files | Lines |
* | name change | Ronnie Sahlberg | 2006-05-21 | 196 | -379/+379 |
* | Clean up indentation. | Guy Harris | 2006-05-15 | 1 | -28/+28 |
* | Removal of useless "Field Information" introduced in r18125 | Graeme Lunt | 2006-05-11 | 3 | -42/+0 |
* | From Greg Morris: | Anders Broman | 2006-05-11 | 5 | -11/+80 |
* | "Field Information" context menu item that will bring up a web page reference... | Graeme Lunt | 2006-05-10 | 3 | -0/+40 |
* | pass the correct hf filter name for the opcode field when we create the srt t... | Ronnie Sahlberg | 2006-05-09 | 1 | -1/+5 |
* | From Irene: Fix wrong display of SACKs. | Michael Tüxen | 2006-05-09 | 1 | -12/+25 |
* | some minor fixes to the Preferences tooltip texts | Ulf Lamping | 2006-05-06 | 2 | -12/+11 |
* | update the itl structure so that it sets the cmdset field to the current comm... | Ronnie Sahlberg | 2006-05-05 | 1 | -1/+1 |
* | From Greg Morris: | Anders Broman | 2006-05-04 | 3 | -266/+584 |
* | From Paolo Abeni: | Anders Broman | 2006-05-03 | 1 | -4/+4 |
* | Add newlines to the ends of the files. | Guy Harris | 2006-05-02 | 1 | -1/+1 |
* | Fix for bug 887. Use the right function to set the window position. | Jaap Keuter | 2006-05-01 | 1 | -0/+6 |
* | Handle the case where we *can't* determine the pathname in which to find | Guy Harris | 2006-05-01 | 2 | -3/+14 |
* | Get rid of extra semicolon - GCC warns that ISO C doesn't allow it. | Guy Harris | 2006-04-30 | 1 | -1/+1 |
* | Add "file_dlg.h" to declare "set_last_open_dir()". | Guy Harris | 2006-04-30 | 1 | -0/+3 |
* | Include <errno.h> to get errnos. | Guy Harris | 2006-04-30 | 1 | -0/+3 |
* | See whether <stdio.h> will get EISDIR defined. | Guy Harris | 2006-04-30 | 1 | -2/+0 |
* | We use stuff from dlg_utils.h. | Guy Harris | 2006-04-30 | 1 | -2/+0 |
* | We need <gdk/gdkkeysyms.h> to define GDK_VoidSymbol. | Guy Harris | 2006-04-30 | 1 | -2/+0 |
* | Move the file selection dialog routines to file_dlg.c, and give it a | Guy Harris | 2006-04-30 | 19 | -371/+493 |
* | Fix the idempotent-include #define. | Guy Harris | 2006-04-29 | 1 | -2/+2 |
* | Most of the stuff in file_dlg.c is specific to capture files, so rename | Guy Harris | 2006-04-29 | 15 | -20/+20 |
* | Fetch a combobox control handle before we try to use it. Add some needed | Gerald Combs | 2006-04-28 | 1 | -11/+6 |
* | From Martin Mathieson: | Anders Broman | 2006-04-27 | 1 | -1/+1 |
* | Properly set our export file name before we try to use it. Fixes bug 894. | Gerald Combs | 2006-04-26 | 1 | -1/+1 |
* | Workaround for bug 852. Force a line break so that the text view d... | Jaap Keuter | 2006-04-26 | 1 | -2/+13 |
* | rename some value_Strings from ..._val to ..._vals | Ronnie Sahlberg | 2006-04-25 | 1 | -3/+3 |
* | WinPcap 3.2 beta 1 (3, 2, 0, 29) seems to be working with the packet.dll, so ... | Ulf Lamping | 2006-04-25 | 1 | -1/+2 |
* | various changes: | Ulf Lamping | 2006-04-25 | 1 | -59/+283 |
* | bugifx (should be copied to the 1.0 trunk): don't crash, if the interface har... | Ulf Lamping | 2006-04-25 | 1 | -0/+6 |
* | remove a debugging printf | Ronnie Sahlberg | 2006-04-24 | 1 | -2/+0 |
* | SCSI Service Response Time Staistics | Ronnie Sahlberg | 2006-04-24 | 2 | -0/+424 |
* | Column list pointer became invalid when element was removed from list. Fixes ... | Jaap Keuter | 2006-04-24 | 1 | -1/+2 |
* | From Miha Jemec: | Anders Broman | 2006-04-24 | 6 | -0/+1342 |
* | Make some /******...*/ lines less wide: They make svn-diffs on the web page | Jörg Mayer | 2006-04-24 | 1 | -7/+8 |
* | add various OID's and a value_string for all of them | Ulf Lamping | 2006-04-22 | 1 | -20/+233 |
* | as I've experienced a scrollbar again while having 7 interfaces, I've tried t... | Ulf Lamping | 2006-04-22 | 1 | -1/+2 |
* | the "Generic dialup adapter" interface doesn't support any OID's at all, exte... | Ulf Lamping | 2006-04-22 | 1 | -4/+49 |
* | add a new tab with TCP/IP offloading capabilities | Ulf Lamping | 2006-04-22 | 1 | -8/+335 |
* | From Irene: Fix a bug when searching for an assoc. | Michael Tüxen | 2006-04-21 | 1 | -6/+8 |
* | updates to get the fc and scsi dissectors | Ronnie Sahlberg | 2006-04-21 | 2 | -0/+2 |
* | fix help button settings | Ulf Lamping | 2006-04-20 | 1 | -3/+3 |
* | add a Help button to the Preferences dialog | Ulf Lamping | 2006-04-20 | 1 | -2/+13 |
* | fix a very minor bug if ETHEREAL_EUG_DIR is set (which is barely the case) | Ulf Lamping | 2006-04-20 | 1 | -1/+1 |
* | if HHC_DIR is defined in config.nmake, use the Win32 HTMLHELP system (using t... | Ulf Lamping | 2006-04-20 | 3 | -27/+75 |
* | add a help button to the "Follow TCP Stream" dialog (and use standard button ... | Ulf Lamping | 2006-04-20 | 4 | -16/+27 |
* | rename hte itlq structures to itlq | Ronnie Sahlberg | 2006-04-20 | 1 | -2/+2 |
* | fix capitalization to follow GNOME HIG | Ulf Lamping | 2006-04-17 | 2 | -4/+4 |
* | bugfix: don't crash with a Null pointer exception, if the open file preview t... | Ulf Lamping | 2006-04-14 | 1 | -8/+12 |