summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorRudra Rugge <rrugge@juniper.net>2016-06-15 11:32:57 -0700
committerAnders Broman <a.broman58@gmail.com>2016-06-21 01:40:22 +0000
commitfa20f5cb5e16d5eb3466b3d802e0480549d8ebe5 (patch)
treef973a046e3ba9bc8e8da4680a7fab137110e0652 /wiretap/wtap.h
parent82ed90401724a0c7ba63c299b782ad604949180a (diff)
downloadwireshark-fa20f5cb5e16d5eb3466b3d802e0480549d8ebe5.tar.gz
Add support for Opencontrail virtual network
Change-Id: Ia6012e0f6425be069e222538eafb1191b398ec83 Reviewed-on: https://code.wireshark.org/review/15930 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 acffcb3d0a..b89701f24c 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -268,6 +268,7 @@ extern "C" {
#define WTAP_ENCAP_GFP_T 178
#define WTAP_ENCAP_GFP_F 179
#define WTAP_ENCAP_IP_OVER_IB_PCAP 180
+#define WTAP_ENCAP_JUNIPER_VN 181
/* After adding new item here, please also add new item to encap_table_base array */
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()