aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-06-24OSPF Cleanup. Remove unnecessary TFS declarationsAnish Bhatt1-248/+84
2014-06-21Check constraints for OSPFv2 LSAs:Anish Bhatt1-7/+41
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-16Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-06-15OSPF: Remove unused code (will be never reused)Alexis La Goutte1-13/+0
2014-06-15Fix warnings turning errors (also fixes buildbot)Joerg Mayer1-0/+8
2014-06-15packet-ospf.c : proto_tree_add_text -> something filterableMichael Mann1-384/+364
2014-05-01Add OSPF Authentication Trailer (RFC6506)Alexis La Goutte1-0/+102
2014-05-01Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-04-29Updated items in dissect_ospf_v2_lsa to use filterable item fieldsMike Gerschefske1-34/+99
2014-04-28Make filterable OSPF Header...Alexis La Goutte1-217/+245
2014-04-28Updated ospf link state router messages to use proto_tree_add_item instead of...Mike Gerschefske1-6/+25
2014-04-27Add Modelines infoAlexis La Goutte1-0/+13
2014-04-24Fix packet-ospf.c:1181:33: warning: code will never be executed [-Wunreachabl...Alexis La Goutte1-1/+0
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-2/+2
2014-04-08Remove some variant of tfs_set_notset...Alexis La Goutte1-55/+13
2014-04-08Fix Hello options FlagsAlexis La Goutte1-19/+9
2014-04-08Make filterable OSPF Hello PacketAlexis La Goutte1-38/+55
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-4/+4
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-2/+2
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-10/+10
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-2/+2
2013-03-19From beroset:Anders Broman1-3/+3
2013-01-18From Kaushal Shah via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8021Evan Huus1-8/+27
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