aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-01From David Ward: OSPF dissector: add filters for v3 LS Type field. https://bu...Anders Broman1-14/+90
2012-08-25Extern (and use) extended value string instead of the associated value string...Bill Meier1-3/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-13/+13
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-9/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-19Fix RVALS() macro usagepascal1-1/+1
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2011-12-02From Salil Kanitkar:Jaap Keuter1-4/+243
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argBill Meier1-32/+32
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