aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of unused "pinfo" arguments.Guy Harris2002-04-071-6/+5
| | | | svn path=/trunk/; revision=5112
* Put the Hello, LSP, and {C,P}SNP ISIS stuff into the ISIS protocol,Guy Harris2001-12-201-3/+2
| | | | | | rather than having them each have their own protocol. svn path=/trunk/; revision=4432
* Fixes from Hannes Gredler.Guy Harris2001-08-221-4/+4
| | | | svn path=/trunk/; revision=3864
* Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris2001-07-021-6/+6
| | | | svn path=/trunk/; revision=3626
* More IS-IS updates.Guy Harris2001-06-231-9/+6
| | | | | | HELLO message support in RSVP. svn path=/trunk/; revision=3604
* Support for External Reachability TLVs, and assorted outputGuy Harris2001-06-181-9/+16
| | | | | | improvements, from Hannes Gredler. svn path=/trunk/; revision=3558
* More updates from Hannes Gredler.Guy Harris2001-06-071-1/+3
| | | | svn path=/trunk/; revision=3522
* Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISISGuy Harris2001-05-141-1/+9
| | | | | | | traffic engineering TLV dissection, IS neighbor and IP reachability TLVs given their own subtree types), from Jean-Christian Pennetier. svn path=/trunk/; revision=3413
* Assorted ISIS enhancements from Hannes Gredler.Guy Harris2001-04-161-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
* OSI network layer over PPP support, fix to P2P ISIS processing, and ISISGuy Harris2001-04-081-1/+3
| | | | | | hostname TLV support, from Hannes Gredler. svn path=/trunk/; revision=3271
* Make the "isis_hello.source_id" an FT_BYTES field rather than anGuy Harris2000-06-191-24/+6
| | | | | | | | | | | | | | | | 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
* Stuart Stanley's ISIS dissection support.Guy Harris1999-12-151-0/+119
svn path=/trunk/; revision=1340