aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dpaux.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 /epan/dissectors/packet-dpaux.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 'epan/dissectors/packet-dpaux.h')
-rw-r--r--epan/dissectors/packet-dpaux.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dpaux.h b/epan/dissectors/packet-dpaux.h
new file mode 100644
index 0000000000..e0ab61be03
--- /dev/null
+++ b/epan/dissectors/packet-dpaux.h
@@ -0,0 +1,20 @@
+/* packet-dpaux.h
+ * Definitions for packet disassembly structures and routines
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef PACKET_DPAUX_H
+#define PACKET_DPAUX_H
+
+extern int proto_dpaux;
+
+struct dpaux_info {
+ gboolean from_source;
+};
+
+#endif