aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-06-18include emem.hRonnie Sahlberg1-0/+1
2006-06-15From Martin Mathieson:Anders Broman1-2/+3
2006-06-14No // commentsJörg Mayer1-2/+2
2006-06-13Fix the signatures of find_next_mark_cb() and find_next_mark_cb() toGuy Harris1-2/+2
2006-06-12update of "Edit" menu:Ulf Lamping3-11/+48
2006-06-11Complete the parch from:Anders Broman1-1/+1
2006-06-08Radek Vokal <rvokal@redhat.com>:Jörg Mayer1-1/+2
2006-06-07Update the download link in the help dialog. More Ethereal -> Wireshark.Gerald Combs1-2/+2
2006-06-07Use the new capture icons.Gerald Combs1-4/+4
2006-06-06Ethereal -> WiresharkGerald Combs1-1/+1
2006-06-03Throw in a cast to work around the lack of a "const" in the signatureGuy Harris1-1/+2
2006-06-02"Wireshark - Network Protocol Analyzer" -> "Network Protocol Analyzer", as th...Ulf Lamping1-2/+2
2006-06-02eug_html_chunked -> wsug_html_chunkedUlf Lamping1-3/+3
2006-06-02eicon3d*.xpm -> wsicon*.xpmTomas Kukosa3-11/+11
2006-06-01From Cvetan Ivanov: Anders Broman1-1/+1
2006-05-31Add a new splash image.Gerald Combs1-2/+2
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs6-34/+34
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs6-7/+7
2006-05-31Fixes the handling of long term captures from a simulation tool.Michael Tüxen3-80/+235
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-30ethereal.nsi -> wireshark.nsiGerald Combs1-6/+6
2006-05-29Ethereal->WiresharkAnders Broman2-3/+3
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman30-318/+318
2006-05-22ethereal->wiresharkRonnie Sahlberg1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris78-245/+245
2006-05-21name changeRonnie Sahlberg196-379/+379
2006-05-15Clean up indentation.Guy Harris1-28/+28
2006-05-11Removal of useless "Field Information" introduced in r18125Graeme Lunt3-42/+0
2006-05-11From Greg Morris:Anders Broman5-11/+80
2006-05-10"Field Information" context menu item that will bring up a web page reference...Graeme Lunt3-0/+40
2006-05-09pass the correct hf filter name for the opcode field when we create the srt t...Ronnie Sahlberg1-1/+5
2006-05-09From Irene: Fix wrong display of SACKs.Michael Tüxen1-12/+25
2006-05-06some minor fixes to the Preferences tooltip textsUlf Lamping2-12/+11
2006-05-05update the itl structure so that it sets the cmdset field to the current comm...Ronnie Sahlberg1-1/+1
2006-05-04From Greg Morris:Anders Broman3-266/+584
2006-05-03From Paolo Abeni:Anders Broman1-4/+4
2006-05-02Add newlines to the ends of the files.Guy Harris1-1/+1
2006-05-01Fix for bug 887. Use the right function to set the window position.Jaap Keuter1-0/+6
2006-05-01Handle the case where we *can't* determine the pathname in which to findGuy Harris2-3/+14
2006-04-30Get rid of extra semicolon - GCC warns that ISO C doesn't allow it.Guy Harris1-1/+1
2006-04-30Add "file_dlg.h" to declare "set_last_open_dir()".Guy Harris1-0/+3
2006-04-30Include <errno.h> to get errnos.Guy Harris1-0/+3
2006-04-30See whether <stdio.h> will get EISDIR defined.Guy Harris1-2/+0
2006-04-30We use stuff from dlg_utils.h.Guy Harris1-2/+0
2006-04-30We need <gdk/gdkkeysyms.h> to define GDK_VoidSymbol.Guy Harris1-2/+0
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris19-371/+493
2006-04-29Fix the idempotent-include #define.Guy Harris1-2/+2
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris15-20/+20
2006-04-28Fetch a combobox control handle before we try to use it. Add some neededGerald Combs1-11/+6