aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-02-04remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping3-3/+9
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping40-117/+121
2005-02-04(some) redesign of capture data structures.Ulf Lamping3-3/+4
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-2/+3
2005-02-03From Francisco Alcoba:Anders Broman1-0/+46
2005-02-03add tooltips to the dialogs radio buttonsUlf Lamping1-1/+7
2005-02-02Writing the raw data of a TCP stream to a file isn't printing it, soGuy Harris1-36/+81
2005-02-02Get rid of an unused typedef.Guy Harris4-9/+0
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.Guy Harris4-6/+6
2005-02-02Don't assume that the only blank filter expression is empty - check forGuy Harris1-28/+30
2005-02-02from chris eagleRonnie Sahlberg1-56/+94
2005-02-02Make sure "comment" is set.Guy Harris1-7/+5
2005-02-02Clean up white space.Guy Harris1-11/+7
2005-02-02"filter_string_fwd" is assigned a "const" pointer, so make it a "const"Guy Harris1-1/+1
2005-02-02for VoIP Call Analysis:Lars Roland6-116/+143
2005-02-01add packet-sdp.hLars Roland1-1/+1
2005-02-01From Alejandro Vaquero:Lars Roland8-0/+3427
2005-01-29Mark unused arguments as such.Guy Harris1-1/+1
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