aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-08 05:03:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-08 05:03:54 +0000
commit94800ef0fb57587105d6a7e34c549a08267d4c24 (patch)
tree90b7fa8ea8cf1dce1cc3003f8e9dcc2c434b3048 /wiretap/wtap.c
parent910517512ffb4879d92171f37ce3a0583dd3e8e0 (diff)
From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP captures
from network-based libpcaps that use that protocol. svn path=/trunk/; revision=6875
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index f4f4f3c746..36c1b60e23 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.77 2003/01/03 22:31:26 guy Exp $
+ * $Id: wtap.c,v 1.78 2003/01/08 05:03:54 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -160,6 +160,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_SDLC */
{ "SDLC", "sdlc" },
+
+ /* WTAP_ENCAP_TZSP */
+ { "Tazmen sniffer protocol", "tzsp" },
};
/* Name that should be somewhat descriptive. */