summaryrefslogtreecommitdiff
path: root/plugins/h223
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 16:32:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 16:32:49 +0000
commitdb57e7b72403ac766f8be66092d91dec7fd0d8bc (patch)
tree3bdd3b15f8a6c06387141fdf5598761977465ad2 /plugins/h223
parent7056661eaccfc0eafa651c45cbc64b2707bb11db (diff)
downloadwireshark-db57e7b72403ac766f8be66092d91dec7fd0d8bc.tar.gz
Ethereal->Wireshark
svn path=/trunk/; revision=18231
Diffstat (limited to 'plugins/h223')
-rw-r--r--plugins/h223/packet-h223.c4
-rw-r--r--plugins/h223/packet-srp.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/h223/packet-h223.c b/plugins/h223/packet-h223.c
index 9b6a532769..db646cc557 100644
--- a/plugins/h223/packet-h223.c
+++ b/plugins/h223/packet-h223.c
@@ -49,10 +49,10 @@
#define PROTO_TAG_H223 "H223"
-/* Ethereal ID of the H.223 protocol */
+/* Wireshark ID of the H.223 protocol */
static int proto_h223 = -1;
-/* The following hf_* variables are used to hold the ethereal IDs of
+/* The following hf_* variables are used to hold the Wireshark IDs of
* our header fields; they are filled out when we call
* proto_register_field_array() in proto_register_h223()
*/
diff --git a/plugins/h223/packet-srp.c b/plugins/h223/packet-srp.c
index f79d5692f7..1530b8541c 100644
--- a/plugins/h223/packet-srp.c
+++ b/plugins/h223/packet-srp.c
@@ -38,11 +38,11 @@
#include "packet-srp.h"
-/* Ethereal ID of the protocols */
+/* Wireshark ID of the protocols */
static int proto_srp = -1;
static int proto_ccsrl = -1;
-/* The following hf_* variables are used to hold the ethereal IDs of
+/* The following hf_* variables are used to hold the Wireshark IDs of
* our header fields; they are filled out when we call
* proto_register_field_array() in proto_register_srp()
*/