aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-08-26From Todd J Martin:Stig Bjørlykke1-4/+128
2007-06-26Fix for bug 1658:Jaap Keuter1-5/+10
2007-03-27from Peter Johansson:Ulf Lamping1-9/+9
2007-03-23fix a lot more warningsUlf Lamping1-1/+1
2007-02-14Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)Stephen Fisher1-10/+4
2006-12-07From Francesco Fondelli: Update/addition to Bandwidth Constraints Model codeStephen Fisher1-5/+21
2006-07-13Francesco Fondelli:Anders Broman1-5/+85
2006-07-07Fix more bugs reported by Ilja van Sprundel.Gerald Combs1-30/+33
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-2/+5
2005-12-18From Michael Rozhavsky:Anders Broman1-0/+10
2005-12-16A patch for packet-ospf.c is attached:Anders Broman1-419/+412
2005-12-16From Michael Rozhavsky:Anders Broman1-46/+212
2005-11-15Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes areGuy Harris1-28/+17
2005-11-04remove an array and the remaining strcat from ospfRonnie Sahlberg1-35/+68
2005-11-04get rid of some strcat and a stackbased arrayRonnie Sahlberg1-41/+106
2005-10-29remove some strcat and dissect the options bitfield properlyRonnie Sahlberg1-43/+123
2005-09-25remove some redundant code that would always evaluate to true anyway.Ronnie Sahlberg1-3/+3
2005-09-24remove an array from the stack, remove some strcpy() and strcat() callsRonnie Sahlberg1-16/+15
2005-09-15update for ospf from Senthil Kumar NagappanRonnie Sahlberg1-0/+1
2005-08-20sprintf eliminationRonnie Sahlberg1-3/+6
2005-08-05More char -> const char warning fixesJörg Mayer1-4/+4
2005-07-25From Morro Roberto :Anders Broman1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-13/+13
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-03-05For OSPF versions other than 2 or 3, stop dissecting the packet afterGuy Harris1-28/+41
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-28From Carlos Pignataro:Guy Harris1-13/+64
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-07-23Trivial warning fixes:Jörg Mayer1-2/+2
2004-07-21From Roberto Morro: support for GMPLS UNI and E-NNI objects/TLVs.Guy Harris1-12/+196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2145