aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a ↵Ulf Lamping24-30/+25
long time) no longer part of the preferences dialog. svn path=/trunk/; revision=11436
2004-07-19Pull the address (and port and circuit type) stuff out ofGuy Harris2-6/+9
"epan/packet_info.h" and put it in "epan/address.h". Use the AT_ values from "epan/address.h" for address types in the interface lists rather than having our own FAM_ enums. svn path=/trunk/; revision=11427
2004-07-18 .cvsignore is deadJörg Mayer1-14/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2004-07-18If the pane separator positions are 0 (e.g., because this is GTK+Guy Harris1-3/+9
1.2[.x] and you can't get the positions), don't write them out, as they'll get errors when they're read back in. svn path=/trunk/; revision=11414
2004-07-18Add support for IPv6 addresses for interfaces.Guy Harris2-41/+46
svn path=/trunk/; revision=11411
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez37-39/+39
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Add some comments, and expand on a comment (if "pcap_stats()" returnsGuy Harris1-19/+43
counts since the last call, not since the beginning of the capture, on Windows, that's a bug - and that bug *does* exist on some UN*Xes). Clean up indentation. Use the minimum snapshot length, not the maximum snapshot length, when opening a network interface to keep track of how many packets are arriving on it (that might cause packet data to be discarded rather than buffering it, reducing the overhead of running all those captures from which we don't actually grab any packets. svn path=/trunk/; revision=11404
2004-07-18Not all interfaces have descriptions.Guy Harris1-4/+9
svn path=/trunk/; revision=11403
2004-07-18Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=11401
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris155-4247/+4247
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17add a new dialog box to menu "Capture/Interfaces..." to show the current ↵Ulf Lamping6-3541/+4110
state of the interfaces and a quick way to start a capture. added the IP address of the currently selected interface to the capture options dialog svn path=/trunk/; revision=11396
2004-07-17From Lars Ruoff: don't hardwire the RTP sampling clock rate to 8000Guy Harris1-1/+54
samples/second, determine it from the payload type for payload types with a known clock rate. svn path=/trunk/; revision=11390
2004-07-17From Martin Mathieson: if you create a new filter and cancel the "EditGuy Harris1-11/+32
Color Filter" dialog, remove the new filter from the list. svn path=/trunk/; revision=11389
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs2-8/+8
definition to Subversion. "svn info" prints out the last changed date of the repository, so we don't have to go hunting through "CVS/Entries" files anymore. svn path=/trunk/; revision=11379
2004-07-14As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()"Guy Harris1-7/+9
fails, as that means we aren't setting the font to the new value. svn path=/trunk/; revision=11376
2004-07-13Conversation/Endpoint list performance patch from Ian SchorrUlf Lamping2-15/+26
svn path=/trunk/; revision=11373
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris7-30/+58
display "Save", "Continue without Saving", and "Cancel", for the "do you want to save?" messages. svn path=/trunk/; revision=11372
2004-07-13From Pavel Kankovsky: the items pointed to by elements in the "text[]"Guy Harris1-3/+3
array are all "g_free()"d, so they have to be "g_malloc()"ed - instead of setting some to "", set them to "g_strdup("")". svn path=/trunk/; revision=11370
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-2/+2
don't present main window when closing dialogs on GTK2.4, as this might be a statistic window svn path=/trunk/; revision=11367
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #12):Ulf Lamping1-1/+4
present main window before closing the program, when asking to save the capture file first svn path=/trunk/; revision=11366
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-3/+9
GTK2.4 open directory doesn't go into last opened dir (this will affect all open file dialogs) svn path=/trunk/; revision=11365
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #10):Ulf Lamping1-2/+2
return FALSE for the recent files text entry, otherwise Ethereal will crash when selected this field and press Apply svn path=/trunk/; revision=11364
2004-07-10changed column headers, replaced e.g. "-> Packets" byUlf Lamping1-2/+2
"Packets A->B" to clarify behaviour svn path=/trunk/; revision=11362
2004-07-10changed column headers, don't talk of frames but of packetsUlf Lamping1-2/+2
svn path=/trunk/; revision=11361
2004-07-09In the GTK+ code, move the redefinition of "isprint()" toGuy Harris5-17/+51
"gtk/isprint.h", and include that in "follow_dlg.c" (which wasn't including "gtkglobals.h" and thus wasn't getting the redefinition) and "proto_draw.c" (which was including "gtkglobals.h" but now needs to include "isprint.h" as well). svn path=/trunk/; revision=11355
2004-07-09Don't allow non-positive values for the main window width and heightGuy Harris2-17/+60
values in the "recent" file. Also, check for syntax errors in numerical values. Set the main window height, as well as the main window width, to default values before we read in the values from the "recent" file. (Use non-positive values here if you want the default to be "don't set the geometry" - note that you can't set one to a positive value and the other one to a non-positive value and expect only one to be set; they *both* have to be positive in order for the size to be set.) Treat non-positive values for those settings in the "recent" structure as an indication that we don't have values from them and that we should therefore not set the window size. svn path=/trunk/; revision=11353
2004-07-09Don't show the splash screen if we've been passed the "-G" flag.Gerald Combs1-2/+2
svn path=/trunk/; revision=11351
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-14/+18
the "text vs. PostScript" choice. The "text vs. PostScript" choice should probably ultimately be done with a generic set of print methods, to handle various platform-native print mechanisms more cleanly (and perhaps the dialog box code for "export as {PDML,PSML}" should be separate from the "export as text"/"print" dialog). svn path=/trunk/; revision=11342
2004-07-07bugfix: preference related capture options shouldn't be set by preferences,Ulf Lamping1-13/+14
if Ethereal is running as a capture_child svn path=/trunk/; revision=11334
2004-07-07don't show webbrowser calling menu items, when using GLib 1.xUlf Lamping1-1/+4
svn path=/trunk/; revision=11333
2004-07-07remove doxygen output dir "html" on make cleanUlf Lamping1-2/+3
svn path=/trunk/; revision=11332
2004-07-07Realize the splash screen window right after creating it, rather thanGuy Harris1-7/+9
doing a "show all" followed by a "hide"; that way we don't get a tiny window that pops up briefly and disappears. Get rid of the additional positioning of the splash screen - "splash_window_new()" does that for us. Expand some comments. svn path=/trunk/; revision=11331
2004-07-07With GLib 1.2[.x], undefine MUST_LAUNCH_BROWSER_OURSELVES, so that weGuy Harris1-2/+11
say that we don't need a preference for the command to launch a browser (that preference won't make any difference). svn path=/trunk/; revision=11330
2004-07-07Get rid of the splash screen's title bar on GTK+ 1.2[.x] as well.Guy Harris3-10/+42
svn path=/trunk/; revision=11329
2004-07-06Make sure child processes don't create a splash screen. Make the verbs inGerald Combs2-15/+22
the splash screen messages present participles. svn path=/trunk/; revision=11321
2004-07-05from Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined,Ulf Lamping1-0/+2
include shellapi.h too svn path=/trunk/; revision=11315
2004-07-05beautify the splash screen a bit (increased border)Ulf Lamping1-2/+2
svn path=/trunk/; revision=11314
2004-07-04Declare "about_ethereal()" as "void", as it returns no value, and as GCCGuy Harris1-2/+2
warns that it's implicitly declared as "int" if you don't declare its return type. svn path=/trunk/; revision=11313
2004-07-04added a splash screen while Ethereal is startedUlf Lamping5-36/+157
svn path=/trunk/; revision=11310
2004-07-01Trivial warning fixes: () -> (void) and comma at end of enumJörg Mayer2-3/+3
svn path=/trunk/; revision=11296
2004-07-01Doxygen filenames changedJörg Mayer1-0/+2
svn path=/trunk/; revision=11293
2004-06-30From Martin Mathieson: Show number of detected streams in RTP Analysis windowAnders Broman1-30/+40
svn path=/trunk/; revision=11288
2004-06-30code cleanupUlf Lamping1-11/+11
svn path=/trunk/; revision=11285
2004-06-30bugfix to a bug reported by dave.nicoson@thomson.net:Ulf Lamping2-19/+116
if reopening the capture options dialog, use the same values as before and don't mess them caused by the units used. svn path=/trunk/; revision=11283
2004-06-30Include <unistd.h>, if available, to declare "close()".Guy Harris1-3/+5
svn path=/trunk/; revision=11278
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2-2/+12
<fcntl.h> is included, as <fcntl.h> doesn't define it. svn path=/trunk/; revision=11276
2004-06-30close temporary merge output file, if merging failedUlf Lamping2-2/+9
svn path=/trunk/; revision=11275
2004-06-29GTK2: convert character encoding from locale to UTF8Ulf Lamping1-2/+11
before displaying message svn path=/trunk/; revision=11274
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping2-25/+16
instead of giving the merge stuff a filename, give it an already opened file descriptor svn path=/trunk/; revision=11273