aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-snp.h
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08From Hannes Gredler:guy1-34/+1
- 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
2002-08-29From Hannes Gredler: make the IS-IS dissector more verbose in the INFOguy1-3/+3
field - specifically for IIHs the System-ID of the Hello; LSPs the LSP-ID, Sequence #, Lifetime; CSNPs the LAN-ID, Start LSP-ID, End LSP-ID. and change the display of some IDs. Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6128 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-07Get rid of unused "pinfo" arguments.guy1-7/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5112 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-20Put the Hello, LSP, and {C,P}SNP ISIS stuff into the ISIS protocol,guy1-5/+4
rather than having them each have their own protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4432 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-02Tvbuffified ISIS dissector, from Ronnie Sahlberg.guy1-5/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3626 f5534014-38df-0310-8fa8-9805f1628bb7
2000-06-19Make the "isis_hello.source_id" an FT_BYTES field rather than anguy1-32/+4
FT_ETHER field; the ISIS spec doesn't say it's necessarily a 6-byte Ethernet address (and, if it's FT_BYTES, you can test it in a filter much the same way you test an Ethernet address). Make "isis_hello.lan_id" an FT_BYTES field rather than an FT_STRING field - it's an array of bytes, not a character string. Don't require that "system ID" fields be 6 octets; use the size value from the ISIS PDU header. (This means that PDUs containing "system ID" fields can't be described as C structures; dissect them by stepping the offset instead.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2080 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-15Stuart Stanley's ISIS dissection support.guy1-0/+102
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1340 f5534014-38df-0310-8fa8-9805f1628bb7