Commit graph

11053 commits

Author SHA1 Message Date
Guy Harris
9d45162794 GTK+ 1.2[.x] doesn't handle UTF-8 text, so do the "Authors" tab only
with GTK+ 1.3 and later.

If we're doing the "Authors" tab, include "text_page.h" to declare
"text_page_new()".

svn path=/trunk/; revision=10954
2004-05-22 07:32:11 +00:00
Guy Harris
76895c41b9 Put "make-authors-short.pl" into the release tarball.
Use it to generate the "AUTHORS-SHORT" file, put that file into the
release tarball, and install it in the data directory.

Add "AUTHORS-SHORT" to the .cvsignore file.

svn path=/trunk/; revision=10953
2004-05-22 07:24:28 +00:00
Guy Harris
c20c6ca58c Include "cvsversion.h" so we report the version correctly for builds
from CVS.

svn path=/trunk/; revision=10952
2004-05-22 04:46:13 +00:00
Guy Harris
ade058df51 Declare "text_page_new()" in a "gtk/text_page.h" header, rather than
embedding a declaration in "gtk/about_dlg.c".

Do the Authors page in the About dialog on UN*X as well as on Windows.

svn path=/trunk/; revision=10951
2004-05-22 04:25:57 +00:00
Guy Harris
88d2d10fb4 Don't put a newline at the end of the compiled-with version information
- we don't put it at the end of the run-time version information.

Add newlines into formats used with that information where appropriate
(the "About" dialog box already had a newline in the format).

