aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndps.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-08 00:56:17 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-08 00:56:17 +0000
commit2d61e4ca47178095357efe483a4c920b77df49ba (patch)
treec3d0378c00d9078c83111f6b2403062460680846 /packet-ndps.h
parentb010dc03a3cc36bea7a982a0dc0fb09d8614383a (diff)
From Greg Morris: update the introductory comment, add defragmentation
support, fix various bugs, and finish up the NDPS decodes. svn path=/trunk/; revision=7417
Diffstat (limited to 'packet-ndps.h')
-rw-r--r--packet-ndps.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/packet-ndps.h b/packet-ndps.h
index 06fe070931..258872b94f 100644
--- a/packet-ndps.h
+++ b/packet-ndps.h
@@ -2,7 +2,9 @@
* Routines for NetWare's NDPS
* Greg Morris <gmorris@novell.com>
*
- * $Id: packet-ndps.h,v 1.2 2002/10/15 04:26:24 guy Exp $
+ * Copyright (c) Novell, Inc. 2002-2003
+ *
+ * $Id: packet-ndps.h,v 1.3 2003/04/08 00:56:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,3 +32,11 @@
#define TCP_PORT_ENS 0x0bc8 /* NDPS Event Notification Service */
#define TCP_PORT_RMS 0x0bcb /* NDPS Remote Management Service */
#define TCP_PORT_NOTIFY_LISTENER 0x0bc9 /* NDPS Notify Listener */
+
+typedef struct _spx_info{
+ guint16 spx_seq;
+ guint16 spx_ack;
+ guint16 spx_all;
+ guint32 num;
+ gboolean retransmission;
+} spx_info;