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