aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
committerEvan Huus <eapache@gmail.com>2013-04-26 18:28:21 +0000
commit63ef04ec84bc7bee9008be686e2e362058229643 (patch)
tree9acdd76172b3e37a08f887543cd0ee01e9a24419 /epan/packet.h
parent098997e5fb7e152bd777941e1a7a3f2ec3b8759b (diff)
Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.
svn path=/trunk/; revision=49053
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index fca61710fe..dad94eb9bc 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -294,7 +294,7 @@ WS_DLL_PUBLIC void heur_dissector_delete(const char *name, heur_dissector_t diss
* @param name the name of the "parent" protocol, e.g. "tcp"
* @param dissector the sub-dissector to be disabled/enabled
* @param proto the protocol id of the sub-dissector
- * @param TRUE/FALSE to enable/disable the sub-dissector
+ * @param enabled TRUE/FALSE to enable/disable the sub-dissector
*/
extern void heur_dissector_set_enabled(const char *name, heur_dissector_t dissector, const int proto, const gboolean enabled);