aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-02make ethereal compile with --without-pcap configuration optionRonnie Sahlberg2-2/+5
2004-12-01From Francisco Alcoba:Guy Harris5-120/+204
2004-11-16Don't redisplay the "Follow TCP Stream" window on every toggle event forGuy Harris1-15/+25
2004-11-12Put the file name into the window title, so if you have more than one ofGuy Harris1-13/+26
2004-11-03When clearing the list, use "history_list", just in caseGuy Harris1-2/+3
2004-11-01first implementation of the packet history functionUlf Lamping9-14/+271
2004-10-30split capture_loop from capture.c, some more code cleanupUlf Lamping2-5/+5
2004-10-30move quit_after_cap into capture_optsUlf Lamping1-1/+2
2004-10-27Change some of the merge.c APIs to return more information on failure,Guy Harris2-47/+44
2004-10-27fix doxygen tagsUlf Lamping2-2/+2
2004-10-27fix doxygen generationUlf Lamping1-1/+1
2004-10-22Change some code that affects g_resolv_flags to set a flag if the checkGuy Harris2-5/+19