aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-06-07From Alejandro Vaquero:Anders Broman1-24/+17
2005-06-06Add an ifdef and "dont apply patch twice".Anders Broman3-187/+5
2005-06-06From Mike Duigou:Anders Broman3-0/+374
2005-06-06From Alejandro Vaquero:Anders Broman2-272/+402
2005-06-04fix #220: the automatic display of the vertical scrollbar at the packet list ...Ulf Lamping1-0/+8
2005-06-04update usage output and manual pages for both Ethereal and Tethereal to refle...Ulf Lamping1-15/+15
2005-06-03Update URLs and domain names that refer to the WinPcap site.Guy Harris2-2/+2
2005-05-31add new command line flag "-g", will go to a given packet, after loading a ca...Ulf Lamping1-1/+9
2005-05-30fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping1-2/+6
2005-05-30First part to fix #148: use command line parameter -o not only for preference...Ulf Lamping3-48/+184
2005-05-29clarify some recent file entry descriptionsUlf Lamping1-3/+7
2005-05-28prevent unused function warningUlf Lamping1-0/+2
2005-05-27GdKEventScroll is not available in GTK-1.2Ronnie Sahlberg1-1/+7
2005-05-26fix #203: the scroll event handler used an inappropriate implementation to ge...Ulf Lamping1-5/+10
2005-05-26show the complete filename in the statusbar, as there's no good reason to hid...Ulf Lamping1-14/+26
2005-05-26don't use stdout but stderr for logging, as this will confuse the capture chi...Ulf Lamping1-18/+6
2005-05-26avoid two gcc warningsUlf Lamping1-2/+3
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping1-9/+72
2005-05-25the capture child might not respond shortly after bringing it up (especially ...Ulf Lamping1-12/+21
2005-05-25Back out the two last changes by popular demand :)Anders Broman1-71/+3
2005-05-24Include "webbrowser.h" to declare "browser_open_url()".Guy Harris1-0/+1
2005-05-21don't crash if packet.dll is not available, add some more packet.dll version ...Ulf Lamping1-3/+18
2005-05-21as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...Ulf Lamping1-5/+56
2005-05-21From Javier Acuna:Anders Broman1-3/+70
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping6-3/+1294
2005-05-18insensitive context menu "Expand Subtrees" if no protocol field is currently ...Ulf Lamping2-5/+9
2005-05-18From Albert Chin:Anders Broman1-3/+3
2005-05-18fix #187: don't crash if using "Expand Subtrees" in an empty area, just do no...Ulf Lamping1-5/+9
2005-05-12If we have libpcap, include <pcap.h>, because "capture.h" requires it.Guy Harris1-1/+8
2005-05-11avoid a div-by-0 Ronnie Sahlberg1-1/+6
2005-05-07add icons for the "File Set" menu itemsUlf Lamping3-4/+22
2005-05-05Don't explicitly initialize "h245_labels", as it's hard to initializeGuy Harris1-1/+2
2005-05-05Fix a test (bug found by a compiler warning).Guy Harris1-1/+1
2005-05-03Base the assoc search on port/vtags only.Michael Tüxen1-4/+18
2005-05-02From Cvetan Ivanov:Gerald Combs1-1/+2
2005-05-02Fix a bug in counting DATA chunks.Michael Tüxen2-118/+119
2005-05-01Get rid of some debug code.Michael Tüxen1-42/+4
2005-05-01Editorial stuff.Michael Tüxen1-87/+85
2005-05-01Editorial stuffMichael Tüxen1-196/+218
2005-05-01Editorial stuff.Michael Tüxen1-12/+12
2005-05-01Editorial cleanupsMichael Tüxen1-3/+4
2005-05-01Editorial cleanups.Michael Tüxen1-247/+247
2005-04-30removed various gcc warningsUlf Lamping2-2/+2
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping9-2/+457
2005-04-27fix #117Ulf Lamping1-0/+10
2005-04-27fix bugzilla #110 (http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=110)Ulf Lamping1-0/+25
2005-04-27With the speedup changes to epan/proto.c the tree will be faked to only cont...Ronnie Sahlberg1-1/+1
2005-04-20increase the length of the field field from 30 to 50 characters so that hopef...Ronnie Sahlberg1-1/+1
2005-04-19fix some minor bugs with the current interface name:Ulf Lamping1-4/+10
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping5-58/+66