aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-05-05 20:47:33 +0000
committerGuy Harris <guy@alum.mit.edu>2009-05-05 20:47:33 +0000
commit24e0aed945cb32d24fda0dcd20ed9a10aead2806 (patch)
treef30c4544e0711734cdf666d3257dc89aae317a44 /epan/dissectors
parentcebd27b3c00366a0f6890060a4fb73f5d86bcb65 (diff)
Fix a comment.
svn path=/trunk/; revision=28283
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-null.c b/epan/dissectors/packet-null.c
index 2a8eb4afb4..95bdb3d4a7 100644
--- a/epan/dissectors/packet-null.c
+++ b/epan/dissectors/packet-null.c
@@ -315,8 +315,8 @@ capture_null( const guchar *pd, int len, packet_counts *ld )
/*
* The null header value must be greater than the IEEE 802.3 maximum
* frame length to be a valid Ethernet type; if it is, hand it
- * to "ethertype()", otherwise treat it as a BSD AF_type (we wire
- * in the values of the BSD AF_ types, because the values
+ * to "capture_ethertype()", otherwise treat it as a BSD AF_type (we
+ * wire in the values of the BSD AF_ types, because the values
* in the file will be BSD values, and the OS on which
* we're building this might not have the same values or
* might not have them defined at all; XXX - what if different