aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-21RSVP: Add missing S2L_SUB_LSP filter.Martin Stigge1-0/+13
2023-02-08Fix RSVP P2MP ID rendering in RSVP session summaryMartin Stigge1-2/+2
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson1-30/+30
2022-11-14Use `register_dissector()` for more protocolsDavid Perry1-4/+4
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-7/+7
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-01-03Run dissector URLs check - fix up a couple of entries.Martin Mathieson1-3/+3
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-12/+12
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-42/+42
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-1/+1
2021-09-14osi: avoid global memory scopesEvan Huus1-4/+4
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-35/+35
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-06-12More cppcheck fixes, using top-of-tree cppcheck.Martin Mathieson1-1/+1
2020-06-10rsvp: explain why we don't worry about in_cksum() returning 0xFFFF.Guy Harris1-0/+27
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-25RSVP: allow full range of RRO type valuesJaap Keuter1-6/+4
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-53/+53
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-08-02rsvp: fix this ‘if’ clause does not guard... [-Werror=misleading-indentat...Alexis La Goutte1-5/+7
2018-08-02rsvp: fix unused variable 'rsvp_xro_sobj_type_vals' [-Wunused-const-variable]Alexis La Goutte1-0/+2
2018-08-02GMPLS extensions to RSVP-TEKhalifa NDIAYE1-298/+331
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-19RVSP: fix typo found by conflict hfAlexis La Goutte1-2/+2
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-16RSVP: fix some typoAlexis La Goutte1-2/+2
2017-09-02RSVP: Add Session IPv4/6 P2MP LSP infoAlexis La Goutte1-0/+70
2017-09-01RSVP: Add S2L_SUB_LSP (Class = 50) ObjectAlexis La Goutte1-2/+85
2017-08-31RSVP: fix 'filter/host/rsvp_class/ti' was marked unused but was used [-Wused-...Alexis La Goutte1-6/+6
2017-08-30Add P2MP LSP Tunnel IPv4/IPv6 SENDER_TEMPLATE ObjectAlexis La Goutte1-0/+83
2017-08-30RSVP: fix some missing ctype...Alexis La Goutte1-5/+5
2017-08-30RSVP: Add value_string for all ctypeAlexis La Goutte1-3/+13
2017-08-29RSVP: Add value_string for all ctypeAlexis La Goutte1-63/+229
2017-08-28RSVP: Add value_string for all ctypeAlexis La Goutte1-145/+325
2017-08-21RSVP: Add value_string for ctype sessionAlexis La Goutte1-20/+32
2017-08-21RSVP: fix length of PSMP ID (2 -> 4)Alexis La Goutte1-2/+2
2017-08-18RSVP: add Session C-type RSVP_SESSION_TYPE_P2MP_LSP_TUNNEL_IPV6Alexis La Goutte1-0/+27
2017-08-18RSVP: fix name of PSMP ID field (SESSION object C-Type 13/14)Alexis La Goutte1-3/+5
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-2/+2
2017-03-05rsvp: fix this statement may fall through [-Werror=implicit-fallthrough=] fou...Alexis La Goutte1-0/+1
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-23/+4
2017-01-06Convert some easily identifiable pinos.Michael Mann1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-46/+23
2016-10-28RSVP: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1