aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-twamp.c
AgeCommit message (Expand)AuthorFilesLines
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