aboutsummaryrefslogtreecommitdiff
path: root/ospf.h
AgeCommit message (Expand)Author
2022-07-16OSPF: Update more router properties bits. [skip ci]Denis Ovsienko
2021-09-29ospf: add support bit Nt RFC3101ckishimo
2020-10-02OSPF: Update the option bit props.Denis Ovsienko
2018-01-30Use nd_ipv4 rather than struct in_addr.Guy Harris
2017-12-23Make 1-element arrays for fields that may repeat.Guy Harris
2017-12-14Use nd_ types for OSPF and OSPF6 packets.Guy Harris
2017-02-02OSPF: refine unknown packet type handlingDenis Ovsienko
2014-04-23More getting rid of old u_intN_t.Guy Harris
2014-04-02NDOize DECnet, OSPF and TCP decodersDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01whitespace changesMichael Richardson
2013-12-29OSPFv3: add crypto authentication (RFC6506) supportDenis Ovsienko
2011-10-13Constify some arguments.Guy Harris
2007-10-08clean up some code-cosmetics that came up during code-reviewhannes
2007-09-27fix illustrationhannes
2007-09-27add support for multi-topology ospf as per draft-ietf-ospf-mt-09hannes
2007-09-23From Marc Binderberger:guy
2006-12-13bugfix: use the correct codepoint for the OSPF simple text auth token entry.hannes
2006-09-05-share the grace LSA and TE LSA printer with the outside world.hannes
2005-08-23update diffserv-TE codepoints as per rfc4124hannes
2004-09-20add support for the Up/Down Bit as per draft-ietf-ospf-2547-dnbit-04hannes
2004-09-20add support for the Opaque Router Information LSA and the Router Capabilities...hannes
2004-09-09add (cheap) support for NSSA LSAshannes
2004-01-27add support for Diffserv TE per draft-ietf-tewg-diff-te-proto-06hannes
2004-01-08add support for Graceful OSPF Restart (rfc3623)hannes
2003-10-22- fix a compiler padding issue in the LS-Request structurehannes
2003-10-04- squelch some compiler warningshannes
2003-10-03show opaque-LSA specific fields of the LSA headerhannes
2003-10-02add better handling for unknown LSAs to OSPFhannes
2002-12-11The "__attribute__((packed))" tag on structures causes some files not toguy
2002-12-11Get rid of extra semicolon.guy
2002-11-09put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun
2002-11-07ospf rework;hannes
2000-12-17Give a bunch of files RCS and SCCS IDs.guy
2000-10-03always use u_intXX_t for protocol format declaration. char/short/int may notitojun
1999-10-07Initial revisionmcr