| 1 | initial version |
esp_sa is a UAT and stored in the profile directory.
You could have a profile per esp_sa file and specify which profile to use on the tshark command line:
-C < configuration profile> Run with the given configuration profile.

| 2 | No.2 Revision |
esp_sa is a UAT and stored in the profile directory.
You could have a profile per esp_sa file and specify which profile to use on the tshark command line:
-C < configuration profile> Run with the given configuration profile.

esp_uat = uat_new("ESP SAs",
sizeof(uat_esp_sa_record_t), /* record size */
"esp_sa", /* filename */
TRUE, /* from_profile */
...
| 3 | No.3 Revision |
esp_sa is a UAT and stored in the profile directory.
You could have a profile per esp_sa file and specify which profile to use on the tshark command line:
-C < configuration profile> Run with the given configuration profile.

esp_uat = uat_new("ESP SAs",
sizeof(uat_esp_sa_record_t), /* record size */
"esp_sa", /* filename */
TRUE, /* from_profile */
...