]> 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 d776810f9112856597f864350fc68d8763768e57..a86e0fb24c42ff0b772978370f4ed5bc92935faa 100644 (file)
@@ -19,8 +19,8 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#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
-
-#ifndef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
-extern const char *pcap_datalink_val_to_description(int);
-#endif
-
-#ifndef HAVE_PCAP_DUMP_FTELL
-extern long pcap_dump_ftell(pcap_dumper_t *);
-#endif
-
-#endif
-
-
-
-
-
-
-
-
-
+#endif /* netdissect_pcap_missing_h */