From: Shivani Bhardwaj Date: Wed, 8 Jul 2020 07:11:43 +0000 (+0530) Subject: modbus: align comments properly X-Git-Tag: suricata-6.0.0-beta1~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5144%2Fhead;p=thirdparty%2Fsuricata.git modbus: align comments properly --- diff --git a/src/detect-modbus.h b/src/detect-modbus.h index 2a86052ac5..2686e21f65 100644 --- a/src/detect-modbus.h +++ b/src/detect-modbus.h @@ -50,14 +50,14 @@ typedef struct DetectModbusValue_ { } DetectModbusValue; typedef struct DetectModbus_ { - uint8_t category; /** < Modbus function code category to match */ - uint8_t function; /** < Modbus function code to match */ - uint16_t subfunction; /** < Modbus subfunction to match */ - bool has_subfunction; /** < Modbus subfunction indicator */ - uint8_t type; /** < Modbus access type to match */ - DetectModbusValue *unit_id; /** < Modbus unit id to match */ - DetectModbusValue *address; /** < Modbus address to match */ - DetectModbusValue *data; /** < Modbus data to match */ + uint8_t category; /** < Modbus function code category to match */ + uint8_t function; /** < Modbus function code to match */ + uint16_t subfunction; /** < Modbus subfunction to match */ + bool has_subfunction; /** < Modbus subfunction indicator */ + uint8_t type; /** < Modbus access type to match */ + DetectModbusValue *unit_id; /** < Modbus unit id to match */ + DetectModbusValue *address; /** < Modbus address to match */ + DetectModbusValue *data; /** < Modbus data to match */ } DetectModbus; /* prototypes */