aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-isup.h')
-rw-r--r--epan/dissectors/packet-isup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-isup.h b/epan/dissectors/packet-isup.h
index 25349a9e3d..f37ecfec6e 100644
--- a/epan/dissectors/packet-isup.h
+++ b/epan/dissectors/packet-isup.h
@@ -5,8 +5,8 @@
* Copyright 2003, Michael Lum <mlum [AT] telostech.com>,
* In association with Telos Technology Inc.
*
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
@@ -38,7 +38,7 @@ typedef struct _isup_tap_rec_t {
/*
* the following allows TAP code access to the messages
* without having to duplicate it. With MSVC and a
- * libethereal.dll, we need a special declaration.
+ * libwireshark.dll, we need a special declaration.
*/
ETH_VAR_IMPORT const value_string isup_message_type_value[];
ETH_VAR_IMPORT const value_string isup_message_type_value_acro[];