Fix a comment.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 May 2009 20:47:33 +0000 (20:47 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 May 2009 20:47:33 +0000 (20:47 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28283 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-null.c

index 2a8eb4afb4d262b791304d2deea37fa55ebaaba8..95bdb3d4a7106d1ab0da48d0fa978ee09f969ba2 100644 (file)
@@ -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