aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
commit996d4db495e60df8a627097e3885acdce209132c (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/address.h
parent5db0c85982c837278fb397d53233303cd0eaf8e3 (diff)
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/address.h')
-rw-r--r--epan/address.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/address.h b/epan/address.h
index 2e7c7a56ad..c9f54c69b0 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -26,7 +26,7 @@
#ifndef __ADDRESS_H__
#define __ADDRESS_H__
-/* Types of addresses Ethereal knows about. */
+/* Types of addresses Wireshark knows about. */
/* If a new address type is added here, a string representation procedure should */
/* also be included in address_to_str_buf defined in to_str.c, for presentation purposes */
@@ -105,7 +105,7 @@ typedef struct _address {
(to)->data = COPY_ADDRESS_data; \
}
-/* Types of port numbers Ethereal knows about. */
+/* Types of port numbers Wireshark knows about. */
typedef enum {
PT_NONE, /* no port number */
PT_SCTP, /* SCTP */
@@ -121,7 +121,7 @@ typedef enum {
PT_TIPC /* TIPC PORT */
} port_type;
-/* Types of circuit IDs Ethereal knows about. */
+/* Types of circuit IDs Wireshark knows about. */
typedef enum {
CT_NONE, /* no circuit type */
CT_DLCI, /* Frame Relay DLCI */