Deleted Added
full compact
ospf.h (162017) ospf.h (172683)
1/* @(#) $Header: /tcpdump/master/tcpdump/ospf.h,v 1.16.2.1 2005/08/23 11:16:30 hannes Exp $ (LBL) */
1/* @(#) $Header: /tcpdump/master/tcpdump/ospf.h,v 1.16.2.2 2006/12/13 08:24:27 hannes Exp $ (LBL) */
2/*
3 * Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that: (1) source code distributions
8 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * distributions including binary code include the above copyright notice and

--- 33 unchanged lines hidden (view full) ---

43#define OSPF_OPTION_EA 0x10 /* EA bit: External Attribute capable */
44#define OSPF_OPTION_DC 0x20 /* DC bit: Demand circuit capable */
45#define OSPF_OPTION_O 0x40 /* O bit: Opaque LSA capable */
46#define OSPF_OPTION_DN 0x80 /* DN bit: Up/Down Bit capable - draft-ietf-ospf-2547-dnbit-04 */
47
48/* ospf_authtype */
49#define OSPF_AUTH_NONE 0 /* No auth-data */
50#define OSPF_AUTH_SIMPLE 1 /* Simple password */
2/*
3 * Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that: (1) source code distributions
8 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * distributions including binary code include the above copyright notice and

--- 33 unchanged lines hidden (view full) ---

43#define OSPF_OPTION_EA 0x10 /* EA bit: External Attribute capable */
44#define OSPF_OPTION_DC 0x20 /* DC bit: Demand circuit capable */
45#define OSPF_OPTION_O 0x40 /* O bit: Opaque LSA capable */
46#define OSPF_OPTION_DN 0x80 /* DN bit: Up/Down Bit capable - draft-ietf-ospf-2547-dnbit-04 */
47
48/* ospf_authtype */
49#define OSPF_AUTH_NONE 0 /* No auth-data */
50#define OSPF_AUTH_SIMPLE 1 /* Simple password */
51#define OSPF_AUTH_SIMPLE_LEN 8 /* max length of simple authentication */
51#define OSPF_AUTH_MD5 2 /* MD5 authentication */
52#define OSPF_AUTH_MD5_LEN 16 /* length of MD5 authentication */
53
54/* db_flags */
55#define OSPF_DB_INIT 0x04 /* */
56#define OSPF_DB_MORE 0x02
57#define OSPF_DB_MASTER 0x01
58

--- 257 unchanged lines hidden ---
52#define OSPF_AUTH_MD5 2 /* MD5 authentication */
53#define OSPF_AUTH_MD5_LEN 16 /* length of MD5 authentication */
54
55/* db_flags */
56#define OSPF_DB_INIT 0x04 /* */
57#define OSPF_DB_MORE 0x02
58#define OSPF_DB_MASTER 0x01
59

--- 257 unchanged lines hidden ---