From Hannes Gredler:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 8 Dec 2003 20:40:33 +0000 (20:40 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 8 Dec 2003 20:40:33 +0000 (20:40 +0000)
commita619176f21f429a8f7503fda7f05d441350d72d3
treec0cbb685a150118fd479fce135e0eca13fb10431
parent0c34ec2fa67538264651bd5b061f59b07bcecfed
From Hannes Gredler:

- unify the IS-IS CLV space
  IS-IS uses a unified CLV space across all Level and PDU Types
  there is no need to define PDU- and Level- Specific CLV
  Types;

- clean up Authentication CLV
  TLV #10 is the official supported TLV for carrying authentication
  information- todays code displays TLV #10 as non-standard which
  is wrong;
  also the notion of "Domain" "Authentication" and "Link" password
  has disappeared from contemporary routing SW;

- add IP Authentication CLV dissector
  this CLV is depreciated - however it is using different semantics
  than TLV #10 so we need a dedicated dissector;

- add Checksum CLV dissector
  add support for RFC 3358 Checksum CLVs
  majority of code re-used from the LSP checksum verification
  dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9204 f5534014-38df-0310-8fa8-9805f1628bb7
packet-isis-clv.c
packet-isis-clv.h
packet-isis-hello.c
packet-isis-hello.h
packet-isis-lsp.c
packet-isis-lsp.h
packet-isis-snp.c
packet-isis-snp.h