aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.h
AgeCommit message (Collapse)AuthorFilesLines
2001-07-02Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris1-24/+29
svn path=/trunk/; revision=3626
2001-06-23More IS-IS updates.Guy Harris1-3/+4
HELLO message support in RSVP. svn path=/trunk/; revision=3604
2001-05-14Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISISGuy Harris1-1/+3
traffic engineering TLV dissection, IS neighbor and IP reachability TLVs given their own subtree types), from Jean-Christian Pennetier. svn path=/trunk/; revision=3413
2001-04-16Assorted ISIS enhancements from Hannes Gredler.Guy Harris1-1/+3
When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. svn path=/trunk/; revision=3308
2001-04-08OSI network layer over PPP support, fix to P2P ISIS processing, and ISISGuy Harris1-1/+3
hostname TLV support, from Hannes Gredler. svn path=/trunk/; revision=3271
2000-06-19Make the "isis_hello.source_id" an FT_BYTES field rather than anGuy Harris1-4/+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.) svn path=/trunk/; revision=2080
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-0/+59
svn path=/trunk/; revision=1340