aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-21The top-level window's list of capture filter expressions might not yetGuy Harris1-1/+2
2004-10-17From Alejandro Vaquero: in the RTP analysis code, don't analyze packetsGuy Harris1-0/+11
2004-10-17When merging, default to the current file format as the output format.Guy Harris1-0/+3
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beGuy Harris2-16/+35
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris1-2/+3
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris5-16/+83
2004-10-16Make the nranges member of a range_t be the number of ranges, not theGuy Harris1-7/+8
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-0/+63
2004-10-14Fix bugs to get it working on gtk1 and gtk2.Michael Tüxen1-56/+33
2004-10-12Support PPID and port number based selection for SCTP. From Irene Ruengeler.Michael Tüxen1-11/+221
2004-10-12fix a bug reported by venkata sandeep: capture->start->capture files dialog b...Ulf Lamping1-1/+1