diff options
Diffstat (limited to 'epan/dissectors/packet-rpc.h')
-rw-r--r-- | epan/dissectors/packet-rpc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rpc.h b/epan/dissectors/packet-rpc.h index e5bf566199..907f91728d 100644 --- a/epan/dissectors/packet-rpc.h +++ b/epan/dissectors/packet-rpc.h @@ -4,8 +4,8 @@ * * (c) 1999 Uwe Girlich * - * 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 @@ -172,7 +172,7 @@ typedef struct _rpc_prog_info_value { } rpc_prog_info_value; /* rpc_progs is also used in tap. With MSVC and a - * libethereal.dll, we need a special declaration. + * libwireshark.dll, we need a special declaration. */ ETH_VAR_IMPORT GHashTable *rpc_progs; @@ -189,7 +189,7 @@ typedef struct _rpc_proc_info_value { } rpc_proc_info_value; /* rpc_procs is also used in tap. With MSVC and a - * libethereal.dll, we need a special declaration. + * libwireshark.dll, we need a special declaration. */ ETH_VAR_IMPORT GHashTable *rpc_procs; |