aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorDirk Eibach <dirk.eibach@gdsys.cc>2018-05-03 16:07:44 +0200
committerGuy Harris <guy@alum.mit.edu>2018-05-10 20:27:36 +0000
commitbfd51199e707c1d5c28732be34b44a9ee8a91cd8 (patch)
tree9cf90368c05a3ce58b92b4b8391dbd98f9c2eda9 /wiretap/wtap.h
parent68ec514b5f63e09a1628df321c0e5240edd54edc (diff)
DisplayPort AUX channel protocol dissector
Dissector for the VESA DisplayPort AUX channel protocol. Bug: 14651 Change-Id: I5c0c7668bda969086d9d6e5069aad87e929f6340 Reviewed-on: https://code.wireshark.org/review/27311 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 5278c9ae73..206af654cb 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -280,6 +280,7 @@ extern "C" {
#define WTAP_ENCAP_JUNIPER_ST 197
#define WTAP_ENCAP_ETHERNET_MPACKET 198
#define WTAP_ENCAP_DOCSIS31_XRA31 199
+#define WTAP_ENCAP_DPAUXMON 200
/* After adding new item here, please also add new item to encap_table_base array */