From: Russ Combs Date: Thu, 2 Jul 2015 16:51:16 +0000 (-0400) Subject: grumble X-Git-Tag: 3.0.0-233~926 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cd33990e01374af6cc024e876c06c4f1df10cbf;p=thirdparty%2Fsnort3.git grumble --- diff --git a/src/framework/decode_data.h b/src/framework/decode_data.h index 32aca3ac9..ab46d45f4 100644 --- a/src/framework/decode_data.h +++ b/src/framework/decode_data.h @@ -49,7 +49,7 @@ enum class PktType : std::uint8_t UDP = 0x04, ICMP = 0x08, ARP = 0x10, - USER = 0x20, + PDU = 0x20, FILE = 0x40, STREAM = 0x22, ANY_IP = 0x0F,