Ask Your Question

Revision history [back]

click to hide/show revision 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.

image description image description

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.

image description image description

packet-ipsec.c:

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

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.

image description image description

packet-ipsec.c:

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