aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ceph.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-22 12:13:34 +0100
committerEvan Huus <eapache@gmail.com>2014-12-22 15:24:28 +0000
commit5248c0df211e03f1c36e623a9f42efd53becd219 (patch)
tree4c1bfc1d5a182cc27d13522e379cc845b26733c8 /epan/dissectors/packet-ceph.c
parented2df3beaf9b8a17ac5e9864a3b963b711216ff3 (diff)
Fix unknown command tag name [-Wdocumentation-unknown-command]
Change-Id: I6c2564a86e13d9321001856ba1f51681a9f20976 Reviewed-on: https://code.wireshark.org/review/5979 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ceph.c')
-rw-r--r--epan/dissectors/packet-ceph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ceph.c b/epan/dissectors/packet-ceph.c
index 4b4c1b6867..eb335b5d27 100644
--- a/epan/dissectors/packet-ceph.c
+++ b/epan/dissectors/packet-ceph.c
@@ -31,7 +31,7 @@
void proto_reg_handoff_ceph(void);
void proto_register_ceph(void);
-/** Extending the Ceph Dissector.
+/* Extending the Ceph Dissector.
*
* Hello, this is a quick overview of the insertion points in the Ceph dissector
* it is assumed that you know how dissectors work in general (if not please