summaryrefslogtreecommitdiff
path: root/epan/dissectors
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-corosync-totemsrp.c2
-rw-r--r--epan/dissectors/packet-ieee80211-radiotap.c2
-rw-r--r--epan/dissectors/packet-rpc.c6
-rw-r--r--epan/dissectors/packet-smb2.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-corosync-totemsrp.c b/epan/dissectors/packet-corosync-totemsrp.c
index 1b65a4ae2d..b50db3ef68 100644
--- a/epan/dissectors/packet-corosync-totemsrp.c
+++ b/epan/dissectors/packet-corosync-totemsrp.c
@@ -186,7 +186,7 @@ static const value_string corosync_totemsrp_ip_address_family[] = {
{ COMMON_AF_INET, "AF_INET" },
{ BSD_AF_INET6_BSD, "AF_INET6 (most BSD)" },
{ BSD_AF_INET6_FREEBSD, "AF_INET6 (FreeBSD)" },
- { BSD_AF_INET6_DARWIN, "AF_INET6 (OS X and iOS)" },
+ { BSD_AF_INET6_DARWIN, "AF_INET6 (macOS and iOS)" },
{ LINUX_AF_INET6, "AF_INET6 (Linux)" },
{ SOLARIS_AF_INET6, "AF_INET6 (Solaris)" },
{ WINSOCK_AF_INET6, "AF_INET6 (Windows)" },
diff --git a/epan/dissectors/packet-ieee80211-radiotap.c b/epan/dissectors/packet-ieee80211-radiotap.c
index 073d6179b1..e520704d08 100644
--- a/epan/dissectors/packet-ieee80211-radiotap.c
+++ b/epan/dissectors/packet-ieee80211-radiotap.c
@@ -1008,7 +1008,7 @@ dissect_radiotap(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* u
/*
* XXX On FreeBSD rate & 0x80 means we have an MCS. On
* Linux and AirPcap it does not. (What about
- * Mac OS X, NetBSD, OpenBSD, and DragonFly BSD?)
+ * macOS, NetBSD, OpenBSD, and DragonFly BSD?)
*
* This is an issue either for proprietary extensions
* to 11a or 11g, which do exist, or for 11n
diff --git a/epan/dissectors/packet-rpc.c b/epan/dissectors/packet-rpc.c
index bbda7d561b..eb5fefcc65 100644
--- a/epan/dissectors/packet-rpc.c
+++ b/epan/dissectors/packet-rpc.c
@@ -1658,7 +1658,7 @@ get_conversation_for_call(packet_info *pinfo)
* there's no guarantee that the reply will come from the
* address to which the call was sent. We also don't
* worry about the port *from* which the call was sent,
- * because some clients (*cough* OS X NFS client *cough*)
+ * because some clients (*cough* macOS NFS client *cough*)
* might send retransmissions from a different port from
* the original request.
*/
@@ -1710,7 +1710,7 @@ find_conversation_for_reply(packet_info *pinfo)
* because there's no guarantee that the call was sent
* to the address from which the reply came. We also
* don't worry about the port *to* which the reply was
- * sent, because some clients (*cough* OS X NFS client
+ * sent, because some clients (*cough* macOS NFS client
* *cough*) might send call retransmissions from a
* different port from the original request, so replies
* to the original call and a retransmission of the call
@@ -2114,7 +2114,7 @@ looks_like_rpc_reply(tvbuff_t *tvb, packet_info *pinfo, int offset)
because there's no guarantee that the call was sent
to the address from which the reply came. We also
don't worry about the port *to* which the reply was
- sent, because some clients (*cough* OS X NFS client
+ sent, because some clients (*cough* macOS NFS client
*cough*) might send retransmissions from a
different port from the original request, so replies
to the original call and a retransmission of the call
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index 563dcebdc6..69cf7b6c10 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -11175,7 +11175,7 @@ proto_register_smb2(void)
},
{ &hf_smb2_aapl_server_query_caps_supports_osx_copyfile,
- { "Supports OS X copyfile", "smb2.aapl.caps.supports_osx_copyfile", FT_BOOLEAN, 64,
+ { "Supports macOS copyfile", "smb2.aapl.caps.supports_osx_copyfile", FT_BOOLEAN, 64,
NULL, SMB2_AAPL_SUPPORTS_OSX_COPYFILE, NULL, HFILL }
},