]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
corrected order of buffer names
authorTom Peters <thopeter@cisco.com>
Thu, 26 Jun 2014 17:35:46 +0000 (13:35 -0400)
committerTom Peters <thopeter@cisco.com>
Thu, 26 Jun 2014 17:35:46 +0000 (13:35 -0400)
src/detection/detection_util.cc

index 6f9888de746637d255312a8f3da258f0720007f1..30ef68d3726f2bac989f25a58ec5c85e24df154e 100644 (file)
@@ -36,16 +36,16 @@ THREAD_LOCAL DataPointer g_file_data;
 const char* http_buffer_name[HTTP_BUFFER_MAX] =
 {
     "error/unset",
-    "http_uri",
-    "http_header",
     "http_client_body",
-    "http_method",
     "http_cookie",
+    "http_header",
+    "http_method",
+    "http_raw_cookie",
+    "http_raw_header",
+    "http_raw_uri",
     "http_stat_code",
     "http_stat_msg",
-    "http_raw_uri",
-    "http_raw_header",
-    "http_raw_cookie"
+    "http_uri"
 };
 
 #define LOG_CHARS 16