From 56cdf207128dedf64acf2d6e57af93c4044793c0 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 26 Dec 2009 22:37:15 -0500 Subject: [PATCH] Add a comment to describe PCAP_VERSION_MAJOR and PCAP_VERSION_MINOR as the file format version to avoid confusion with the library version --- pcap/pcap.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pcap/pcap.h b/pcap/pcap.h index 5a571c6..61f0823 100644 --- a/pcap/pcap.h +++ b/pcap/pcap.h @@ -57,6 +57,7 @@ extern "C" { #endif +/* Pcap file format version, for the version of the library use the pcap_lib_version() function */ #define PCAP_VERSION_MAJOR 2 #define PCAP_VERSION_MINOR 4 -- 1.6.3.3