nobody from Navtel has ever said whether their format differs from the
standard one anywhere other than the time stamp).
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.126.2.12 2005-08-13 22:29:44 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.126.2.13 2005-08-29 21:05:45 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
*/
#define NAVTEL_TCPDUMP_MAGIC 0xa12b3c4d
+/*
+ * Normal libpcap format, except for seconds/nanoseconds timestamps,
+ */
+#define NSEC_TCPDUMP_MAGIC 0xa1b23c4d
+
/*
* We use the "receiver-makes-right" approach to byte order,
* because time is at a premium when we are writing the file.