summaryrefslogtreecommitdiff
path: root/print-ospf.c
Commit message (Expand)AuthorAgeFilesLines
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-20/+20
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-4/+4
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-20/+20
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-31/+31
* NDOize DECnet, OSPF and TCP decodersDenis Ovsienko2014-04-021-286/+279
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-6/+6
* whitespace changesMichael Richardson2014-01-011-17/+17
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+2
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-17/+17
* Use __inline with MSVC for all source files.Guy Harris2013-06-091-4/+0
* Constify some arguments.Guy Harris2011-10-131-2/+2
* Fix plurals in packet count messages.Guy Harris2011-03-081-1/+1
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-1/+1
* clean up some code-cosmetics that came up during code-reviewhannes2007-10-081-14/+14
* unclutter the options field value definitionshannes2007-09-271-15/+3
* add support for multi-topology ospf as per draft-ietf-ospf-mt-09hannes2007-09-271-36/+60
* From Marc Binderberger:guy2007-09-231-8/+140
* squelch some signedness compiler warningshannes2007-07-241-2/+2
* bugfix: use the correct codepoint for the OSPF simple text auth token entry.hannes2006-12-131-8/+4
* -share the grace LSA and TE LSA printer with the outside world.hannes2006-09-051-256/+302
* update diffserv-TE codepoints as per rfc4124hannes2005-08-231-12/+12
* Add an "fn_printzp()" routine for printing null-padded strings (stringsguy2005-05-061-3/+6
* Get rid of an unused variable.guy2005-04-201-4/+2
* -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