aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-19Fix gcc -Wshadow warningswmeier1-5/+5
2009-10-27From Francesco Fondelli:etxrab1-154/+152
2009-09-10From Edward J. Paradise via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...morriss1-37/+37
2009-09-09Added support for Multi-Topology (MT) Routing (RFC4915)stig1-35/+91
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-30Remove some unused variable assignments.gerald1-1/+0
2009-06-22From Kovarththanan Rajaratnam:stig1-98/+98
2009-06-22From Kovarththanan Rajaratnam:stig1-331/+331
2009-06-09From Edward J. Paradise via bug 3520:stig1-8/+7
2009-05-05Don't assume that the message type or the LS type are valid.guy1-10/+14
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-2/+2
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-4/+4
2008-11-25Highlight the "Auth Data" bytes when selecting "OSPF Header".stig1-0/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-08-14From Edward J. Paradise (bug 2775):stig1-0/+21
2008-08-14From Edward J. Paradise:jake1-77/+488
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-6/+9
2008-04-10From Roberto Morro:jake1-4/+15
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...sake1-1/+1
2007-08-26From Todd J Martin:stig1-4/+128
2007-06-26Fix for bug 1658:jake1-5/+10
2007-03-27from Peter Johansson:ulfl1-9/+9
2007-03-23fix a lot more warningsulfl1-1/+1
2007-02-14Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)sfisher1-10/+4
2006-12-07From Francesco Fondelli: Update/addition to Bandwidth Constraints Model codesfisher1-5/+21
2006-07-13Francesco Fondelli:etxrab1-5/+85
2006-07-07Fix more bugs reported by Ilja van Sprundel.gerald1-30/+33
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-16done:jmayer1-2/+5
2005-12-18From Michael Rozhavsky:etxrab1-0/+10
2005-12-16A patch for packet-ospf.c is attached:etxrab1-419/+412
2005-12-16From Michael Rozhavsky:etxrab1-46/+212
2005-11-15Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes areguy1-28/+17
2005-11-04remove an array and the remaining strcat from ospfsahlberg1-35/+68
2005-11-04get rid of some strcat and a stackbased arraysahlberg1-41/+106
2005-10-29remove some strcat and dissect the options bitfield properlysahlberg1-43/+123
2005-09-25remove some redundant code that would always evaluate to true anyway.sahlberg1-3/+3
2005-09-24remove an array from the stack, remove some strcpy() and strcat() callssahlberg1-16/+15
2005-09-15update for ospf from Senthil Kumar Nagappansahlberg1-0/+1
2005-08-20sprintf eliminationsahlberg1-3/+6
2005-08-05More char -> const char warning fixesjmayer1-4/+4
2005-07-25From Morro Roberto :etxrab1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-13/+13
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-03-05For OSPF versions other than 2 or 3, stop dissecting the packet afterguy1-28/+41