aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcap.c b/pcap.c
index 363deb56..bd47fabf 100644
--- a/pcap.c
+++ b/pcap.c
@@ -3206,6 +3206,7 @@ static struct tstamp_type_choice tstamp_type_choices[] = {
{ "host_hiprec", "Host, high precision", PCAP_TSTAMP_HOST_HIPREC },
{ "adapter", "Adapter", PCAP_TSTAMP_ADAPTER },
{ "adapter_unsynced", "Adapter, not synced with system time", PCAP_TSTAMP_ADAPTER_UNSYNCED },
+ { "host_hiprec_unsynced", "Host, high precision, not synced with system time", PCAP_TSTAMP_HOST_HIPREC_UNSYNCED },
{ NULL, NULL, 0 }
};