aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
Commit message (Expand)AuthorAgeFilesLines
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* done:Jörg Mayer2006-01-161-2/+5
* From Michael Rozhavsky:Anders Broman2005-12-181-0/+10
* A patch for packet-ospf.c is attached:Anders Broman2005-12-161-419/+412
* From Michael Rozhavsky:Anders Broman2005-12-161-46/+212
* Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes areGuy Harris2005-11-151-28/+17
* remove an array and the remaining strcat from ospfRonnie Sahlberg2005-11-041-35/+68
* get rid of some strcat and a stackbased arrayRonnie Sahlberg2005-11-041-41/+106
* remove some strcat and dissect the options bitfield properlyRonnie Sahlberg2005-10-291-43/+123
* remove some redundant code that would always evaluate to true anyway.Ronnie Sahlberg2005-09-251-3/+3
* remove an array from the stack, remove some strcpy() and strcat() callsRonnie Sahlberg2005-09-241-16/+15
* update for ospf from Senthil Kumar NagappanRonnie Sahlberg2005-09-151-0/+1
* sprintf eliminationRonnie Sahlberg2005-08-201-3/+6
* More char -> const char warning fixesJörg Mayer2005-08-051-4/+4
* From Morro Roberto :Anders Broman2005-07-251-1/+1
* checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping2005-07-081-13/+13
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-1/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* For OSPF versions other than 2 or 3, stop dissecting the packet afterGuy Harris2005-03-051-28/+41
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* From Carlos Pignataro:Guy Harris2004-09-281-13/+64
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-1/+1
* Trivial warning fixes:Jörg Mayer2004-07-231-2/+2
* From Roberto Morro: support for GMPLS UNI and E-NNI objects/TLVs.Guy Harris2004-07-211-12/+196
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+2145