aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-5/+5
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-10-11Fix some spelling errorsMartin Mathieson1-1/+1
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-16/+16
2021-09-23Fix some spelling errors.Martin Mathieson1-1/+1
2021-08-20OSPF: Add Flexible Algorithm (draft-ietf-lsr-flex-algo-17)Taisuke Sasaki1-2/+482
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-5/+5
2021-07-02OSPF: Fixed SRLB and SRMS Preference TLV types (rfc8665)Taisuke Sasaki1-4/+6
2021-07-01ospf: ensure a sub-tlv has a valid length before using it.Dario Lombardo1-0/+9
2021-06-17OSPFv3: To decode ospfv3 authentication trailer header for DD packet.Abhinay Ramesh1-1/+10
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris1-6/+7
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-17/+17
2020-06-10ospf: explain why we don't worry about in_cksum() returning 0xFFFF.Guy Harris1-0/+29
2020-04-13OSPFv2: Add RFC 8770 Host Router SupportUli Heilmeier1-11/+13
2019-06-19OSPF: Add Local/Remote Interfafe ID and Remote IPv4 Address Sub-TLV (rfc8379)Taisuke Sasaki1-0/+32
2019-06-17OSPF: Add Node/Link MSD TLVs (rfc8476)Taisuke Sasaki1-18/+69
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2019-03-11OSPF: Add RFC8510Uli Heilmeier1-4/+16
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-09-20ospf: avoid BASE_EXT_STRING without stringsPeter Wu1-1/+1
2018-09-13ospf: fix conlictAlexis La Goutte1-1/+1
2018-08-03ospf: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-07-30GMPLS extensions to OSPF-TEKhalifa NDIAYE1-4/+184
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-08OSPF: Dissect LS Type bytes of OSPFv3 LS RequestUli Heilmeier1-1/+6
2017-10-27OSPF: dissect_ospf_bitfield -> proto_tree_add_bitmaskMichael Mann1-216/+84
2017-10-27OSPFv2 Segment Routing extention support with RFC7684.Taisuke Sasaki1-30/+723
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
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