]> The Tcpdump Group git mirrors - libpcap/commitdiff
Spell WirelessHART details properly. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 21 Jan 2023 12:00:17 +0000 (12:00 +0000)
committerDenis Ovsienko <[email protected]>
Sat, 21 Jan 2023 12:00:17 +0000 (12:00 +0000)
pcap-common.c
pcap.c
pcap/dlt.h

index 0c246ab58d87c7e17dd1c84bf5d0f534974c2add..6fad94210f64786667b6da0de331d204944ff4ef 100644 (file)
 #define LINKTYPE_AOS           222
 
 /*
 #define LINKTYPE_AOS           222
 
 /*
- * Wireless HART (Highway Addressable Remote Transducer)
+ * WirelessHART (Highway Addressable Remote Transducer)
  * From the HART Communication Foundation
  * From the HART Communication Foundation
- * IES/PAS 62591
+ * IEC/PAS 62591
  *
  * Requested by Sam Roberts <[email protected]>.
  */
  *
  * Requested by Sam Roberts <[email protected]>.
  */
diff --git a/pcap.c b/pcap.c
index 86246048ebe1cf7993e990a94b7f8e7e39aa922e..90be7c32d2f7a5ebf32aa01120357a055f4fb0f1 100644 (file)
--- 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(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"),
        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"),
index 5140dbe8775dbf21b149a8998226cc91f383a8c5..2663c2a64194fd0ac210b5a8c10db664d5862bea 100644 (file)
 #define DLT_AOS                 222
 
 /*
 #define DLT_AOS                 222
 
 /*
- * Wireless HART (Highway Addressable Remote Transducer)
+ * WirelessHART (Highway Addressable Remote Transducer)
  * From the HART Communication Foundation
  * From the HART Communication Foundation
- * IES/PAS 62591
+ * IEC/PAS 62591
  *
  * Requested by Sam Roberts <[email protected]>.
  */
  *
  * Requested by Sam Roberts <[email protected]>.
  */