From 996d4db495e60df8a627097e3885acdce209132c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 28 May 2006 19:49:07 +0000 Subject: Ethereal->Wireshark svn path=/trunk/; revision=18234 --- epan/address.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/address.h') 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 */ -- cgit v1.2.3