summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-01-21 12:00:17 +0000
committerDenis Ovsienko <denis@ovsienko.info>2023-01-21 12:00:17 +0000
commit2f13170dc2242949ffbf965222aeba9f534940a9 (patch)
tree0564c5953fb1fbfc943fddc946fd596601dba8b9
parent753dc6beddea935c4f0365c3e8634b44db527a82 (diff)
downloadlibpcap-2f13170dc2242949ffbf965222aeba9f534940a9.tar.gz
Spell WirelessHART details properly. [skip ci]
-rw-r--r--pcap-common.c4
-rw-r--r--pcap.c2
-rw-r--r--pcap/dlt.h4
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>.
*/
diff --git a/pcap.c b/pcap.c
index 86246048..90be7c32 100644
--- a/pcap.c
+++ b/pcap.c
@@ -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"),
diff --git a/pcap/dlt.h b/pcap/dlt.h
index 5140dbe8..2663c2a6 100644
--- a/pcap/dlt.h
+++ b/pcap/dlt.h
@@ -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>.
*/