]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add NDS tags 62 and 63 from RFC 2242.
authorfenner <fenner>
Tue, 9 Jan 2001 07:39:13 +0000 (07:39 +0000)
committerfenner <fenner>
Tue, 9 Jan 2001 07:39:13 +0000 (07:39 +0000)
bootp.h

diff --git a/bootp.h b/bootp.h
index 372d20a2fc09aa95a7525f764f1e8d2daaba2f04..0778abca91d7eb0f461a310282093ce974bcd3d2 100644 (file)
--- a/bootp.h
+++ b/bootp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/bootp.h,v 1.10 2000-12-03 23:42:23 fenner Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/bootp.h,v 1.11 2001-01-09 07:39:13 fenner Exp $ (LBL) */
 /*
  * Bootstrap Protocol (BOOTP).  RFC951 and RFC1048.
  *
@@ -148,6 +148,9 @@ struct bootp {
 #define        TAG_NDS_SERVERS         ((u_int8_t)  85)
 #define        TAG_NDS_TREE_NAME       ((u_int8_t)  86)
 #define        TAG_NDS_CONTEXT         ((u_int8_t)  87)
+/* RFC 2242 */
+#define        TAG_NDS_IPDOMAIN        ((u_int8_t)  62)
+#define        TAG_NDS_IPINFO          ((u_int8_t)  63)
 /* RFC 2485 */
 #define        TAG_OPEN_GROUP_UAP      ((u_int8_t)  98)
 /* RFC 2563 */