mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Add pcapng docs URL
This commit is contained in:
parent
d82df49c0d
commit
d6acb50dcb
@ -111,6 +111,7 @@ public class MainActivity extends BaseActivity implements NavigationView.OnNavig
|
||||
public static final String PAID_FEATURES_URL = DOCS_URL + "/paid_features";
|
||||
public static final String FIREWALL_DOCS_URL = PAID_FEATURES_URL + "#51-firewall";
|
||||
public static final String MALWARE_DETECTION_DOCS_URL = PAID_FEATURES_URL + "#52-malware-detection";
|
||||
public static final String PCAPNG_DOCS_URL = PAID_FEATURES_URL + "#53-pcapng-format";
|
||||
|
||||
private final ActivityResultLauncher<Intent> sslkeyfileExportLauncher =
|
||||
registerForActivityResult(new StartActivityForResult(), this::sslkeyfileExportResult);
|
||||
|
||||
@ -319,7 +319,7 @@ public class SettingsActivity extends BaseActivity implements PreferenceFragment
|
||||
return false;
|
||||
}));
|
||||
if(!mIab.isPurchased(Billing.PCAPNG_SKU))
|
||||
mPcapngEnabled.setEnabled(false);
|
||||
mPcapngEnabled.setChecked(false);
|
||||
} else
|
||||
mPcapngEnabled.setVisible(false);
|
||||
|
||||
|
||||
@ -449,8 +449,8 @@
|
||||
<string name="decryption_whitelist">Decryption whitelist</string>
|
||||
<string name="external_storage_perm_required">The external storage permission is required</string>
|
||||
<string name="many_rules_warning">You are trying to import many rules, which could make the app unresponsive during some interactions. Do you really want to continue?</string>
|
||||
<string name="pcapng_format">PCAPNG format</string>
|
||||
<string name="pcapng_format_summary">Dump packets in the PCAPNG dump format, which allows embedding TLS decryption secrets</string>
|
||||
<string name="pcapng_format">Pcapng format</string>
|
||||
<string name="pcapng_format_summary">Dump packets in the pcapng dump format, which allows embedding TLS decryption secrets</string>
|
||||
<string name="sort_by">Sort by</string>
|
||||
<string name="total_bytes">Total bytes</string>
|
||||
</resources>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user