aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /image
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
ethereal->wireshark updates
svn path=/trunk/; revision=18206
Diffstat (limited to 'image')
-rw-r--r--image/Makefile.nmake2
-rw-r--r--image/capinfos.rc.in2
-rw-r--r--image/dumpcap.rc.in2
-rw-r--r--image/editcap.rc.in2
-rw-r--r--image/ethereal.rc.in2
-rw-r--r--image/libethereal.rc.in2
-rw-r--r--image/mergecap.rc.in2
-rw-r--r--image/tethereal.rc.in2
-rw-r--r--image/text2pcap.rc.in2
-rw-r--r--image/wiretap.rc.in2
10 files changed, 10 insertions, 10 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index 60b8d97f19..4bc6be93a3 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -13,7 +13,7 @@ ethereal.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
-e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \
< ethereal.exe.manifest.in > $@
-ethereal.rc : win32-file-dlg.rc ethereal.rc.in ethereal.exe.manifest ..\config.nmake
+ethereal.rc : win32-file-dlg.rc ethereal.rc.in wireshark.exe.manifest ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@RC_VERSION@/$(RC_VERSION)/ \
< ethereal.rc.in > $@
diff --git a/image/capinfos.rc.in b/image/capinfos.rc.in
index 7c41729fe8..cb0c36b2e8 100644
--- a/image/capinfos.rc.in
+++ b/image/capinfos.rc.in
@@ -19,7 +19,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community\0"
+ VALUE "CompanyName", "The Wireshark developer community\0"
VALUE "FileDescription", "Capinfos\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Capinfos @VERSION@\0"
diff --git a/image/dumpcap.rc.in b/image/dumpcap.rc.in
index 4094b1ef34..69ca43fac1 100644
--- a/image/dumpcap.rc.in
+++ b/image/dumpcap.rc.in
@@ -19,7 +19,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community\0"
+ VALUE "CompanyName", "The Wireshark developer community\0"
VALUE "FileDescription", "Dumpcap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Dumpcap @VERSION@\0"
diff --git a/image/editcap.rc.in b/image/editcap.rc.in
index f16df4c268..02f84690a0 100644
--- a/image/editcap.rc.in
+++ b/image/editcap.rc.in
@@ -19,7 +19,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community\0"
+ VALUE "CompanyName", "The Wireshark developer community\0"
VALUE "FileDescription", "Editcap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Editcap @VERSION@\0"
diff --git a/image/ethereal.rc.in b/image/ethereal.rc.in
index b144652c5a..f2f2418dcd 100644
--- a/image/ethereal.rc.in
+++ b/image/ethereal.rc.in
@@ -21,7 +21,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community, http://www.ethereal.com/\0"
+ VALUE "CompanyName", "The Wireshark developer community, http://www.ethereal.com/\0"
VALUE "FileDescription", "Ethereal\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Ethereal @VERSION@\0"
diff --git a/image/libethereal.rc.in b/image/libethereal.rc.in
index 381d331bef..89b35d1f4d 100644
--- a/image/libethereal.rc.in
+++ b/image/libethereal.rc.in
@@ -17,7 +17,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community, http://www.ethereal.com/\0"
+ VALUE "CompanyName", "The Wireshark developer community, http://www.ethereal.com/\0"
VALUE "FileDescription", "Ethereal dissector library\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "libethereal @VERSION@\0"
diff --git a/image/mergecap.rc.in b/image/mergecap.rc.in
index 1f0d887f99..8a2b1d6441 100644
--- a/image/mergecap.rc.in
+++ b/image/mergecap.rc.in
@@ -19,7 +19,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community\0"
+ VALUE "CompanyName", "The Wireshark developer community\0"
VALUE "FileDescription", "Mergecap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Mergecap @VERSION@\0"
diff --git a/image/tethereal.rc.in b/image/tethereal.rc.in
index 4f02f0f105..a71b59c5ba 100644
--- a/image/tethereal.rc.in
+++ b/image/tethereal.rc.in
@@ -19,7 +19,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community\0"
+ VALUE "CompanyName", "The Wireshark developer community\0"
VALUE "FileDescription", "Tethereal\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Tethereal @VERSION@\0"
diff --git a/image/text2pcap.rc.in b/image/text2pcap.rc.in
index 616bab6b77..0362f7625b 100644
--- a/image/text2pcap.rc.in
+++ b/image/text2pcap.rc.in
@@ -19,7 +19,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community\0"
+ VALUE "CompanyName", "The Wireshark developer community\0"
VALUE "FileDescription", "Text2pcap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Text2pcap @VERSION@\0"
diff --git a/image/wiretap.rc.in b/image/wiretap.rc.in
index dddfc3b1cc..7d1dfe6023 100644
--- a/image/wiretap.rc.in
+++ b/image/wiretap.rc.in
@@ -17,7 +17,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community, http://www.ethereal.com/\0"
+ VALUE "CompanyName", "The Wireshark developer community, http://www.ethereal.com/\0"
VALUE "FileDescription", "Ethereal capture file library\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "wiretap @VERSION@\0"