aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Fix more FT_BOOLEAN items with no mask - set len to BASE_NONEMartin Mathieson1-1/+1
2024-01-09Document discontinuities in OSPF and IRDA dissectorsMartin Mathieson1-4/+3
2023-12-30Look into some cases where 1 value_string value is missingMartin Mathieson1-0/+2
2023-11-20Remove init of proto variablesStig Bjørlykke1-407/+407
2023-11-07Fix some more copy/pasted filtersMartin Mathieson1-1/+1
2023-10-31OSPF: Fix offset for dissect_ospf_lsa_opaque_riUli Heilmeier1-0/+1
2023-10-12OSPF: Support for draft-ietf-ospf-shortcut-abr-02Uli Heilmeier1-3/+9
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-1/+1
2023-09-17Fix some spelling errorsMartin Mathieson1-1/+1
2023-09-15Check whether value_string labels spuriously differ in capitalisationMartin Mathieson1-1/+1
2023-05-04Fix more 'type_item_calls' warningsMartin Mathieson1-9/+9
2023-04-20Use rval_to_str_const() when no specifier in 'unknown' stringMartin Mathieson1-4/+4
2023-03-28Some more check_type_item_calls warnings.Martin Mathieson1-1/+1
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