chiark / gitweb /
Remove buf, and add Ethereal analysis.
[tripe] / acconfig.h
index 23997ec8fcebff6b1d86b1e66638259891c4ee97..f7462e3664abd1d85c185162247a4b0f72a4c5dc 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.1 2001/02/04 01:17:54 mdw Exp $
+ * $Id: acconfig.h,v 1.4 2003/10/15 09:30:18 mdw Exp $
  *
  * Configuration header for TrIPE
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: acconfig.h,v $
+ * Revision 1.4  2003/10/15 09:30:18  mdw
+ * Add support for Ethereal protocol analysis.
+ *
+ * Revision 1.3  2003/07/13 11:38:39  mdw
+ * Fix formatting.
+ *
+ * Revision 1.2  2003/04/06 10:31:25  mdw
+ * Fix description.
+ *
  * Revision 1.1  2001/02/04 01:17:54  mdw
  * Create a configuration header file to tidy up command lines.
  *
 /* Define to disable the tracing options.  This might improve performance a
  * little bit, and can prevent sensitive information from being leaked if
  * you're in the habit of typing things like `tripectl trace A' by
- * accident. */
+ * accident.  */
 #undef NTRACE
 
 /* Define according to the type of tunneling interface appropriate for your
- * system.  Linux types should use `TUN_UNET' and build the `usernet'
- * module.  BSD types should use `TUN_BSD' to use the built-in `tun'
- * devices. */
+ * system.  Linux types should say `TUN_LINUX' for the TUN/TAP driver if
+ * using kernel 2.4.0 or later, or say `TUN_UNET' for 2.2-series kernels and
+ * build the `usernet' module.  BSD types should say `TUN_BSD' to use the
+ * built-in `tun' devices.  */
 #undef TUN_TYPE
 
+/* Define if your Ethereal plugin headers are broken (e.g., Debian 3.0) but
+ * you're running some sensible ELF system, and I should try to bodge around
+ * the damage.  */
+#undef ETHEREAL_BUGGERED
+
 @BOTTOM@
 
 /*----- That's all, folks -------------------------------------------------*/