aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-28 20:13:03 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-28 20:13:03 +0000
commit6ecde9ff1776e9aba419cbb9ea6595d920db011f (patch)
treeb4e0f68839f66ef000a07bad44f8216f5e5780ff /epan/packet_info.h
parentd5cc116c7ddbbd0dc0cf8fc7ef91ae68f469dd8c (diff)
From Didier Gautheron: move port number from AppleTalk addresses to
separate column, and put in hidden fields for AppleTalk source and destination addresses. svn path=/trunk/; revision=5778
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