]> The Tcpdump Group git mirrors - tcpdump/blobdiff - pcap-missing.h
Add --time-t-size option to print the size of time_t in bits
[tcpdump] / pcap-missing.h
index 9a86110c66765361d72ad1f52df0093a08f12477..a86e0fb24c42ff0b772978370f4ed5bc92935faa 100644 (file)
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @(#) $Header: /tcpdump/master/tcpdump/pcap-missing.h,v 1.1 2002-12-19 09:27:57 guy Exp $ (LBL)
  */
 
-#ifndef tcpdump_pcap_missing_h
-#define tcpdump_pcap_missing_h
+#ifndef netdissect_pcap_missing_h
+#define netdissect_pcap_missing_h
 
 /*
  * Declarations of functions that might be missing from libpcap.
 extern int pcap_list_datalinks(pcap_t *, int **);
 #endif
 
-#ifndef HAVE_PCAP_DATALINK_NAME_TO_VAL
-/*
- * We assume no platform has one but not the other.
- */
-extern int pcap_datalink_name_to_val(const char *);
-extern const char *pcap_datalink_val_to_name(int);
-#endif
-
-#endif
-
-
-
-
-
-
-
-
-
+#endif /* netdissect_pcap_missing_h */