summaryrefslogtreecommitdiff
path: root/dumpcap.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-10-03 15:42:41 +0000
committerBill Meier <wmeier@newsguy.com>2012-10-03 15:42:41 +0000
commit68aeb27b90cdede71ddeb0e74f651881c76b95f8 (patch)
treee4cf4782617437f72b41bf3ce3f2dc8ff62afa7d /dumpcap.c
parentd882372200a19fee8503aed5c2d6385509ba72b7 (diff)
downloadwireshark-68aeb27b90cdede71ddeb0e74f651881c76b95f8.tar.gz
(Trivial): update a comment.
svn path=/trunk/; revision=45287
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 8bac9138e9..3a154fcec0 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -1583,7 +1583,7 @@ exit_main(int status)
#ifdef HAVE_LIBCAP
/*
- * If we were linked with libcap (not libpcap), make sure we have
+ * If we were linked with libcap (not related to libpcap), make sure we have
* CAP_NET_ADMIN and CAP_NET_RAW, then relinquish our permissions.
* (See comment in main() for details)
*/
@@ -4965,7 +4965,7 @@ report_packet_drops(guint32 received, guint32 drops, gchar *name)
}
-/****************************************************************************************************************/
+/************************************************************************************************/
/* signal_pipe handling */