You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/variable_versions/v9.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ pub struct Template {
170
170
pubstructOptionsTemplate{
171
171
/// As a router generates different template FlowSets to match the type of NetFlow data it is exporting, each template is given a unique ID. This uniqueness is local to the router that generated the template ID. The Template ID is greater than 255. Template IDs inferior to 255 are reserved.
172
172
pubtemplate_id:u16,
173
-
/// This field gives the length in bytes of any scope fields that are contained in this options template.
173
+
/// This field gives the length in bytes of any scope fields that are contained in this options' template.
174
174
puboptions_scope_length:u16,
175
175
/// This field gives the length (in bytes) of any Options field definitions that are contained in this options template
176
176
puboptions_length:u16,
@@ -201,7 +201,7 @@ pub struct TemplateField {
201
201
/// that defines the known field types and their lengths.
202
202
/// The currently defined field types are detailed in Table 6.
203
203
pubfield_type_number:u16,
204
-
/// Humanreadable type
204
+
/// Human-readable type
205
205
#[nom(Value(V9Field::from(field_type_number)))]
206
206
pubfield_type:V9Field,
207
207
/// This number gives the length of the above-defined field, in bytes.
0 commit comments