summaryrefslogtreecommitdiff
path: root/ospf.h
Commit message (Expand)AuthorAgeFilesLines
* OSPF: Update more router properties bits. [skip ci]Denis Ovsienko2021-01-231-2/+3
* ospf: add support bit Nt RFC3101ckishimo2021-01-231-0/+1
* OSPF: Update the option bit props.Denis Ovsienko2020-10-021-3/+2
* Use nd_ipv4 rather than struct in_addr.Guy Harris2018-01-301-19/+19
* Make 1-element arrays for fields that may repeat.Guy Harris2017-12-231-3/+3
* Use nd_ types for OSPF and OSPF6 packets.Guy Harris2017-12-141-49/+49
* OSPF: refine unknown packet type handlingDenis Ovsienko2017-02-021-1/+0
* More getting rid of old u_intN_t.Guy Harris2014-04-231-48/+48
* NDOize DECnet, OSPF and TCP decodersDenis Ovsienko2014-04-021-4/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
* whitespace changesMichael Richardson2014-01-011-1/+1
* OSPFv3: add crypto authentication (RFC6506) supportDenis Ovsienko2013-12-291-0/+2
* Constify some arguments.Guy Harris2011-10-131-2/+2
* clean up some code-cosmetics that came up during code-reviewhannes2007-10-081-8/+17
* fix illustrationhannes2007-09-271-5/+1
* add support for multi-topology ospf as per draft-ietf-ospf-mt-09hannes2007-09-271-14/+10
* From Marc Binderberger:guy2007-09-231-3/+17
* bugfix: use the correct codepoint for the OSPF simple text auth token entry.hannes2006-12-131-1/+2
* -share the grace LSA and TE LSA printer with the outside world.hannes2006-09-051-11/+8
* update diffserv-TE codepoints as per rfc4124hannes2005-08-231-2/+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-2/+12
* add (cheap) support for NSSA LSAshannes2004-09-091-2/+2
* add support for Diffserv TE per draft-ietf-tewg-diff-te-proto-06hannes2004-01-271-1/+2
* add support for Graceful OSPF Restart (rfc3623)hannes2004-01-081-2/+18
* - fix a compiler padding issue in the LS-Request structurehannes2003-10-221-3/+9
* - squelch some compiler warningshannes2003-10-041-4/+34
* show opaque-LSA specific fields of the LSA headerhannes2003-10-031-12/+8
* add better handling for unknown LSAs to OSPFhannes2003-10-021-1/+6
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-5/+5
* Get rid of extra semicolon.guy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-5/+5
* ospf rework;hannes2002-11-071-13/+36
* Give a bunch of files RCS and SCCS IDs.guy2000-12-171-0/+1
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-26/+26
* Initial revisionmcr1999-10-071-0/+226