In this chapter
This chapter explains how to configure Napatech libpcap.
Backus-Naur form
In Format of the ntpcap.ini File the syntax for the ntpcap.ini file is specified using Backus-Naur form (BNF) notation. The BNF semantics used are explained in this table.
| Symbol | Meaning |
|---|---|
| <...> | Syntactic category (nonterminal) |
| '...' | As is (literal word – terminal) |
| [...] | Optional, can appear zero or 1 time |
| {...} | Optional, can appear zero or more times |
| | | Or (separates alternatives) |