aboutsummaryrefslogtreecommitdiffstats
path: root/epan/atalk-utils.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/atalk-utils.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/atalk-utils.h')
-rw-r--r--epan/atalk-utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/atalk-utils.h b/epan/atalk-utils.h
index 258d1f8392..23ad70730a 100644
--- a/epan/atalk-utils.h
+++ b/epan/atalk-utils.h
@@ -1,7 +1,7 @@
/* atalk-utils.h
* Definitions for Appletalk utilities (DDP, currently).
*
- * $Id: atalk-utils.h,v 1.1 2001/03/22 16:24:16 gram Exp $
+ * $Id: atalk-utils.h,v 1.2 2002/06/28 20:13:03 guy Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -30,7 +30,6 @@
struct atalk_ddp_addr {
guint16 net;
guint8 node;
- guint8 port;
};
/*