aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcep.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30Look into some cases where 1 value_string value is missingMartin Mathieson1-0/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-490/+490
2023-11-17dissectors: Rename hf and ett variablesStig Bjørlykke1-13/+13
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-14/+14
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-3/+5
2023-09-13PCEP: delete an include and fix a filter nameMartin Mathieson1-2/+1
2023-09-12PCEP: Add PCEP Extensions for SRv6 (draft-ietf-pce-segment-routing-ipv6-17)Taisuke Sasaki1-0/+343
2023-09-11PCEP: Fix mask warningsTaisuke Sasaki1-9/+9
2023-09-08PCEP: Fix PCEP IPV6-LSP-IDENTIFIERS TLV (rfc8231)Taisuke Sasaki1-4/+4
2023-04-09PCEP: Updating some IANA defined types/codesUli Heilmeier1-23/+118
2023-03-28Some more check_type_item_calls warnings.Martin Mathieson1-1/+1
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson1-8/+8
2022-12-07PCEP: Stub in support for more objectsDavid Perry1-65/+266
2022-11-16Refactor PCEP object dissection for readabilityDavid Perry1-490/+136
2022-08-19Fix some spelling errorsMartin Mathieson1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2022-02-08Tidy up some masks in items.Martin Mathieson1-1/+1
2021-12-12PCEP: As per RFC 8408, RP object can have optional TLVs.Oscar Gonzalez de Dios1-1/+4
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-3/+3
2021-10-06PCEP: Added support of draft-ietf-pce-segment-routing-policy-cp-05Oscar Gonzalez de Dios1-31/+153
2021-07-29Fixed trailing whitespacesOscar Gonzalez de Dios1-10/+8
2021-07-29Updated support to RFC 8664. SR-PCE CAPABILITY Sub-TLV has been added. SR-ERO...Oscar Gonzalez de Dios1-40/+162
2021-07-01Added {0, NULL} as last string. Values of types udated with IANA codesOscar Gonzalez de Dios1-5/+6
2021-07-01PCEP: Implement dissection of ASSOC-Type-list TLV (Type 35)Oscar Gonzalez de Dios1-1/+19
2021-05-27PCEP: Fixing PATH-SETUP-TYPE-CAPABILITY padding offsetKirill Smorodinnikov1-1/+1
2021-05-26PCEP: Fixing SR-PCE-CAPABILITY flags offsetKirill Smorodinnikov1-1/+1
2021-03-31PCEP: Updating some IANA defined types/codesUli Heilmeier1-31/+107
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-10/+10
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2019-06-19PCEP: Add Segment Routing Policy Candidate Paths TLV (type 40)Alexis La Goutte1-0/+26
2019-06-19PCEP: Add ASSOCIATION (sub) errorAlexis La Goutte1-0/+17
2019-06-19PCEP: Add OP-CONF-ASSOC-RANGE (29) TLVAlexis La Goutte1-0/+44
2019-06-19PCEP: Update Association value (draft-minei-pce-association-group)Alexis La Goutte1-11/+11
2019-06-01PCEP: Add PATH-SETUP-TYPE-CAPABILITY TLV dissectionJaap Keuter1-21/+60
2019-03-18pcep: fix field type.Dario Lombardo1-1/+1
2018-04-14packet-pcep.c: opposite inner 'if' condition leads to a dead code blockchinarulezzz1-6/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-3/+3
2017-05-06packet-pcep.c: Fix infinite loopMichael Mann1-3/+3
2017-04-14pcep: add registration of missing ett fieldsJakub Zawadzki1-4/+6
2017-04-06PCEP: Decode "SR-RRO subobjects" as defined in draft-ietf-pce-segment-routing...Simon Zhong1-0/+4
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-1/+1
2017-01-19pcep: Add support of draft-ietf-pce-pcep-service-aware-13Simon Zhong1-88/+335
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-09-28pcep: Added rfc 7334 support.Simon Zhong1-16/+41
2016-09-27pcep: Added missed pieces of RFC 6006 support.Simon Zhong1-17/+741
2016-09-23pcep: add Conveying Vendor-Specific Constraints (RFC7470) supportszhong1-0/+77