aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-16 10:45:14 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-16 10:45:14 +0000
commitae3f7a60037968a48e1ba28bfcc0f5ebce3b307b (patch)
treea719fd079678dcab10ffccfc1872ab347e435d1f /wiretap/wtap.h
parent4c51ac5cacdaae849ce88d671a19abd979d7447c (diff)
From Kahou via bug 3739:
New DLT value is added for Fibre Channel FC2. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29115 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index e920c9fa37..d786d23f76 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -211,6 +211,7 @@ extern "C" {
#define WTAP_ENCAP_PACKETLOGGER 118
#define WTAP_ENCAP_NSTRACE_1_0 119
#define WTAP_ENCAP_NSTRACE_2_0 120
+#define WTAP_ENCAP_FIBRE_CHANNEL_FC2 121
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()