svn path=/trunk/; revision=10950
2004-05-22 04:15:01 +00:00
Jörg Mayer
cdcf8c47fa Convert to UTF-8: iconv -f latin1 -t utf-8 AUTHORS >AUTHORS.utf-8
svn path=/trunk/; revision=10949
2004-05-21 23:18:51 +00:00
Jörg Mayer
185ca863cb Don't print empty lines follwing a }
svn path=/trunk/; revision=10948
2004-05-21 21:08:41 +00:00
Jörg Mayer
f499f30a84 Add a missing {
svn path=/trunk/; revision=10947
2004-05-21 21:07:28 +00:00
Ulf Lamping
f6e2b28e9d WIN32 only: add an "Authors" notebook tab, to show the content of
the AUTHORS-SHORT file

svn path=/trunk/; revision=10946
2004-05-21 17:35:43 +00:00
Ulf Lamping
64fa797077 install (and uninstall) AUTHORS-SHORT and COPYING files
svn path=/trunk/; revision=10945
2004-05-21 17:31:16 +00:00
Ulf Lamping
86246e6851 convert AUTHORS file to a shorter version (without the tasks done)
for the about dialog

svn path=/trunk/; revision=10944
2004-05-21 17:25:32 +00:00
Ronnie Sahlberg
d11a60de0d From Thomas Anders enhancements to PacketCable
svn path=/trunk/; revision=10943
2004-05-21 10:36:45 +00:00
Ulf Lamping
c58455e882 code cleanup (e.g. removed unused function parameters),
added new about page, showing the authors file (but still commented out)

svn path=/trunk/; revision=10942
2004-05-21 08:55:07 +00:00
Guy Harris
466ffc8977 Now that the "About" dialog box's code is in "gtk/about_dlg.c", move the
"create an About dialog" function's declaration to "gtk/about_dlg.h".

svn path=/trunk/; revision=10941
2004-05-21 08:44:45 +00:00
Guy Harris
ebbebf1705 GCC warns about zero-length format strings, presumably either because
not all *printf routines don't handle them or because there's no
advantage to using one rather than just copying a null string to the
target (the length-checking done by "snprintf"-style routines is useful
for a null string only if the target is zero-length, which it isn't in
this case).

Clean up indentation.

svn path=/trunk/; revision=10940
2004-05-21 06:39:25 +00:00
Guy Harris
4fe077ffe4 Make the XPM data an array of "const char *", to get rid of a compiler
warning.

svn path=/trunk/; revision=10939
2004-05-21 00:42:02 +00:00
Guy Harris
8f4a65ae86 Get rid of a no-longer-used variable.
svn path=/trunk/; revision=10938
2004-05-21 00:39:33 +00:00
Guy Harris
82051275a7 Include <string.h> to declare "strdup()".
svn path=/trunk/; revision=10937
2004-05-21 00:38:45 +00:00
Ulf Lamping
8c86ef340a split helper text page function into a generic and a help specific part,
so other files can use this functionality too

svn path=/trunk/; revision=10936
2004-05-21 00:27:56 +00:00
Ulf Lamping
65792fe9ae gtk_window_present() new dialog windows, to be sure they get on top
svn path=/trunk/; revision=10935
2004-05-21 00:25:04 +00:00
Guy Harris
6e014216a9 Tag unused parameters with _U_ to squelch GCC compiler warnings (they're
GTK+ callbacks so we don't get to change the calling sequence).

svn path=/trunk/; revision=10934
2004-05-21 00:18:46 +00:00
Ulf Lamping
83dfc924cd complete new layout of the summary dialog
svn path=/trunk/; revision=10933
2004-05-20 23:01:53 +00:00
Ulf Lamping
a33b2f4b0b simple_list_new(): hide title row, if titles == NULL
svn path=/trunk/; revision=10932
2004-05-20 22:57:21 +00:00
Guy Harris
9f05c2598f "datafile_dir" in "init_plugins()" is used regardless of whether we're
on Windows or UN*X - don't #ifdef it.

Clean up the #ifdefs in "get_plugins_global_dir()".

Clean up white space.

svn path=/trunk/; revision=10931
2004-05-20 22:37:45 +00:00
Ulf Lamping
5719e84c96 beautify the "About Ethereal" page, put plugin list into the dialog
svn path=/trunk/; revision=10930
2004-05-20 18:23:38 +00:00
Ulf Lamping
15ca5af040 as it's difficult to create a list widget for both supported GTK versions,
I've started to implement a simple list to hide the complexity

svn path=/trunk/; revision=10929
2004-05-20 18:18:12 +00:00
Ulf Lamping
957ebcf71d separate dir functions from the plugin init,
put this and some other dirs in the about dialog

svn path=/trunk/; revision=10928
2004-05-20 13:48:25 +00:00
Ulf Lamping
2db4111d3d code cleanup
svn path=/trunk/; revision=10927
2004-05-20 13:43:14 +00:00
Ulf Lamping
49f0a67385 call gtk_window_present() only on GTK2 and above
svn path=/trunk/; revision=10926
2004-05-20 12:47:28 +00:00
Ulf Lamping
ad85db871f moved the about dialog from main.c to it's own new about_dlg.c,
added a notebook tab with some directory infos (still incomplete and ugly)
cleaned up #includes in main.c (hoping this didn't break the build on unix)

svn path=/trunk/; revision=10925
2004-05-20 12:01:13 +00:00
Ulf Lamping
d7202f699e added a depend to ethereal-tap-register.c,
so adding a gtk-tap will regenerate this file

svn path=/trunk/; revision=10924
2004-05-20 11:53:52 +00:00
Ulf Lamping
b7e66065c2 avoid using ushort (not available on all platforms), use guint16 instead
svn path=/trunk/; revision=10923
2004-05-20 11:47:46 +00:00
Ulf Lamping
3e28c4726d update menu check items, if name resolution prefs changed
svn path=/trunk/; revision=10922
2004-05-20 10:37:41 +00:00
Ulf Lamping
0082592429 workaround for GTK2 bug: bring main window back to front,
when a dialog is closed

svn path=/trunk/; revision=10921
2004-05-19 22:17:08 +00:00
Ashok Narayanan
851d449917 Fixes to LMP for draft-09 support.
Minor fix to RSVP for G-UNI object number.

svn path=/trunk/; revision=10920
2004-05-19 17:45:04 +00:00
Tim Potter
1703faf299 Remove hf argument to common routines for dissecting domain sids. Most
of the callers passed -1 for this parameter anyway.

svn path=/trunk/; revision=10919
2004-05-19 04:52:31 +00:00
Jörg Mayer
4890aefdfe Thomas Anders: Pathnames might contain Spaces, krb5-config might not be in PATH
svn path=/trunk/; revision=10918
2004-05-18 11:11:37 +00:00
Ronnie Sahlberg
35d9ccf96a update to packetcable dissect all of apreq/aprep packets
svn path=/trunk/; revision=10917
2004-05-18 11:08:26 +00:00
Ronnie Sahlberg
62f9ddcbc2 New protocol : PacketCable : PKTC
The AP-REQ and AP_REP packets are partially dissected up to and including the kerberos blob.

work in progress

svn path=/trunk/; revision=10916
2004-05-18 08:22:27 +00:00
Ulf Lamping
8fea0f1db2 this is a hack, to workaround a bug in GTK2.x!
when changing the font size, even refilling of the corresponding
gtk_text_buffer doesn't seem to trigger an update.
The only workaround is to freshly select the frame, which will remove any
existing notebook tabs and "restart" the whole byte view again.

svn path=/trunk/; revision=10915
2004-05-18 00:05:12 +00:00
Ulf Lamping
9ade33284d GTK2 only: catch window state event, and call display_queued_messages()
if window not iconified any longer.
Queue up simple_dialog messages, if window *is* iconified

svn path=/trunk/; revision=10914
2004-05-17 21:15:28 +00:00
Ronnie Sahlberg
374135cb4a In rpc programs statistics, change RTT (RoundTripTime) to SRT
(ServiceResponseTime) since that is a more appropriate name for these stats.

svn path=/trunk/; revision=10913
2004-05-17 20:06:32 +00:00
Ronnie Sahlberg
a24e2dea10 rename the NOT_DECODED_YET macros to avoid a name clash
for those sources that include both packet-ber.h and packet-per.h

svn path=/trunk/; revision=10912
2004-05-17 20:03:36 +00:00
Guy Harris
51969fbd06 From Yaniv Kaul: add support for 3 MS-Exchange, non-RFC compliant
commands, per
http://support.microsoft.com/default.aspx?scid=kb;[LN];812455

svn path=/trunk/; revision=10911
2004-05-16 18:50:40 +00:00
Ulf Lamping
82ca4cc6b5 don't show simple_dialogs, if main window iconified (minimized),
this would lead to an unresponsive program.
Simply discard the messages, as we don't have a way to queue and show this
message if the main window is becoming "visible" again.

svn path=/trunk/; revision=10910
2004-05-16 18:42:55 +00:00
Guy Harris
69df78b341 From Yaniv Kaul: note that authentication types 1 and 2 are from RFC
2338.

svn path=/trunk/; revision=10909
2004-05-16 18:42:23 +00:00
Guy Harris
f3a8b09eac From Gisle Vanem: export dfilter_dump from libethereal for the benefit
of dftest.

svn path=/trunk/; revision=10908
2004-05-15 21:57:52 +00:00
Guy Harris
9d2d09c234 From Thomas Anders: fix --with-net-snmp to let it handle either the
pathname of the Net-SNMP directory or the pathname of the Net-SNMP
configure script as an argument to that option.

svn path=/trunk/; revision=10907
2004-05-15 21:56:08 +00:00
Guy Harris
407e5be61e From James H. Cloos Jr: update the list of audio and video codecs.
Get rid of no-longer-used AST_FORMAT_MP3.

svn path=/trunk/; revision=10906
2004-05-15 21:26:09 +00:00
Guy Harris
30cac3c367 From Martin Mathieson: mark the "this is a suspected resend" Boolean and
"this is suspected to be a resend of frame N" entries as generated, and
make the latter an FT_FRAMENUM field so you can go to that frame
conveniently.

svn path=/trunk/; revision=10905
2004-05-15 21:08:04 +00:00