summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-06 14:54:03 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-06 21:54:46 +0000
commit886c2d008f5212712892545ac930ad904867e8d6 (patch)
treece1c1bd2a14f21e7552ebbb584208f1f50dbbd88 /wiretap/wtap.h
parente7dfcbaee25bf157c837e5d7638578e9e261d92d (diff)
downloadwireshark-886c2d008f5212712892545ac930ad904867e8d6.tar.gz
Update a comment.
Change-Id: I71e66a8f6faf3b213ab6db2856a36c1d31897166 Reviewed-on: https://code.wireshark.org/review/9527 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 76a3921256..52d7139335 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -538,7 +538,10 @@ struct p2p_phdr {
* Radio information is only present in this form for
* WTAP_ENCAP_IEEE_802_11_WITH_RADIO. This is used for file formats in
* which the radio information isn't provided as a pseudo-header in the
- * packet data.
+ * packet data. It is also used by the dissectors for the pseudo-headers
+ * in the packet data to supply radio information, in a form independent
+ * of the file format and pseudo-header format, to the "802.11 radio"
+ * dissector.
*
* Signal strength, etc. information:
*