aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-07-10 10:22:04 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-10 10:35:32 +0000
commitf08644d86d322020df7ee8c21edc84b33322803c (patch)
treedc25b2c6cefd693c7682b70c2a315d3da08b9fb7 /caputils
parent7599f7bb113c14f9aeb242f49d798a9ba7bb27b8 (diff)
airpcap.h: Try to resolve doxygen warnings.
Change-Id: I88078e6e8119984792e30e928a0fd15686a9fb0f Reviewed-on: https://code.wireshark.org/review/33884 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/airpcap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/caputils/airpcap.h b/caputils/airpcap.h
index 135e9dbb45..f0d0416837 100644
--- a/caputils/airpcap.h
+++ b/caputils/airpcap.h
@@ -588,7 +588,7 @@ gboolean AirpcapSetDecryptionState(PAirpcapHandle AdapterHandle, AirpcapDecrypti
/*!
\brief Tells if this open instance is configured to perform the decryption of the incoming frames with the <b>adapter-specific</b> keys.
\param AdapterHandle Handle to the adapter.
- \param PEnable Pointer to a user supplied variable that will contain the decryption configuration. See \ref PAirpcapDecryptionState for details.
+ \param PEnable Pointer to a user supplied variable that will contain the decryption configuration. See \ref _AirpcapDecryptionState for details.
\return TRUE if the operation is successful. FALSE otherwise.
The adapter-specific decryption keys can be configured with the \ref AirpcapSetDeviceKeys() function.
@@ -610,7 +610,7 @@ gboolean AirpcapSetDriverDecryptionState(PAirpcapHandle AdapterHandle, AirpcapDe
/*!
\brief Tells if this open instance is configured to perform the decryption of the incoming frames with the <b>global driver</b> set of keys.
\param AdapterHandle Handle to the adapter.
- \param PEnable Pointer to a user supplied variable that will contain the decryption configuration. See \ref PAirpcapDecryptionState for details.
+ \param PEnable Pointer to a user supplied variable that will contain the decryption configuration. See \ref _AirpcapDecryptionState for details.
\return TRUE if the operation is successful. FALSE otherwise.
The global decryption keys can be configured with the \ref AirpcapSetDriverKeys() function.