aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdp_drdynvc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27rdp: add preliminary RDPEAR channel supportDavid Fort1-0/+8
2023-11-27rdp: various fix for the dynamic channelDavid Fort1-83/+139
2023-11-20Remove init of proto variablesStig Bjørlykke1-33/+33
2023-10-26rdp: fix segfaults when decoding egfx packetsDavid Fort1-3/+5
2023-09-11[rdp_drdynvc] simplify the dissecting of softsync packets and fixed a typoDavid Fort1-10/+6
2023-06-14epan: Remove unneeded stdbool.h includesGerald Combs1-1/+0
2023-06-10rdp(drdynvc): fix typoAlexis La Goutte1-1/+1
2023-06-10rdp(drdynvc): fix indentAlexis La Goutte1-4/+4
2023-06-10rdp(drdynvc): move value_string to top of fileAlexis La Goutte1-34/+34
2023-06-10rdp(drdynvc): fix Dead Store found by Clang AnalyzerAlexis La Goutte1-2/+0
2023-05-21rdp_drdynvc: fix reuse of dynamic channel idsDavid Fort1-42/+15
2023-04-21rdp: add support for clipboard and audio out channelsDavid Fort1-0/+18
2023-04-12rdp: add a dissector for the RAIL channelDavid Fort1-2/+15
2023-02-10rdp: various improvements and fixesDavid Fort1-47/+130
2022-12-14tpkt: don't have the heuristic enforce TPKT dissectingDavid Fort1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-10-27RDP: workaround setting pduLen for Manaro LinuxJaap Keuter1-1/+1
2021-10-02rdp: add dissector for the egfx channelDavid Fort1-3/+82
2021-10-02rdp: dissect close requests PDU in drdynvc channelDavid Fort1-1/+11
2021-09-16rdp: keep track of UDP and TCP connection linksDavid Fort1-9/+14
2021-09-09rdp_drdynvc: fix channel name displaying in SOFT_SYNC_REQUESTDavid Fort1-1/+1
2021-09-07add RDP multi-transport dissectorDavid Fort1-27/+3
2021-09-07rdpudp: dissect the RDP UDP protocolDavid Fort1-0/+25
2021-06-22RDP-drdynvc: Make a variable staticMartin Mathieson1-1/+1
2021-06-15rdp: many improvements and fixesDavid Fort1-0/+631