aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-hello.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-125/+125
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-3/+3
2023-02-24Fix more warnings from tools/check_typed_item_calls.pyMartin Mathieson1-5/+5
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-09-14osi: avoid global memory scopesEvan Huus1-1/+1
2021-03-25isis: Support for proprietary Avaya/Extremenetworks Fabric TLVs/NLIPDJoerg Mayer1-3/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-04-03Clean up a number of things.Guy Harris1-50/+91
2020-03-07Fix the isis.hello.reverse_metric.flags field.Guy Harris1-1/+1
2020-03-07isis-hello: use UINT type instead of BYTES.Dario Lombardo1-3/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-12Clean up some things.Guy Harris1-34/+40
2019-04-23IS-IS: add dissection of BFD-Enabled TLVJaap Keuter1-0/+55
2019-03-18ISIS(Hello): Fix Dead Store (Dead assignement/Dead increment)Alexis La Goutte1-1/+0
2019-03-14IS-IS: Adding support for RFC8500Uli Heilmeier1-0/+51
2018-09-03ISIS (LSP/HELLO): Add RFC 6119 (IPv6 Traffic Engineering in IS-IS)Alexis La Goutte1-1/+51
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-19IS-IS: Add support for CRYPTO_AUTH authentication typeDhiru Kholia1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-3/+7
2016-07-21Add proto_tree_add_checksum.Michael Mann1-21/+10
2016-05-18Use some FT_BYTE "BASE"s in isis dissectors.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-28IS-IS: Add Instance ID TLV (RFC 6822)Alexis La Goutte1-0/+48
2015-11-28ISIS: Add Expert Info when undecoded/unknown CLVAlexis La Goutte1-2/+3
2015-11-26Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.Michael Mann1-27/+1
2015-11-07isis-hello: Fix typo "Srea" -> "Area"Jim Young1-1/+1
2015-11-01ISIS Hello: Restore correct dissection of SPB BVIDJim Young1-1/+1
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-3/+3
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-1/+1
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-3/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-14/+14
2014-12-09Eliminate proto_tree_add_text from some dissectors.Michael Mann1-65/+78
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-11/+9
2014-08-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-08-25TRILL ISIS: Implement all RFC7176 section 2.2 SubTLVsMarian Durkovic1-14/+229
2014-08-22TRILL ISIS: Implement TRILL Neighbor TLV (145)Marian Ďurkovič1-3/+47
2014-08-19TRILL ISIS: Unify MTID presentation in all casesMarian Ďurkovič1-1/+2
2014-08-18Squelch unused parameter warnings.Guy Harris1-2/+2
2014-08-18Make TRILL NEIGHBOR TLV (145) known to ISIS dissectorMarian Durkovic1-0/+19
2014-08-16Fix TRILL ISIS Hellos:Marian Durkovic1-1/+7
2014-08-08ISIS: Add type and length to CLVAlexis La Goutte1-1/+11
2014-08-06Add Modelines and fix indentAlexis La Goutte1-0/+13
2014-08-01Fixing indentation with tabs in isis dissectorMatthieu Texier1-565/+565
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-9/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4