aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-28 20:13:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-28 20:13:03 +0000
commitc30ad7f66a9c985e638a32b533fb076f225be7c6 (patch)
treeb4e0f68839f66ef000a07bad44f8216f5e5780ff /epan/packet_info.h
parent8505a95b415b327a3078474cc38b624f16e87dc6 (diff)
From Didier Gautheron: move port number from AppleTalk addresses to
separate column, and put in hidden fields for AppleTalk source and destination addresses. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5778 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 63be445b06..c6ac1d52fe 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -1,7 +1,7 @@
/* packet_info.h
* Definitions for packet info structures and routines
*
- * $Id: packet_info.h,v 1.14 2002/06/04 07:03:55 guy Exp $
+ * $Id: packet_info.h,v 1.15 2002/06/28 20:13:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -80,7 +80,8 @@ typedef enum {
PT_SCTP, /* SCTP */
PT_TCP, /* TCP */
PT_UDP, /* UDP */
- PT_NCP /* NCP connection */
+ PT_NCP, /* NCP connection */
+ PT_DDP /* DDP AppleTalk connection */
} port_type;
#define P2P_DIR_UNKNOWN -1