summaryrefslogtreecommitdiff
path: root/print-ospf.c
Commit message (Expand)AuthorAgeFilesLines
* -display cosmetics: make the output more conistent:hannes2004-09-291-3/+2
* add support for the Up/Down Bit as per draft-ietf-ospf-2547-dnbit-04hannes2004-09-201-1/+2
* add support for the Opaque Router Information LSA and the Router Capabilities...hannes2004-09-201-1/+69
* bugfix: changed format for diffserv-TE subTLVs, add tok2str() for decoding BC...hannes2004-09-151-3/+6
* add (cheap) support for NSSA LSAshannes2004-09-091-1/+2
* "if (!TTEST2(x, y)) goto trunc" is just "TCHECK2(x, y)".guy2004-03-241-9/+11
* add support for Diffserv TE per draft-ietf-tewg-diff-te-proto-06hannes2004-01-271-2/+12
* add support for Graceful OSPF Restart (rfc3623)hannes2004-01-081-3/+78
* Don't check for the OSPF opaque traffic engineering TLV type beforeguy2003-11-191-4/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Squelch some compiler sarnings.guy2003-10-221-38/+64
* - fix a compiler padding issue in the LS-Request structurehannes2003-10-221-9/+25
* misc. cosmetic output & identationhannes2003-10-221-19/+19
* - port LS_TYPE_OPAQUE printing from ospf_print_lsa() to ospf_print_lshdr()hannes2003-10-221-45/+51
* bug report [plus partial patch] from Carles Kishimoto Bisbe ckishimo [AT] ac ...hannes2003-10-201-134/+144
* - squelch some compiler warningshannes2003-10-041-18/+189
* remove some LSA header code redundancyhannes2003-10-031-13/+10
* show opaque-LSA specific fields of the LSA headerhannes2003-10-031-8/+31
* add better handling for unknown LSAs to OSPFhannes2003-10-021-1/+26
* better display of MD5 related authentication infohannes2002-12-231-8/+19
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-25/+26
* On some platforms, "ntohl()" returns a "long" or "unsigned long"; castguy2002-11-101-7/+7
* ospf rework;hannes2002-11-071-240/+179
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+6
* Don't print "nbrs" if no neighbor list will follow.fenner2001-06-281-3/+4
* Remove #if 0 sectionsfenner2001-06-151-7/+1
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+3
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-1/+4
* patches to help build on Linux 2.2linux22mcr1999-10-171-2/+1
* Initial revisionmcr1999-10-071-0/+588