aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-twamp.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-12README.dissector - some trivial editsMartin Mathieson1-1/+1
2023-01-23twamp: test mbz fields are FT_UINT16Chuck Craft1-2/+2
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-07-15TWAMP Test Frames: Adds dissection of PTP timestamps RFC8186steve711-5/+22
2021-09-18twamp: fixed decoding of control-message sequenceVivek Mangala1-1/+14
2021-09-15twamp: improved decoding of Request-SessionVivek Mangala1-1/+15
2021-09-15twamp: improved decoding of Request-SessionVivek Mangala1-0/+14
2021-06-22twamp: Fix extra parentheseAlexis La Goutte1-2/+2
2021-06-22twamp: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2018-05-02TWAMP: fix compilation with gcc 8Pascal Quantin1-2/+2
2018-02-22TWAMP: Reassemble only the Server-Greeting messageValentin Vidic1-1/+11
2018-02-22TWAMP: Fix packets changing type in wireshark GUIValentin Vidic1-70/+71
2018-02-21TWAMP: Avoid triggering an infinite recursionValentin Vidic1-12/+19
2018-02-19TWAMP: Try to reassemble Server-Greeting messageValentin Vidic1-3/+11
2018-02-19TWAMP: Handle short TWAMP-Test packetsValentin Vidic1-14/+17
2018-02-17Don't gratuitously cast away constness.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-11[o|t]wamp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-2/+2
2017-11-10packet-twamp.c: General improvementsMichael Mann1-125/+122
2017-11-09TWAMP dissector for RFC 5357Anders1-0/+807