aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcep.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-20PCEP: fix L bit mask for PATH-KEY sub-objectFrancesco Fondelli1-2/+2
2016-04-13PCEP: add TRIGGERED-INITIAL-SYNC flag parsing and alignFrancesco Fondelli1-14/+22
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-26PCEP: support of "PCEP Extensions for EstablishingFrancesco Fondelli1-0/+171
2015-08-16A new Early Allocation Request for draft-ietf-pce-lsp-setup-type andff1-4/+8
2015-06-22[pcep] (benign) Use ENC_BIG_ENDIAN (not ENC_NA) for certain multibyte fields.Bill Meier1-15/+15
2015-05-20PCEP: reorder pcep_class_vals extended value stringPascal Quantin1-2/+2
2015-05-20Added support to RFC 6006, in particular, SERO and SSRO Objects and P2MP Endp...Oscar Gonzalez de Dios1-25/+118
2015-05-13PCEP: fix SID parsing, label is the first 20 bitsFrancesco Fondelli1-1/+1
2015-05-09PCEP: Update to last draftFrancesco Fondelli1-13/+14
2015-04-20replace some deprecated tvb_length callsEvan Huus1-2/+2