summaryrefslogtreecommitdiff
path: root/print-isoclns.c
Commit message (Expand)AuthorAgeFilesLines
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-13/+13
* "isis_print_is_reach_subtlv()" takes a "char *" as its last argument;guy2002-12-111-2/+2
* remove 4 duplicates for ext_ip_reach_ processing;hannes2002-12-101-225/+138
* fix ported from guy harris' recent RSVP fix;hannes2002-12-101-38/+27
* only hexdump SNP PDUs when vflag > 1hannes2002-12-051-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-91/+91
* support for the Vendor Proprietary TLV #250 plus rfc/draft referenceshannes2002-10-091-35/+47
* support for Alias ID TLV #24 described in draft-ietf-isis-ext-lsp-fragshannes2002-10-061-5/+14
* modularize the ext_is_reach, mt_id decoder & misc cleanupshannes2002-10-051-129/+197
* simplify initial OSI processinghannes2002-10-051-32/+12
* hide multiline output using vflag plus enhanced, ES-IS decoderhannes2002-10-031-44/+65
* more verbose handling for unknown datahannes2002-09-151-55/+91
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-2/+2
* from Said Ouissal:hannes2002-09-031-1/+9
* boundary checking for print_nsap()hannes2002-09-011-17/+18
* more consistent use of the length: indicator;hannes2002-08-201-6/+6
* make the number in the bracket after the area address unambigoushannes2002-08-091-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* use print_nsap() rather than isonsap_string() for decoding ISHshannes2002-07-251-37/+38
* better idendation and dedicated line for the common header;hannes2002-07-191-79/+80
* use the new public print_unknown_data{} rather then the privatehannes2002-07-191-40/+8
* Fix indentation.guy2002-06-291-13/+13
* whitespace cleanupitojun2002-06-111-117/+117
* support forhannes2002-05-311-86/+170
* Make static routines, and string buffers, not used outsideguy2002-05-291-12/+9
* cosmetic cleanup for the print_nsap routinehannes2002-05-251-12/+14
* From Hannes Gredler: support the IS-IS buffersize TLV #14, and clean upguy2002-05-161-11/+16
* From Hannes Gredler: support for the IP-Reach-subTLV #2 andguy2002-04-301-25/+60
* Make some "u_char *"s "char *"s, to eliminate signed vs. unsignedguy2002-04-251-4/+4
* From Hannes Gredler:guy2002-04-121-75/+86
* From Hannes Gredler:guy2002-04-091-261/+267
* From Hannes Gredler: much of the subTLVs of the IS-reach and IP-reachguy2002-03-231-263/+404
* From Hannes Gredler: update to the previous patch, plus miscellaneousguy2002-03-201-32/+44
* From Hannes Gredler: dump unknown TLV and subTLV data in hex.guy2002-03-191-32/+77
* make sure of evaluation ordering. (gcc3 spotted this)itojun2002-03-141-8/+12
* From Hannes Gredler: support for decoding of GMPLS related TLVs andguy2002-03-141-21/+195
* Make the bitmasks unsigned "int"s, so that Sun's C compiler doesn'tguy2002-02-251-3/+4
* Fixes to IS_REACH TLV #2 dissection, from Hannes Gredlerguy2002-01-101-19/+25
* From Hannes Gredler: properly assert the checksum TLV #12 forguy2001-12-181-11/+21
* From Hannes Gredler: stop TLV processing at the boundary indicated inguy2001-12-131-11/+38
* Support for the IS-IS restart signaling TLV #211, from Hannes Gredlerguy2001-12-091-4/+25
* IPv6 TLV support and some bug fixes and cleanups, from Hannes Gredlerguy2001-12-031-7/+100
* Bug fix from Hannes Gredler.guy2001-11-101-1/+3
* Bug fix from Hannes Gredler.guy2001-10-291-4/+5
* Some style cleanups.guy2001-10-161-274/+403
* style cleanupitojun2001-10-041-103/+102
* fix weak boundary check on esis.itojun2001-10-041-5/+7
* Eliminate some unused parameters.fenner2001-09-171-56/+35
* Fix some problems found by compiling on an LP64 platform.guy2001-09-111-12/+13
* More complete IS-IS support, from Hannes Gredler (hannes@juniper.net).guy2001-09-091-209/+847