aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdp.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-28min() -> MIN().cmaynard1-2/+2
2011-12-28Fix memory leaks involving tvb_get_string[z]().cmaynard1-6/+6
2011-11-27Various Minor cleanup:wmeier1-1/+0
2011-11-19Revert 39946etxrab1-5/+4
2011-11-19See if this fixes "warning: initializer element is not computable at load time"etxrab1-4/+5
2011-10-30Clang Cat is watching you fail to check for a null pointer.guy1-2/+4
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-1/+1
2011-10-23(Trivial) Whitespace cleanup.wmeier1-11/+11
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-17/+17
2011-09-25Fix a compile error.wmeier1-1/+1
2011-09-25Minor cleanup:wmeier1-33/+34
2011-09-25Bug 6369: gal1-1/+2
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-97/+97
2011-09-21Basic RDP dissection, which can dissect the connection sequence. gal1-0/+2848