aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28OSPF: fix LSA type filterAlexis La Goutte1-8/+17
2017-07-01ospf: workaround Opaque Information with bad TLVPeter Wu1-5/+13
2017-06-30ospf: update LSA Option TypesPeter Wu1-9/+18
2017-06-23OSPF: fix Opaque LSA Type 11 is considered as unknownAlexis La Goutte1-0/+1
2017-06-22OSPF: Opaque ID is not longer be zeroAlexis La Goutte1-15/+0
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-3/+2
2016-11-15OSPF: Enhance dissector of RI TLVAlexis La Goutte1-27/+74
2016-11-14OSPF: fix indent (use 4 spaces)Alexis La Goutte1-15/+15
2016-11-11OSPF: Add LSA Type Flag (See RFC 5340 A.4.2.1)Alexis La Goutte1-16/+41
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+3
2016-10-28OSPF: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+0
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-07-04Add length checks.Guy Harris1-4/+8
2016-06-28OSPF: Differentiate meaning of N/P bit in NSSA LSA type 7Jaap Keuter1-5/+26
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-02-04OSPF: Wrong interpretation of Instance ID value in OSPFv3 packetAlexis La Goutte1-5/+5
2016-02-03MPLS : fix exists multiple times with NOT compatible typesAlexis La Goutte1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+11
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
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