From Oleg Kostenko:
[obnox/wireshark/wip.git] / epan / address.h
index 4c28d132a1d36e3957ed125452ab80ca480e5064..c9f54c69b0cfe0a6c96548d192fd70cc2f7b9dac 100644 (file)
@@ -4,8 +4,8 @@
  *
  * $Id$
  *
- * 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
@@ -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 */
 
@@ -45,7 +45,8 @@ typedef enum {
   AT_SS7PC,            /* SS7 Point Code */
   AT_STRINGZ,  /* null-terminated string */
   AT_EUI64,            /* IEEE EUI-64 */
-  AT_URI               /* URI/URL/URN */
+  AT_URI,              /* URI/URL/URN */
+  AT_TIPC              /* TIPC Address Zone,Subnetwork,Processor */
 } address_type;
 
 typedef struct _address {
@@ -104,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 */
@@ -116,10 +117,11 @@ typedef enum {
   PT_EXCHG,            /* Fibre Channel exchange */
   PT_DDP,              /* DDP AppleTalk connection */
   PT_SBCCS,            /* FICON */
-  PT_IDP               /* XNS IDP sockets */
+  PT_IDP,              /* XNS IDP sockets */
+  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 */