~ubuntu-branches/ubuntu/karmic/tcpdump/karmic

« back to all changes in this revision

Viewing changes to bootp.h

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2008-03-08 19:24:02 UTC
  • mfrom: (6.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080308192402-9n7erk2yyyd5mpt3
Tags: 3.9.8-4
debian/control: Build-Depend on libpcap0.8-dev (>= 0.9.3),
not (>= 0.9.3-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* @(#) $Header: /tcpdump/master/tcpdump/bootp.h,v 1.15 2003/07/01 19:16:06 guy Exp $ (LBL) */
 
1
/* @(#) $Header: /tcpdump/master/tcpdump/bootp.h,v 1.15.4.3 2007/08/21 22:02:08 guy Exp $ (LBL) */
2
2
/*
3
3
 * Bootstrap Protocol (BOOTP).  RFC951 and RFC1048.
4
4
 *
161
161
#define TAG_NS_SEARCH           ((u_int8_t) 117)
162
162
/* RFC 3011 */
163
163
#define TAG_IP4_SUBNET_SELECT   ((u_int8_t) 118)
 
164
/* RFC 3442 */
 
165
#define TAG_CLASSLESS_STATIC_RT ((u_int8_t) 121)
 
166
#define TAG_CLASSLESS_STA_RT_MS ((u_int8_t) 249)
164
167
/* ftp://ftp.isi.edu/.../assignments/bootp-dhcp-extensions */
165
168
#define TAG_USER_CLASS          ((u_int8_t)  77)
166
169
#define TAG_SLP_NAMING_AUTH     ((u_int8_t)  80)
218
221
 
219
222
/* v_flags values */
220
223
#define VF_SMASK        1       /* Subnet mask field contains valid data */
 
224
 
 
225
/* RFC 4702 DHCP Client FQDN Option */
 
226
 
 
227
#define CLIENT_FQDN_FLAGS_S     0x01
 
228
#define CLIENT_FQDN_FLAGS_O     0x02
 
229
#define CLIENT_FQDN_FLAGS_E     0x04
 
230
#define CLIENT_FQDN_FLAGS_N     0x08