| Commit message (Expand) | Author | Age | Files | Lines |
* | From Alejandro Vaquero: | Lars Roland | 2005-02-01 | 8 | -0/+3427 |
* | Mark unused arguments as such. | Guy Harris | 2005-01-29 | 1 | -1/+1 |
* | Add a new menu item "View/Resize Columns" to, well, resize columns. As this m... | Ulf Lamping | 2005-01-29 | 3 | -2/+83 |
* | We use the range utilities regardless of whether we're built with | Guy Harris | 2005-01-27 | 1 | -1/+1 |
* | Fix a problem with building with libpcap disabled. | Guy Harris | 2005-01-27 | 1 | -3/+5 |
* | if context menu item "Print" is clicked from the packet list context menu, it... | Ulf Lamping | 2005-01-24 | 3 | -3/+25 |
* | first proposal: try to rearrange context menus to be more context relevant | Ulf Lamping | 2005-01-22 | 1 | -49/+49 |
* | add some more online help functionality and help buttons at various dialog bo... | Ulf Lamping | 2005-01-20 | 19 | -143/+365 |
* | while I'm at it, add another packet details context menu item, which will lin... | Ulf Lamping | 2005-01-19 | 3 | -0/+37 |
* | added the "Online Protocol Info" to the packet details context menu with a si... | Ulf Lamping | 2005-01-18 | 2 | -7/+50 |
* | Squelch compiler warnings about unused parameters. | Guy Harris | 2005-01-17 | 1 | -1/+1 |
* | add first implementation of context relevant calls to the protocol specific w... | Ulf Lamping | 2005-01-17 | 3 | -4/+43 |
* | Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the code | Guy Harris | 2005-01-16 | 3 | -3/+3 |
* | Use a more descriptive name, if available, for the network interface in | Guy Harris | 2005-01-16 | 1 | -37/+17 |
* | Recently the capture interface name was added to the title of the capture inf... | Ulf Lamping | 2005-01-15 | 1 | -1/+35 |
* | From Laurent Rabret: handle the cases where there's no capture file, or | Guy Harris | 2005-01-14 | 7 | -20/+39 |
* | Add a missing case. | Guy Harris | 2005-01-13 | 1 | -0/+1 |
* | Make the version and library information in the about box copy-and-paste-able | Gerald Combs | 2005-01-03 | 1 | -9/+10 |
* | Cast the values passed to the <ctype.h> macros so as to avoid | Guy Harris | 2005-01-02 | 1 | -1/+1 |
* | Add casts of OBJECT_SET_DATA() arguments in cases where that's | Guy Harris | 2005-01-01 | 2 | -20/+22 |
* | Don't explicitly cast the last argument to OBJECT_SET_DATA() to | Guy Harris | 2005-01-01 | 1 | -2/+2 |
* | Cast away the constness of the geom_name argument to | Guy Harris | 2005-01-01 | 1 | -2/+2 |
* | The right way to check whether a pointer is null and get a Boolean is to | Guy Harris | 2005-01-01 | 3 | -11/+11 |
* | Make the signatures of functions passed to "register_tap_listener()" | Guy Harris | 2005-01-01 | 27 | -173/+197 |
* | Throw in a cast to squelch an (unavoidable, and probably harmless - | Guy Harris | 2005-01-01 | 1 | -1/+1 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 22 | -168/+145 |
* | In column sort routines, make the row pointers "const" pointers, as the | Guy Harris | 2004-12-31 | 8 | -16/+16 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | Guy Harris | 2004-12-31 | 10 | -43/+43 |
* | Make the "col_data" field in a "column_info" structure a pointer to an | Guy Harris | 2004-12-31 | 1 | -1/+1 |
* | Make the "col_data" field in a "column_info" structure a pointer to an | Guy Harris | 2004-12-30 | 1 | -1/+1 |
* | Change a function name in preparation for genereating H.245 and H.225 dissect... | Anders Broman | 2004-12-30 | 1 | -1/+1 |
* | Fix some cut-and-pasteos. | Guy Harris | 2004-12-30 | 1 | -2/+2 |
* | Add a "get_addr_name()" routine that takes an "address *" and attempts | Guy Harris | 2004-12-30 | 2 | -36/+19 |
* | From Albert Chin: not all compilers support a comma after the last value | Guy Harris | 2004-12-29 | 1 | -1/+2 |
* | From Albert Chin: "config.h" should always be included first first when | Guy Harris | 2004-12-29 | 1 | -0/+4 |
* | move global capture_child flag into capture_options | Ulf Lamping | 2004-12-29 | 3 | -14/+11 |
* | Don't use a global capture_opts in the capturing engine (this isn't a good id... | Ulf Lamping | 2004-12-29 | 5 | -141/+150 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 10 | -18/+18 |
* | some code cleanup (comments changed) | Ulf Lamping | 2004-12-28 | 1 | -1/+1 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-27 | 2 | -6/+6 |
* | show a simple_dialog, if we use glib 1.x and trying to open a webbrowser (not... | Ulf Lamping | 2004-12-23 | 1 | -0/+6 |
* | Change the RCS ID - it's not getting expanded when it's "$Id $". | Guy Harris | 2004-12-22 | 2 | -5/+5 |
* | From Brett Kuskie: recalculate the ranges every time an export dialog is | Guy Harris | 2004-12-22 | 1 | -15/+15 |
* | Giles Scott: Add Wlan tap | Jörg Mayer | 2004-12-21 | 3 | -0/+180 |
* | Don't start up a splash screen if "-G" is specified, even if we weren't | Guy Harris | 2004-12-17 | 1 | -6/+18 |
* | Get rid of C++/C99-style comments - not all C compilers accept them. | Guy Harris | 2004-12-10 | 8 | -25/+25 |
* | Don't ethclist.h in main.c, when we don't need it. | Lars Roland | 2004-12-02 | 1 | -0/+2 |
* | We don't use our own clist for GTK+ 1.3[.x], either. | Guy Harris | 2004-12-02 | 1 | -1/+1 |
* | From Nathan Jennings: add a preference that supplies a prefix for window | Guy Harris | 2004-12-02 | 6 | -9/+68 |
* | From Francisco Alcoba: handle inverted time stamps without hanging. | Guy Harris | 2004-12-02 | 1 | -2/+13 |