aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-4/+4
2015-08-23OSPF: Fix indent (use 4 spaces)Alexis La Goutte1-7/+7
2015-08-22Fix two bugsJoerg Mayer1-18/+19
2015-08-22Small cleanups and improvementsJoerg Mayer1-14/+18
2015-05-12OSPF: fix dissection of Router Address TLVPascal Quantin1-4/+3
2015-03-22Remove proto_tree_add_text from packet-ospf.cMichael Mann1-89/+136
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-4/+2
2015-02-06Further simplify the LSA-Update processing: the always-present forwarding blockJeff Morriss1-22/+12
2015-02-04TOS-specific forwarding blocks aren't actually required: don't warn when theyJeff Morriss1-26/+23
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+3
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-21/+21
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-09-09OSPF : cleanup hf_filter arrayAnish Bhatt1-465/+478
2014-08-09Clean up Internet checksum handling.Guy Harris1-13/+6
2014-07-16Fix regression related to OSPF related enum order definitionsJim Young1-12/+16
2014-07-15Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-11Update to fix for Bug 6302.Anish Bhatt1-11/+2
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-121/+77
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