aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* From Alejandro Vaquero:Lars Roland2005-02-018-0/+3427
* Mark unused arguments as such.Guy Harris2005-01-291-1/+1
* Add a new menu item "View/Resize Columns" to, well, resize columns. As this m...Ulf Lamping2005-01-293-2/+83
* We use the range utilities regardless of whether we're built withGuy Harris2005-01-271-1/+1
* Fix a problem with building with libpcap disabled.Guy Harris2005-01-271-3/+5
* if context menu item "Print" is clicked from the packet list context menu, it...Ulf Lamping2005-01-243-3/+25
* first proposal: try to rearrange context menus to be more context relevantUlf Lamping2005-01-221-49/+49
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-2019-143/+365
* while I'm at it, add another packet details context menu item, which will lin...Ulf Lamping2005-01-193-0/+37
* added the "Online Protocol Info" to the packet details context menu with a si...Ulf Lamping2005-01-182-7/+50
* Squelch compiler warnings about unused parameters.Guy Harris2005-01-171-1/+1
* add first implementation of context relevant calls to the protocol specific w...Ulf Lamping2005-01-173-4/+43
* Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris2005-01-163-3/+3
* Use a more descriptive name, if available, for the network interface inGuy Harris2005-01-161-37/+17
* Recently the capture interface name was added to the title of the capture inf...Ulf Lamping2005-01-151-1/+35
* From Laurent Rabret: handle the cases where there's no capture file, orGuy Harris2005-01-147-20/+39
* Add a missing case.Guy Harris2005-01-131-0/+1
* Make the version and library information in the about box copy-and-paste-ableGerald Combs2005-01-031-9/+10
* Cast the values passed to the <ctype.h> macros so as to avoidGuy Harris2005-01-021-1/+1
* Add casts of OBJECT_SET_DATA() arguments in cases where that'sGuy Harris2005-01-012-20/+22
* Don't explicitly cast the last argument to OBJECT_SET_DATA() toGuy Harris2005-01-011-2/+2
* Cast away the constness of the geom_name argument toGuy Harris2005-01-011-2/+2
* The right way to check whether a pointer is null and get a Boolean is toGuy Harris2005-01-013-11/+11
* Make the signatures of functions passed to "register_tap_listener()"Guy Harris2005-01-0127-173/+197
* Throw in a cast to squelch an (unavoidable, and probably harmless -Guy Harris2005-01-011-1/+1
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-0122-168/+145
* In column sort routines, make the row pointers "const" pointers, as theGuy Harris2004-12-318-16/+16
* "gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris2004-12-3110-43/+43
* Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris2004-12-311-1/+1
* Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris2004-12-301-1/+1
* Change a function name in preparation for genereating H.245 and H.225 dissect...Anders Broman2004-12-301-1/+1
* Fix some cut-and-pasteos.Guy Harris2004-12-301-2/+2
* Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris2004-12-302-36/+19
* From Albert Chin: not all compilers support a comma after the last valueGuy Harris2004-12-291-1/+2
* From Albert Chin: "config.h" should always be included first first whenGuy Harris2004-12-291-0/+4
* move global capture_child flag into capture_optionsUlf Lamping2004-12-293-14/+11
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-295-141/+150
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-2910-18/+18
* some code cleanup (comments changed)Ulf Lamping2004-12-281-1/+1
* Again, some warnings removed.Ulf Lamping2004-12-272-6/+6
* show a simple_dialog, if we use glib 1.x and trying to open a webbrowser (not...Ulf Lamping2004-12-231-0/+6
* Change the RCS ID - it's not getting expanded when it's "$Id $".Guy Harris2004-12-222-5/+5
* From Brett Kuskie: recalculate the ranges every time an export dialog isGuy Harris2004-12-221-15/+15
* Giles Scott: Add Wlan tapJörg Mayer2004-12-213-0/+180
* Don't start up a splash screen if "-G" is specified, even if we weren'tGuy Harris2004-12-171-6/+18
* Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris2004-12-108-25/+25
* Don't ethclist.h in main.c, when we don't need it.Lars Roland2004-12-021-0/+2
* We don't use our own clist for GTK+ 1.3[.x], either.Guy Harris2004-12-021-1/+1
* From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris2004-12-026-9/+68
* From Francisco Alcoba: handle inverted time stamps without hanging.Guy Harris2004-12-021-2/+13