[hipl-commit] [trunk] Rev 3939: Updated doxygen for last commit.

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 12 Mar 2010 21:14:07 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Fri Mar 12 21:14:02 2010 +0200
Revision: 3939
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Updated doxygen for last commit.

Modified:
  M  firewall/conntrack.c
  M  firewall/esp_prot_conntrack.c

=== modified file 'firewall/conntrack.c'
--- firewall/conntrack.c        2010-03-12 17:56:51 +0000
+++ firewall/conntrack.c        2010-03-12 19:14:02 +0000
@@ -933,10 +933,9 @@
  * is re-established. In such a case, the old ESP tuples are not removed. If an
  * attacker spoofs an I2 or R2, the valid peers are still able to send data.
  *
- * @param ip6_src the source address of the I2 packet
- * @param ip6_dst the destination address of the I2 packet
  * @param common the I2 packet
  * @param tuple the connection tracking tuple corresponding to the I2 packet
+ * @param ctx packet context
  *
  * @return one on success or zero failure
  */
@@ -1130,8 +1129,6 @@
  * tuples are not removed. If an attacker spoofs an I2 or R2, the
  * valid peers are still able to send data.
  *
- * @param ip6_src the source address of the R2
- * @param ip6_dst the destination address of the R2
  * @param common the R2 packet
  * @param tuple the connection tracking tuple corresponding to the R2 packet
  * @param ctx packet context
@@ -1342,10 +1339,9 @@
  * @todo: SPI parameters did not work earlier and could not be used for 
creating
  * connection state for updates - check if the situation is still the same
  *
- * @param ip6_src the source address of the R2
- * @param ip6_dst the destination address of the R2
  * @param common the R2 packet
  * @param tuple the connection tracking tuple corresponding to the R2 packet
+ * @param ctx packet context
  *
  * @return one if packet was processed successfully or zero otherwise
  */
@@ -1681,10 +1677,9 @@
 /**
  * Process a CLOSE packet
  *
- * @param ip6_src the source address of the CLOSE packet
- * @param ip6_dst the destination address of the CLOSE packet
  * @param common the CLOSE packet
  * @param tuple the connection tracking tuple corresponding to the CLOSE packet
+ * @param ctx packet context
  *
  * @return one if packet was processed successfully or zero otherwise
  */
@@ -1726,10 +1721,9 @@
 /**
  * Process CLOSE_ACK and remove the connection.
  *
- * @param ip6_src the source address of the CLOSE_ACK
- * @param ip6_dst the destination address of the CLOSE_ACK
  * @param common the CLOSE_ACK packet
  * @param tuple the connection tracking tuple corresponding to the CLOSE_ACK 
packet
+ * @param ctx packet context
  *
  * @return one if packet was processed successfully or zero otherwise
  */

=== modified file 'firewall/esp_prot_conntrack.c'
--- firewall/esp_prot_conntrack.c       2010-03-12 17:56:51 +0000
+++ firewall/esp_prot_conntrack.c       2010-03-12 19:14:02 +0000
@@ -965,10 +965,9 @@
 /**
  * Tracks an HHL-based update message
  *
- * @param   ip6_src the source address of the packet
- * @param   ip6_dst the destination address of the packet
  * @param   common the HIP message
  * @param   tuple state maintained for this connection
+ * @param   ctx packet context
  * @return  0 on success, -1 in case of an error
  */
 int esp_prot_conntrack_lupdate(const struct hip_common *common,

Other related posts:

  • » [hipl-commit] [trunk] Rev 3939: Updated doxygen for last commit. - Miika Komu