diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2023-01-21 12:00:17 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2023-01-21 12:00:17 +0000 |
commit | 2f13170dc2242949ffbf965222aeba9f534940a9 (patch) | |
tree | 0564c5953fb1fbfc943fddc946fd596601dba8b9 | |
parent | 753dc6beddea935c4f0365c3e8634b44db527a82 (diff) |
Spell WirelessHART details properly. [skip ci]
-rw-r--r-- | pcap-common.c | 4 | ||||
-rw-r--r-- | pcap.c | 2 | ||||
-rw-r--r-- | pcap/dlt.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/pcap-common.c b/pcap-common.c index 0c246ab5..6fad9421 100644 --- a/pcap-common.c +++ b/pcap-common.c @@ -693,9 +693,9 @@ #define LINKTYPE_AOS 222 /* - * Wireless HART (Highway Addressable Remote Transducer) + * WirelessHART (Highway Addressable Remote Transducer) * From the HART Communication Foundation - * IES/PAS 62591 + * IEC/PAS 62591 * * Requested by Sam Roberts <vieuxtech@gmail.com>. */ @@ -3266,7 +3266,7 @@ static struct dlt_choice dlt_choices[] = { DLT_CHOICE(USB_LINUX_MMAPPED, "USB with padded Linux header"), DLT_CHOICE(DECT, "DECT"), DLT_CHOICE(AOS, "AOS Space Data Link protocol"), - DLT_CHOICE(WIHART, "Wireless HART"), + DLT_CHOICE(WIHART, "WirelessHART"), DLT_CHOICE(FC_2, "Fibre Channel FC-2"), DLT_CHOICE(FC_2_WITH_FRAME_DELIMS, "Fibre Channel FC-2 with frame delimiters"), DLT_CHOICE(IPNET, "Solaris ipnet"), @@ -1019,9 +1019,9 @@ #define DLT_AOS 222 /* - * Wireless HART (Highway Addressable Remote Transducer) + * WirelessHART (Highway Addressable Remote Transducer) * From the HART Communication Foundation - * IES/PAS 62591 + * IEC/PAS 62591 * * Requested by Sam Roberts <vieuxtech@gmail.com>. */ |