@@ -652,7 +652,7 @@ class TINS_API DNS : public PDU {
652
652
// Getters
653
653
654
654
/* *
655
- * \brief Setter for the id field.
655
+ * \brief Getter for the id field.
656
656
*
657
657
* \return uint16_t containing the value of the id field.
658
658
*/
@@ -661,7 +661,7 @@ class TINS_API DNS : public PDU {
661
661
}
662
662
663
663
/* *
664
- * \brief Setter for the query response field.
664
+ * \brief Getter for the query response field.
665
665
*
666
666
* \return QRType containing the value of the query response
667
667
* field.
@@ -671,7 +671,7 @@ class TINS_API DNS : public PDU {
671
671
}
672
672
673
673
/* *
674
- * \brief Setter for the opcode field.
674
+ * \brief Getter for the opcode field.
675
675
*
676
676
* \return uint8_t containing the value of the opcode field.
677
677
*/
@@ -680,7 +680,7 @@ class TINS_API DNS : public PDU {
680
680
}
681
681
682
682
/* *
683
- * \brief Setter for the authoritative answer field.
683
+ * \brief Getter for the authoritative answer field.
684
684
*
685
685
* \return uint8_t containing the value of the authoritative
686
686
* answer field.
@@ -690,7 +690,7 @@ class TINS_API DNS : public PDU {
690
690
}
691
691
692
692
/* *
693
- * \brief Setter for the truncated field.
693
+ * \brief Getter for the truncated field.
694
694
*
695
695
* \return uint8_t containing the value of the truncated field.
696
696
*/
@@ -699,7 +699,7 @@ class TINS_API DNS : public PDU {
699
699
}
700
700
701
701
/* *
702
- * \brief Setter for the recursion desired field.
702
+ * \brief Getter for the recursion desired field.
703
703
*
704
704
* \return uint8_t containing the value of the recursion
705
705
* desired field.
@@ -709,7 +709,7 @@ class TINS_API DNS : public PDU {
709
709
}
710
710
711
711
/* *
712
- * \brief Setter for the recursion available field.
712
+ * \brief Getter for the recursion available field.
713
713
*
714
714
* \return uint8_t containing the value of the recursion
715
715
* available field.
@@ -719,7 +719,7 @@ class TINS_API DNS : public PDU {
719
719
}
720
720
721
721
/* *
722
- * \brief Setter for the z desired field.
722
+ * \brief Getter for the z desired field.
723
723
*
724
724
* \return uint8_t containing the value of the z field.
725
725
*/
@@ -728,7 +728,7 @@ class TINS_API DNS : public PDU {
728
728
}
729
729
730
730
/* *
731
- * \brief Setter for the authenticated data field.
731
+ * \brief Getter for the authenticated data field.
732
732
*
733
733
* \return uint8_t containing the value of the authenticated
734
734
* data field.
@@ -738,7 +738,7 @@ class TINS_API DNS : public PDU {
738
738
}
739
739
740
740
/* *
741
- * \brief Setter for the checking disabled field.
741
+ * \brief Getter for the checking disabled field.
742
742
*
743
743
* \return uint8_t containing the value of the checking
744
744
* disabled field.
@@ -748,7 +748,7 @@ class TINS_API DNS : public PDU {
748
748
}
749
749
750
750
/* *
751
- * \brief Setter for the rcode field.
751
+ * \brief Getter for the rcode field.
752
752
*
753
753
* \return uint8_t containing the value of the rcode field.
754
754
*/
@@ -757,7 +757,7 @@ class TINS_API DNS : public PDU {
757
757
}
758
758
759
759
/* *
760
- * \brief Setter for the questions field.
760
+ * \brief Getter for the questions field.
761
761
*
762
762
* \return uint16_t containing the value of the questions field.
763
763
*/
@@ -766,7 +766,7 @@ class TINS_API DNS : public PDU {
766
766
}
767
767
768
768
/* *
769
- * \brief Setter for the answers field.
769
+ * \brief Getter for the answers field.
770
770
*
771
771
* \return uint16_t containing the value of the answers field.
772
772
*/
@@ -775,7 +775,7 @@ class TINS_API DNS : public PDU {
775
775
}
776
776
777
777
/* *
778
- * \brief Setter for the authority field.
778
+ * \brief Getter for the authority field.
779
779
*
780
780
* \return uint16_t containing the value of the authority field.
781
781
*/
@@ -784,7 +784,7 @@ class TINS_API DNS : public PDU {
784
784
}
785
785
786
786
/* *
787
- * \brief Setter for the additional field.
787
+ * \brief Getter for the additional field.
788
788
*
789
789
* \return uint16_t containing the value of the additional field.
790
790
*/
0 commit comments