aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-09 07:51:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-09 07:51:01 +0000
commit6ebdb87c5ae38be650e640042afbb00a06ea20fd (patch)
tree8c827cf3879aa7a413544aaae3dee53d6ce1d129 /pcap-util.c
parent6eddaae7355bf1356f8c0edfc794e0b77dbdac9a (diff)
Put in an XXX note indicating that if we conclude we're using the AIX
libpcap, we may also want to return a flag indicating that we have to map seconds/nanoseconds in the packet header to seconds/microseconds. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4185 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'pcap-util.c')
-rw-r--r--pcap-util.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/pcap-util.c b/pcap-util.c
index 4de6ad6079..80e60d54ea 100644
--- a/pcap-util.c
+++ b/pcap-util.c
@@ -1,7 +1,7 @@
/* pcap-util.c
* Utility routines for packet capture
*
- * $Id: pcap-util.c,v 1.1 2001/11/09 07:44:48 guy Exp $
+ * $Id: pcap-util.c,v 1.2 2001/11/09 07:51:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -117,6 +117,12 @@ get_pcap_linktype(pcap_t *pch, char *devname)
* linked with AIX's non-standard libpcap, but so it goes. They
* *will* be readable by standard versions of tcpdump, Ethereal,
* and so on.)
+ *
+ * XXX - if we conclude we're using AIX libpcap, should we also
+ * set a flag to cause us to assume the time stamps are in
+ * seconds-and-nanoseconds form, and to convert them to
+ * seconds-and-microseconds form before processing them and
+ * writing them out?
*/
/*