ctxis / RDP-Replay

Replay RDP traffic from PCAP
Apache License 2.0
182 stars 61 forks source link

reserved identifier violation #1

Closed elfring closed 8 years ago

elfring commented 8 years ago

I would like to point out that identifiers like "__pcap_delay_h__" and "__ssl_decrypt_h__" do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

SteveWare commented 8 years ago

Fixed

elfring commented 8 years ago

I recommend to take another look at your identifier selection.

SteveWare commented 8 years ago

This should now be done.

elfring commented 8 years ago

Thanks for your improvement of affected include guards.