diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-09-13 07:47:21 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-09-13 07:47:21 +0000 |
commit | ed185bcdfcc331e8e9bc22af24863ecc00a002fb (patch) | |
tree | 9b845e41f3b0907d7c0f94e70cb669f711522c0d /packet-ospf.h | |
parent | 6a6c34642648a988b8d15a098c9464f28a9ea56b (diff) | |
download | wireshark-ed185bcdfcc331e8e9bc22af24863ecc00a002fb.tar.gz wireshark-ed185bcdfcc331e8e9bc22af24863ecc00a002fb.tar.bz2 wireshark-ed185bcdfcc331e8e9bc22af24863ecc00a002fb.zip |
Changes from Craig Metz to:
decode type 7 LSAs (NSSA AS external);
print the LS checksum as a four digit hexadecimal number.
svn path=/trunk/; revision=2425
Diffstat (limited to 'packet-ospf.h')
-rw-r--r-- | packet-ospf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ospf.h b/packet-ospf.h index ccf1664563..af526f61b2 100644 --- a/packet-ospf.h +++ b/packet-ospf.h @@ -1,6 +1,6 @@ /* packet-ospf.h * - * $Id: packet-ospf.h,v 1.9 2000/08/11 13:34:04 deniel Exp $ + * $Id: packet-ospf.h,v 1.10 2000/09/13 07:47:10 guy Exp $ * * (c) 1998 Hannes Boehm * @@ -56,6 +56,7 @@ #define OSPF_LSTYPE_SUMMERY 3 #define OSPF_LSTYPE_ASBR 4 #define OSPF_LSTYPE_ASEXT 5 +#define OSPF_LSTYPE_ASEXT7 7 /* Opaque LSA types */ #define OSPF_LSTYPE_OP_LINKLOCAL 9 |