aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-17/+17
2011-09-25Fix a compile error.Bill Meier1-1/+1
2011-09-25Minor cleanup:Bill Meier1-33/+34
2011-09-25Bug 6369: Graeme Lunt1-1/+2
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-97/+97
2011-09-21Basic RDP dissection, which can dissect the connection sequence. Graeme Lunt1-0/+2848