aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24PTP: Fix wrap around issue in PTP analysis codeDr. Lars Völker1-19/+34
2022-11-18Fix some cppcheck issuesMartin Mathieson1-20/+19
2022-11-16ptp: prevent divide by zero.Dario Lombardo1-12/+36
2022-10-31PTP: Enable analysis by defaultDylan Ulis1-1/+1
2022-06-27PTP: Improved robustness on wrong 2-step flag and 1-stepDr. Lars Völker1-8/+49
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2022-01-28Fix some filters strings.Martin Mathieson1-1/+1
2022-01-18PTP: Clean up code to reduce warningsDr. Lars Völker1-14/+14
2022-01-18PTP: Analysis of Message Intervals (Sync and PDelay_Req)Dr. Lars Völker1-16/+64
2022-01-16PTP: Adding Analysis FeaturesDr. Lars Völker1-9/+549
2022-01-10PTP: ITU-T OUI as define instead of constant (cleanup)Dr. Lars Völker1-1/+1
2022-01-10PTP: Adding 802.1AS-2020 1-step Sync supportDr. Lars Völker1-69/+66
2022-01-05PTP: Source Code Cleanup (formatting)Dr. Lars Völker1-54/+53
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-06-08PTP: Make PTP dissector accessible for lua scriptsDeveloper Alexander1-2/+2
2021-04-27PTP: Fix a couple of spelling errorsMartin Mathieson1-5/+5
2021-04-26PTP: Check for enough bytesUli Heilmeier1-3/+1
2021-04-08Added dissector changes in ptp for G.8275.2 ProfileSandip Mukherjee1-9/+101
2021-03-12PTP: PTPv2 dissection updatesVahap Emin Ağaoğulları1-168/+276
2021-02-25The latest power profile C37.237-2017 has IEEE_C37_238 TLV differentPrashant Tripathi1-6/+83
2021-01-21PTP: Adding support for 32bit timestampDr. Lars Völker1-5/+19
2020-09-24More dissector spelling fixes.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-02-20packet-ptp.c: Decode VendorID in the clockidentity field.Joerg Mayer1-4/+24
2019-02-14packet-ptp.c: Add some reserved fields instead of skipping themJoerg Mayer1-0/+29
2018-08-03PTP: fix typo path_delay -> peer_delayAlexis La Goutte1-9/+9
2018-07-19PTP: Don't interpret UDP packets as 802.1asDylan Ulis1-4/+7
2018-04-20PTP: found typo adress => addressAlexis La Goutte1-7/+7
2018-04-06dissector/ptp: use BASE_OUI for organizationIdAdam Wujek1-20/+9
2018-04-06dissector/ptp: Add dissection of White Rabbit TLVAdam Wujek1-1/+383
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-17dissector/ptp: fix typo - should be ptp.as.sig.tlv.flagsAdam Wujek1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-10/+5
2016-12-13Adjust proto_tree_add_[float|double]_format_value calls to use unit stringMichael Mann1-7/+6
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-4/+2
2016-07-30PTP: Expose ptp_v2 value strings for use by other dissectorsAnthony Coddington1-39/+45
2016-03-26PTP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-03-24PTP: Add mm TLV according to SMPTE ST 2059-2Uli Heilmeier1-0/+267
2016-02-21Fix typo in PTP / Follow_Up Message / Follow Up information TLV.Michael Mann1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+9
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-6/+4
2015-06-26PTP: just return, don't throw an exceptionMartin Kaiser1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-22PTP: Fix ptp_tree may be used uninitialized in this function [-Werror=maybe-u...Alexis La Goutte1-1/+1
2014-12-22Squelch a compiler warning.Guy Harris1-1/+1
2014-12-22Use the messageLength field to indicate the message length.Guy Harris1-4/+42
2014-12-22Removing ptp.v2.an.fcs as this erroneously refers to the Ethernet FCS which i...sfd1-14/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-01Announce messages should only have a TLV if the message length is > 64.Michael Mann1-177/+192