aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-08-23 19:16:35 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-08-23 19:16:35 +0000
commit58dedc38728be4dbe797b47de7cbe950fd72054e (patch)
treee93d7365632dd03db540fcd08de97a2dcbf1b8ea /wiretap/wtap.c
parent60a30e223e6aeb8da051ff70c1ef4a9b9857e0aa (diff)
From kahou:
Add Fibre Channel Delimiter Dissector for Fibre Channel FC2. svn path=/trunk/; revision=29531
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index ca46f58ca7..f968c5c3cf 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -447,8 +447,11 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_NSTRACE_2_0 */
{ "NetScaler Encapsulation 2.0 of Ethernet", "nstrace20" },
- /* WTAP_ENCAP_FIBRE_CHANNEL_FC2 */
- { "Fibre Channel FC-2", "fc2" },
+ /* WTAP_ENCAP_FIBRE_CHANNEL_FC2 */
+ { "Fibre Channel FC-2", "fc2" },
+
+ /* WTAP_ENCAP_FIBRE_CHANNEL_FC2_WITH_FRAME_DELIMS */
+ { "Fibre Channel FC-2 With Frame Delimiter", "fc2sof"}
};