]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update a comment.
authorguy <guy>
Fri, 22 Dec 2000 12:18:32 +0000 (12:18 +0000)
committerguy <guy>
Fri, 22 Dec 2000 12:18:32 +0000 (12:18 +0000)
sll.h

diff --git a/sll.h b/sll.h
index 84997384c2b02223067d38d83ca6da4cc57c3d64..dc0ebb8270ec187927b04816ae2ccc7ad366c08e 100644 (file)
--- a/sll.h
+++ b/sll.h
@@ -35,7 +35,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * @(#) $Header: /tcpdump/master/tcpdump/sll.h,v 1.1 2000-12-21 10:43:23 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/sll.h,v 1.2 2000-12-22 12:18:32 guy Exp $ (LBL)
  */
 
 /*
@@ -77,10 +77,10 @@ struct sll_header {
 };
 
 /*
- * The LINUX_SLL_ values; they are defined here so that they're available
- * even on systems other than Linux, but they should be given the same
- * values as the corresponding PACKET_ values on Linux.  (Let's hope
- * those values never change.)
+ * The LINUX_SLL_ values for "sll_pkttype"; these correspond to the
+ * PACKET_ values on Linux, but are defined here so that they're
+ * available even on systems other than Linux, and so that they
+ * don't change even if the PACKET_ values change.
  */
 #define LINUX_SLL_HOST         0
 #define LINUX_SLL_BROADCAST    1