aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-03 22:31:26 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-03 22:31:26 +0000
commite56b77f4cd8229eed54603b9447b0226339d9e43 (patch)
treee0e81ac55e449cd4ea95b398ae728ee27f0a7199 /wiretap/wtap.c
parentdeadb2896c5aac3834c609161f391a8a56ce4ce0 (diff)
Add support for SDLC encapsulation in DOS Sniffer captures; that
includes adding an SDLC dissector. svn path=/trunk/; revision=6848
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 0c5351ab65..f4f4f3c746 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.76 2003/01/03 06:45:45 guy Exp $
+ * $Id: wtap.c,v 1.77 2003/01/03 22:31:26 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -157,6 +157,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_WFLEET_HDLC */
{ "Wellfleet HDLC", "whdlc" },
+
+ /* WTAP_ENCAP_SDLC */
+ { "SDLC", "sdlc" },
};
/* Name that should be somewhat descriptive. */