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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ for result in parser.iter_packets(&buffer) {
489
489
}
490
490
```
491
491
492
-
**Error types**: `Incomplete`, `UnsupportedVersion`, `Partial`, `MissingTemplate`, `ParseError`. All implement `Display` and `std::error::Error`.
492
+
**Error types**: `Incomplete`, `UnsupportedVersion`, `FilteredVersion`, `ParseError`, `Partial`. All implement `Display` and `std::error::Error`.
493
493
494
494
#### Error Sample Size Configuration
495
495
@@ -1173,7 +1173,7 @@ This library includes several performance optimizations:
1173
1173
1174
1174
Examples have been included mainly for those who want to use this parser to read from a Socket and parse netflow. In those cases with V9/IPFix it is best to create a new parser for each router. There are both single threaded and multi-threaded examples in the examples directory.
1175
1175
1176
-
Examples that listen on a specific port use 9995 by default, however netflow can be configured to use a variety of URP ports:
1176
+
Examples that listen on a specific port use 9995 by default, however netflow can be configured to use a variety of UDP ports:
1177
1177
***2055**: The most widely recognized default for NetFlow.
1178
1178
***9995 / 9996**: Popular alternatives, especially with Cisco devices.
0 commit comments