Support for reading compressed Sniffer files, from Tim Farley, Joerg
[obnox/wireshark/wip.git] / wiretap / nettl.h
index c0587de7c5ce92ad0add422e5b2d8269b02ede8b..5e9fc469f94681c2ec6bc54f270e9a419bad6ebf 100644 (file)
@@ -1,6 +1,6 @@
 /* nettl.h
  *
- * $Id: nettl.h,v 1.3 2000/01/22 06:22:40 guy Exp $
+ * $Id: nettl.h,v 1.4 2000/02/17 21:08:15 oabad Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
  *
  */
 
+#define NETTL_SUBSYS_NS_LS_LOGGING     0x00
+#define NETTL_SUBSYS_NS_LS_NFT         0x01
+#define NETTL_SUBSYS_NS_LS_LOOPBACK    0x02
+#define NETTL_SUBSYS_NS_LS_NI          0x03
+#define NETTL_SUBSYS_NS_LS_IPC         0x04
+#define NETTL_SUBSYS_NS_LS_SOCKREGD    0x05
+#define NETTL_SUBSYS_NS_LS_TCP         0x06
+#define NETTL_SUBSYS_NS_LS_PXP         0x07
+#define NETTL_SUBSYS_NS_LS_UDP         0x08
+#define NETTL_SUBSYS_NS_LS_IP          0x09
+#define NETTL_SUBSYS_NS_LS_PROBE       0x0A
+#define NETTL_SUBSYS_NS_LS_DRIVER      0x0B
+#define NETTL_SUBSYS_NS_LS_RLBD                0x0C
+#define NETTL_SUBSYS_NS_LS_BUFS                0x0D
+#define NETTL_SUBSYS_NS_LS_CASE21      0x0E
+#define NETTL_SUBSYS_NS_LS_ROUTER21    0x0F
+#define NETTL_SUBSYS_NS_LS_NFS         0x10
+#define NETTL_SUBSYS_NS_LS_NETISR      0x11
+#define NETTL_SUBSYS_NS_LS_NSE         0x13
+#define NETTL_SUBSYS_NS_LS_STRLOG      0x14
+#define NETTL_SUBSYS_NS_LS_TIRDWR      0x15
+#define NETTL_SUBSYS_NS_LS_TIMOD       0x16
+#define NETTL_SUBSYS_NS_LS_ICMP                0x17
+#define NETTL_SUBSYS_FILTER            0x1A
+#define NETTL_SUBSYS_NAME              0x1B
+#define NETTL_SUBSYS_IGMP              0x1D
+#define NETTL_SUBSYS_SX25L2            0x22
+#define NETTL_SUBSYS_SX25L3            0x23
+#define NETTL_SUBSYS_FTAM_INIT         0x40
+#define NETTL_SUBSYS_FTAM_RESP         0x41
+#define NETTL_SUBSYS_FTAM_VFS          0x46
+#define NETTL_SUBSYS_FTAM_USER         0x48
+#define NETTL_SUBSYS_OTS               0x5A
+#define NETTL_SUBSYS_NETWORK           0x5B
+#define NETTL_SUBSYS_TRANSPORT         0x5C
+#define NETTL_SUBSYS_SESSION           0x5D
+#define NETTL_SUBSYS_ACSE_PRES         0x5E
+#define NETTL_SUBSYS_SHM               0x74
+#define NETTL_SUBSYS_ACSE_US           0x77
+#define NETTL_SUBSYS_HPS               0x79
+#define NETTL_SUBSYS_CM                        0x7A
+#define NETTL_SUBSYS_ULA_UTILS         0x7B
+#define NETTL_SUBSYS_EM                        0x7C
+
 int nettl_open(wtap *wth, int *err);