|
4 | 4 | This application creates biflows from packet input and exports them to output interface. |
5 | 5 |
|
6 | 6 | ## Requirements |
| 7 | +- libatomic |
7 | 8 | - kernel version at least 3.19 when using raw sockets input plugin enabled by default (disable with `--without-raw` parameter for `./configure`) |
8 | 9 | - [libpcap](http://www.tcpdump.org/) when compiling with pcap plugin (`--with-pcap` parameter) |
9 | 10 | - netcope-common [COMBO cards](https://www.liberouter.org/technologies/cards/) when compiling with ndp plugin (`--with-ndp` parameter) |
@@ -231,10 +232,12 @@ List of unirec fields exported together with basic flow fields on interface by R |
231 | 232 | ### TLS |
232 | 233 | List of unirec fields exported together with basic flow fields on interface by TLS plugin. |
233 | 234 |
|
234 | | -| UniRec field | Type | Description | |
235 | | -|:-------------------:|:------:|:----------------------------:| |
236 | | -| TLS_SNI | string | TLS server name indication | |
237 | | -| TLS_JA3 | string | TLS client JA3 fingerprint | |
| 235 | +| UniRec field | Type | Description | |
| 236 | +|:-------------------:|:------:|:-------------------------------------------------------------:| |
| 237 | +| TLS_SNI | string | TLS server name indication field from client | |
| 238 | +| TLS_ALPN | string | TLS application protocol layer negotiation field from server | |
| 239 | +| TLS_VERSION | uint16 | TLS client protocol version | |
| 240 | +| TLS_JA3 | string | TLS client JA3 fingerprint | |
238 | 241 |
|
239 | 242 | ### DNS |
240 | 243 | List of unirec fields exported together with basic flow fields on interface by DNS plugin. |
@@ -411,7 +414,7 @@ Note: the following fields are UniRec arrays. |
411 | 414 |
|
412 | 415 | ##### Example: |
413 | 416 | ``` |
414 | | -ipfixprobe -p pstats:includezeros -r sample.pcap -i "f:output.trapcap" |
| 417 | +ipfixprobe 'pcap;file=pcaps/http.pcap' -p pstats:includezeros -o 'unirec;i=u:stats:timeout=WAIT;p=stats'" |
415 | 418 | ``` |
416 | 419 |
|
417 | 420 | ### OSQUERY |
@@ -522,7 +525,7 @@ The exported unirec fields and IPFIX basiclists is shown in following table: |
522 | 525 |
|
523 | 526 | ##### Example: |
524 | 527 | ``` |
525 | | -ipfixprobe -p phists:includezeros -r sample.pcap -i "f:output.trapcap" |
| 528 | +ipfixprobe 'pcap;file=pcaps/http.pcap' -p phists:includezeros -o 'unirec;i=u:hists:timeout=WAIT;p=phists'" |
526 | 529 | ``` |
527 | 530 | ### BSTATS |
528 | 531 |
|
|
0 commit comments