]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dhcp: fix license in detect-dhcp-leasetime.c
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 22 Aug 2022 13:11:34 +0000 (15:11 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 8 Sep 2022 11:27:51 +0000 (13:27 +0200)
from search and replace overkill

src/detect-dhcp-leasetime.c
src/detect-dhcp-rebinding-time.c

index 74e25fbde92e527e95cb6d6315e4f57004c46de2..94ce052a454b4963b727a9ce7509516e22aa1bdc 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 2022 Open Information Security Foundation
  *
  * You can copy, redistribute or modify this Program under the terms of
- * the GNU General Public License leasetime 2 as published by the Free
+ * the GNU General Public License version 2 as published by the Free
  * Software Foundation.
  *
  * This program is distributed in the hope that it will be useful,
@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * leasetime 2 along with this program; if not, write to the Free Software
+ * version 2 along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  * 02110-1301, USA.
  */
index 2a8ce9d84ed5ef33324de0c15ce5cfcc0115922f..c80c6b483e5d44482c11ade8607308547f8f7719 100644 (file)
@@ -115,7 +115,8 @@ void DetectDHCPRebindingTimeRegister(void)
 {
     sigmatch_table[DETECT_AL_DHCP_REBINDING_TIME].name = "dhcp.rebinding_time";
     sigmatch_table[DETECT_AL_DHCP_REBINDING_TIME].desc = "match DHCP rebinding time";
-    sigmatch_table[DETECT_AL_DHCP_REBINDING_TIME].url = "/rules/dhcp-keywords.html#dhcp-rebinding-time";
+    sigmatch_table[DETECT_AL_DHCP_REBINDING_TIME].url =
+            "/rules/dhcp-keywords.html#dhcp-rebinding-time";
     sigmatch_table[DETECT_AL_DHCP_REBINDING_TIME].AppLayerTxMatch = DetectDHCPRebindingTimeMatch;
     sigmatch_table[DETECT_AL_DHCP_REBINDING_TIME].Setup = DetectDHCPRebindingTimeSetup;
     sigmatch_table[DETECT_AL_DHCP_REBINDING_TIME].Free = DetectDHCPRebindingTimeFree;