aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+2
2011-03-22Re-arrange code so Coverity Prevent doesn't falsely report several INFINITE_L...Bill Meier1-1840/+1842
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-49/+47
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...Bill Meier1-1/+1
2010-06-21Removed leading empty line.Stig Bjørlykke1-1/+0
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.Bill Meier1-3/+4
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-19Fix gcc -Wshadow warningsBill Meier1-5/+5
2009-10-27From Francesco Fondelli:Anders Broman1-154/+152
2009-09-10From Edward J. Paradise via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-37/+37
2009-09-09Added support for Multi-Topology (MT) Routing (RFC4915)Stig Bjørlykke1-35/+91
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove some unused variable assignments.Gerald Combs1-1/+0
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-98/+98
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-331/+331
2009-06-09From Edward J. Paradise via bug 3520:Stig Bjørlykke1-8/+7
2009-05-05Don't assume that the message type or the LS type are valid.Guy Harris1-10/+14
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-2/+2
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-4/+4
2008-11-25Highlight the "Auth Data" bytes when selecting "OSPF Header".Stig Bjørlykke1-0/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-08-14From Edward J. Paradise (bug 2775):Stig Bjørlykke1-0/+21
2008-08-14From Edward J. Paradise:Jaap Keuter1-77/+488
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-6/+9
2008-04-10From Roberto Morro:Jaap Keuter1-4/+15
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