mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 374 forks source link

Fix getter being labeled as setter in dns header file comments #439

Closed adriancostin6 closed 3 years ago

adriancostin6 commented 3 years ago

While reading the DNS class reference in the documentation I noticed that the getter methods were labeled as setters in the description field, so I fixed the comments in the header file to solve that.

mfontanini commented 3 years ago

Nice catch, thanks!